File Sharing is an open-source file sharing tool that allows users to upload and share files with others on their network. In this tutorial, we will learn how to install File Sharing from its GitHub repository on the latest version of Fedora CoreOS.
Before we start with the installation process, make sure that you have the following:
Follow the steps below to install File Sharing on your Fedora CoreOS:
Open the terminal on your Fedora CoreOS machine.
Install Git by running the following command:
sudo dnf install git
git clone https://github.com/axeloz/filesharing.git
cd filesharing
mkdir -p uploads/files
pip3 install -r requirements.txt
python3 app.py
The server should start running. It will be accessible at http://localhost:5000
.
To access the server from another machine on the network, replace localhost
with the IP address of the Fedora CoreOS machine in the above URL.
Upload files by clicking on the "Upload" button and selecting the file from the file picker dialog.
The uploaded files will be stored in the uploads/files
directory.
In this tutorial, we learned how to install File Sharing on Fedora CoreOS by cloning its repository from GitHub, installing the required dependencies, and starting the server. With File Sharing, you can easily share files with others on your network.
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!