diff --git a/templates/img/planka.png b/templates/img/planka.png new file mode 100644 index 00000000..8c36ecae Binary files /dev/null and b/templates/img/planka.png differ diff --git a/templates/planka.xml b/templates/planka.xml new file mode 100644 index 00000000..a90508ce --- /dev/null +++ b/templates/planka.xml @@ -0,0 +1,29 @@ + + + planka + https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/planka.png + ghcr.io/plankanban/planka + https://github.com/plankanban/planka/pkgs/container/planka + bridge + sh + false + https://github.com/plankanban/planka/issues + https://planka.app/ + Postgres + http://[IP]:[PORT:1337] + bash -c + "for i in `seq 1 30`; do + ./start.sh && + s=$$? && break || s=$$?; + echo \"Tried $$i times. Waiting 5 seconds...\"; + sleep 5; + done; (exit $$s)" + The realtime kanban board for workgroups built with React and Redux. + /mnt/user/appdata/planka/user-avatars + /mnt/user/appdata/planka/project-background-images + /mnt/user/appdata/planka/attachments + 3000 + http://localhost:3000 + postgresql://postgres@postgres/planka + notsecretkey + \ No newline at end of file