PurritoBin is an open source paste bin software that allows you to create a private, secure, and easy-to-use paste bin. In this tutorial, we will learn how to install PurritoBin on Fedora CoreOS latest version.
Before installing PurritoBin, we need to update the system packages and dependencies to the latest version. Run the following command:
sudo dnf update && sudo dnf upgrade
PurritoBin runs on Docker, so we need to install Docker on our system. Run the following command:
sudo dnf install docker
Start Docker:
sudo systemctl start docker
Enable Docker on boot:
sudo systemctl enable docker
We need Git to clone the PurritoBin repository from Github. Install Git using the following command:
sudo dnf install git
Now that we have Git installed, we can clone the PurritoBin repository to our system. Run the following command:
git clone https://github.com/PurritoBin/PurritoBin.git
This will download the PurritoBin repository to your current directory.
Change to the PurritoBin directory:
cd PurritoBin
Build the PurritoBin Docker image using the following command:
sudo docker build -t purritobin .
Run the PurritoBin Docker container using the following command:
sudo docker run -d -p 8080:8080 --name purritobin purritobin
PurritoBin is now running on port 8080. You can access it by visiting http://localhost:8080 in your web browser.
Congratulations! You have successfully installed PurritoBin on Fedora CoreOS latest version. Enjoy using PurritoBin!
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!