Updog is a tiny HTTP server specialized in serving static files with compression and HTTPS support. It is an ideal solution for testing HTML, CSS, and JavaScript files, hosting small websites, or sharing files between devices on your local network. This tutorial will guide you through the process of installing Updog on POP! OS Latest using the terminal commands.
Before you start, make sure you have the following prerequisites:
sudo apt update
sudo apt install build-essential pkg-config
sudo apt install libssl-dev zlib1g-dev
wget https://github.com/sc0tfree/updog/releases/download/v1.5/updog-linux-amd64.zip
unzip updog-linux-amd64.zip
sudo mv updog /usr/local/bin/
sudo chmod +x /usr/local/bin/updog
updog -v
You should see the version number and some configuration information printed to the terminal. If you see an error message, double-check the previous steps and try again.
updog -p 8080 -d ~/Documents/
This command will start Updog on port 8080 and serve files from the ~/Documents/ directory. You can change the port and directory to suit your needs.
http://localhost:8080/
You should see the contents of the directory you specified in the previous step.
Congratulations, you have successfully installed Updog on POP! OS Latest! You can now use Updog to serve files, host websites, or share files between devices on your local network. Enjoy!
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!