Tanoshi is a self-hosted manga server and web reader written in Rust. This tutorial will guide you through the process of installing Tanoshi on a Fedora CoreOS Latest system.
Before you begin, you need to ensure that you have the following:
First, you need to clone the Tanoshi repository from GitHub:
git clone https://github.com/faldez/tanoshi.git
This will download the Tanoshi repository to your local machine.
Next, you need to install Docker on your system:
dnf install docker -y
This will install Docker on your Fedora CoreOS Latest system.
Navigate to the cloned Tanoshi directory and build the Docker image:
cd tanoshi
docker build -t tanoshi .
This will build the Docker image for Tanoshi.
Finally, run the Docker container using the following command:
docker run -it -p 8080:8080 tanoshi
This will run the Docker container for Tanoshi, making it accessible via http://localhost:8080.
Congratulations! You have successfully installed Tanoshi on your Fedora CoreOS Latest system. You can now access the Tanoshi manga server via a web browser on your local machine.
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!