mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
1010 B
1010 B
Important
Please note that this heavily relies on @codedipper's work and is basically a copy of his wiki.
Step 0: Install and configure Docker.
Step 1: Enter a root shell on the host machine.
Step 2: Clone the required git repositories to the host machine.
git clone https://github.com/Ahwxorg/LibreY.git LibreY/
git clone https://github.com/codedipper/LibreY-Tor.git LibreY-Tor/
Step 3: Apply the docker-compose.yml patch.
cd LibreY/
git apply ../LibreY-Tor/LibreY_docker-compose-yml.diff
Step 4: Manually edit LibreY/docker-compose.yml and LibreY-Tor/torrc to configure LibreY and Tor to your liking.
Step 5: Run it! docker compose up -d
To update containers:
cd LibreY/
docker compose down
docker compose pull
docker compose up -d
It is recommended to build the images yourself to avoid an outdated Tor version.