Github: Yarrlist
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 📜 License MIT License – Do what ye want, but don't come cryin' if ye lose a task to the leviathan. ☠️ Hoist the Jolly Roger and organize yer chaos. Star on GitHub | Report a bug | Discord crew This README is a template. Replace placeholder image URLs, add actual build badges, and adjust any technical specifics to match your real codebase.
Can I use this for my business? A: Aye. MIT license. Go plunder yer productivity. yarrlist github
docker run -d \ --name yarrlist \ -p 8080:8080 \ -v yarrlist_data:/data \ yarrlist/yarrlist:latest Then open yer spyglass to http://localhost:8080 . First mate to register gets the Captain's hat (admin). Requirements: Go 1.21+, SQLite (default) or Postgres 14+ How do I back up my data