| Variable | Default | Description | |:---------|:--------|:------------| | YARR_PORT | 8080 | Port for the kraken to listen on | | YARR_DB_TYPE | sqlite | sqlite or postgres | | YARR_DB_URL | ./data/yarrlist.db | Path or Postgres DSN | | YARR_JWT_SECRET | random | Sign yer crew's tokens (change this!) | | YARR_REGISTRATION_OPEN | true | Can new scallywags join? | | YARR_CREW_MAX | 0 | Max members (0 = infinite) |
Guides on how to use VPNs and private search engines like Brave Search to maintain anonymity while browsing the indexed sites. Community and Evolution yarrlist github
docker run -d \ --name yarrlist \ -p 8080:8080 \ -v yarrlist_data:/data \ yarrlist/yarrlist:latest How do I back up my data
docker-compose.yml example:
MIT License – Do what ye want, but don't come cryin' if ye lose a task to the leviathan. Users are encouraged to visit the official GitHub
How do I back up my data? A: Just copy the data/ folder or dump your Postgres DB. tar -czf yarr_backup.tar.gz /path/to/yarrlist/data
Note: GitHub repositories are subject to change and updates. Users are encouraged to visit the official GitHub page for the most current status and content.