Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-13 20:16:43 +11:00
parent 0eb2368712
commit 5eaeffca04
72 changed files with 336 additions and 336 deletions

View File

@@ -34,7 +34,7 @@ for path in $READ_WRITE_PATHS; do
The required path "${path}" could not be found. The application
cannot start without its complete directory structure.
https://github.com/jokob-sk/NetAlertX/blob/main/docs/docker-troubleshooting/file-permissions.md
https://docs.netalertx.com/docker-troubleshooting/file-permissions
══════════════════════════════════════════════════════════════════════════════
EOF
>&2 printf "%s" "${RESET}"
@@ -49,7 +49,7 @@ EOF
This prevents NetAlertX from reading the configuration and indicates a
permissions or mount issue — often seen when running with custom UID/GID.
https://github.com/jokob-sk/NetAlertX/blob/main/docs/docker-troubleshooting/file-permissions.md
https://docs.netalertx.com/docker-troubleshooting/file-permissions
══════════════════════════════════════════════════════════════════════════════
EOF
>&2 printf "%s" "${RESET}"
@@ -63,7 +63,7 @@ EOF
The application cannot read from "${path}". This will cause
unpredictable errors. Please correct the file system permissions.
https://github.com/jokob-sk/NetAlertX/blob/main/docs/docker-troubleshooting/file-permissions.md
https://docs.netalertx.com/docker-troubleshooting/file-permissions
══════════════════════════════════════════════════════════════════════════════
EOF
>&2 printf "%s" "${RESET}"
@@ -80,7 +80,7 @@ EOF
To fix this automatically, restart the container with root privileges
(e.g., remove the "user:" directive in your Docker Compose file).
https://github.com/jokob-sk/NetAlertX/blob/main/docs/docker-troubleshooting/file-permissions.md
https://docs.netalertx.com/docker-troubleshooting/file-permissions
══════════════════════════════════════════════════════════════════════════════
EOF
>&2 printf "%s" "${RESET}"