Self managed "file-sharing" solution

Since you posted this on Manjaro forum I assume you are running Manjaro as your operating system? The dead easy way to serve files is to run the Caddy fileserver (github).

$ sudo pacman -Syu caddy-bin

Then when you have a file to share - send it to the fileserver using ssh. Something like this

scp filename user@yourserver:/srv/caddy
2 Likes