From 3ff171ad65c07b9e7fbd420ee62ce843c910be31 Mon Sep 17 00:00:00 2001 From: Pierre Vandermeersch Date: Sun, 13 Sep 2026 13:49:59 +0200 Subject: [PATCH] Add notes about maintenance systems --- maintenance/notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 maintenance/notes.md diff --git a/maintenance/notes.md b/maintenance/notes.md new file mode 100644 index 0000000..db5fcb3 --- /dev/null +++ b/maintenance/notes.md @@ -0,0 +1,10 @@ +# Notes +> 10/9/2026 + +To maintain the system, I want to set up a good way to keep track of architectural choices in general (draw.io, setup procedures to :uninstall, reinstall, reset systems and other) + +Things to check out: +[x] file/storage system, backup for both the server itself and media +[] sys admin: how to keep things safe i.e. proper file permissions esp for docker etc +[] how to keep track of packages, what to update and what to not update to avoid breaking things. This includes docker images +[] perhaps CI/CD should considered here \ No newline at end of file