Monitoring primarily
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
# complete/
|
||||
# transmission/
|
||||
# config/
|
||||
# uptime-kuma/ ← /app/data in uptime-kuma container (SQLite DB, config)
|
||||
# ntfy/
|
||||
# auth.db ← user/token auth database
|
||||
# cache.db ← message cache
|
||||
# attachments/ ← file attachments
|
||||
# restic-cache/ ← restic local cache (not the backup destination)
|
||||
|
||||
let
|
||||
@@ -102,6 +107,9 @@ in
|
||||
"d ${cfg.mountPoint}/media/complete 0755 root root -"
|
||||
"d ${cfg.mountPoint}/transmission 0750 root root -"
|
||||
"d ${cfg.mountPoint}/transmission/config 0750 root root -"
|
||||
"d ${cfg.mountPoint}/uptime-kuma 0750 root root -"
|
||||
"d ${cfg.mountPoint}/ntfy 0750 ntfy-sh ntfy-sh -"
|
||||
"d ${cfg.mountPoint}/ntfy/attachments 0750 ntfy-sh ntfy-sh -"
|
||||
"d ${cfg.mountPoint}/restic-cache 0700 root root -"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user