docs: Formalize Synology NAS repo standards with REQUIREMENTS.md, maintenance instructions, and setup guides. Fix service typos and standardize filenames.

This commit is contained in:
2026-02-22 12:43:12 -05:00
parent 33ddf7705e
commit 5ba88c9ae4
6 changed files with 148 additions and 3 deletions

View File

@@ -13,6 +13,6 @@ chown 1042:65538 "${BASE}/config/settings.json"
chmod 640 "${BASE}/config/settings.json"
touch "${BASE}/database/filebroser.db"
chown 1042:65538 "${BASE}/database/filebroser.db"
chmod 640 "${BASE}/database/filebroser.db"
touch "${BASE}/database/filebrowser.db"
chown 1042:65538 "${BASE}/database/filebrowser.db"
chmod 640 "${BASE}/database/filebrowser.db"