Yarrlist Github __full__ -

『全国最大最全最专业的软件下载库『软件下载软件下载测试软件下载破解软件下载软件园软件之家下载softwaredownload 』

  IT博客 :: 首页 :: 联系 :: 聚合 yarrlist github :: 管理
  2 Posts :: 0 Stories :: 0 Comments :: 0 Trackbacks

Yarrlist Github __full__ -

Based on the name "Yarrlist" (a play on "YARR!" as in pirate speak + "list"), this is likely a self-hosted, collaborative to-do list or task manager (an alternative to Trello, Todoist, or Listonic), possibly with a piratical theme or a focus on privacy/simplicity (like Yarr is a RSS reader). ☠️ Yarrlist · The Plunder-Proof Task Manager Avast, ye scallywags! Stop losin' yer treasure maps and ship chores in a sea of sticky notes. Yarrlist be a self-hosted, real-time collaborative list builder fer crews what value their privacy above doubloons. No SaaS scammers. No plank-walkin' subscriptions. Just pure, booty-secure task plunderin'.

volumes: yarr_static: pg_data: We love salty dogs who code. 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+ Based on the name "Yarrlist" (a play on "YARR

Can I use this for my business? A: Aye. MIT license. Go plunder yer productivity. Just pure, booty-secure task plunderin'

git clone https://github.com/yarrlist/yarrlist.git cd yarrlist make build ./bin/yarrlist --port 3000 --db /var/lib/yarrlist/tasks.db | 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) | 🗺️ API Routes (for custom parrot scripts) All endpoints require Bearer <token> unless it's /auth/login .