From edde2596b5d21a12f56c8816581aeff185142ccc Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:43:02 +1100 Subject: [PATCH 1/2] Fix typo and add writable paths check in migration guide Corrected a typo in the instructions and added a new step for checking writable paths. --- docs/MIGRATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 769d647b..546e0a41 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -296,4 +296,6 @@ sudo chown -R 20211:20211 /local_data_dir sudo chmod -R a+rwx /local_data_dir ``` -8. Start the container and verify everything works as expected. \ No newline at end of file +8. Start the container and verify everything works as expeexpected. +9. Check the [Permissions -> Writable-paths] (https://jokob-sk.github.io/NetAlertX/FILE_PERMISSIONS/#writable-paths) what directories to mount if you'd like to access the API or log files. + From c1bd611e57b2a44b8490dac4c15c322eed290e7e Mon Sep 17 00:00:00 2001 From: "Jokob @NetAlertX" <96159884+jokob-sk@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:44:20 +1100 Subject: [PATCH 2/2] Fix formatting of migration instructions --- docs/MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 546e0a41..24aaad04 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -297,5 +297,5 @@ sudo chmod -R a+rwx /local_data_dir ``` 8. Start the container and verify everything works as expeexpected. -9. Check the [Permissions -> Writable-paths] (https://jokob-sk.github.io/NetAlertX/FILE_PERMISSIONS/#writable-paths) what directories to mount if you'd like to access the API or log files. +9. Check the [Permissions -> Writable-paths](https://jokob-sk.github.io/NetAlertX/FILE_PERMISSIONS/#writable-paths) what directories to mount if you'd like to access the API or log files.