From 5ba322a5f08b8a26cc79647195c7cc075c99a48c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 12 Jun 2025 15:42:41 +0100 Subject: [PATCH] Migrate outstanding TODOs to repo issues --- TODO.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 951a895..0000000 --- a/TODO.md +++ /dev/null @@ -1,33 +0,0 @@ -# TODO - -## Must - -- [x] Fix image uploads -- [x] Update recipe metadata -- [x] External OIDC server (+ move options to `.env.sample`) -- [x] Customisable Django `DJANGO_SECRET_KEY` and `DJANGO_SUPERUSER_PASSWORD` -- [ ] Versioned recipe release -- [x] `backup-bot-two` labels -- [x] Fix Django admin static files - -## Should - -- [ ] Move secrets to Docker secrets - - [ ] Postgres password - - [ ] y-provider key - - [ ] OIDC secret - - [ ] SMTP password - - [ ] Minio password / `AWS_S3_SECRET_ACCESS_KEY` -- [x] Initial setup documentation -- [x] Move Minio bootstrap & DB migrate to `abra.sh` commands -- [ ] Expose options in `.env.sample`: - - [ ] Branding - - [x] Logging -- [x] SMTP -- [ ] Increase image upload filesize - -## Could - -- [ ] External Minio service -- [ ] Recipe CI tests -- [ ] Configurable image upload filesize