In this tutorial, we will run through the steps required to install Sharry on Fedora CoreOS Latest. Sharry is a file sharing platform which provides a user-friendly interface for sharing files securely.
Sharry is built on Docker, so we need to install Docker on our server. We will use the official Fedora Docker package to complete this step.
sudo dnf update && sudo dnf install docker
sudo systemctl start docker && sudo systemctl enable docker
docker info
To install Sharry, we will first clone the Sharry repository using Git.
sudo dnf install git
git clone https://github.com/eikek/sharry.git
Now that we have cloned the Sharry repository, we will configure and run Sharry.
cd sharry
application.conf
file to set up the configuration for Sharry using the text editor of your choice. You will need to set the base-url
, admin.email
and admin.passwd
properties. Additionally, if you want to enable email notifications, you should also set up your email details.vim conf/application.conf
sudo docker build -t sharry:latest .
<PORT>
with the port number you want to use:sudo docker run -p <PORT>:8080 sharry:latest
<SERVER_IP_ADDRESS>:<PORT>
in a web browser. At this point, Sharry should be up and running.In this tutorial, we have installed Docker, cloned the Sharry repository, configured and started Sharry. You're now set to use Sharry for your file sharing needs.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!