curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker $USERmake up # Start
make tor # Get .onion address
make status # Check status
make down # Stop
make clean # Completely remove containerContent is stored at ~/nonograph/content.
Access: http://localhost:8009
mkdir -p ~/nonograph/content
sudo docker run -d \
-p 8009:8009 \
-v ~/nonograph/content:/app/content \
--name nonograph \
ghcr.io/du82/nonograph:latestThen check logs for your .onion address:
sudo docker logs nonograph