diff --git a/docs/BACKUPS.md b/docs/BACKUPS.md index 9e2fd679..6db08887 100755 --- a/docs/BACKUPS.md +++ b/docs/BACKUPS.md @@ -83,7 +83,7 @@ You can also download the `app.conf` and `devices.csv` files from the **Maintena ### ๐Ÿ“ฅ How to Restore -Map these files into your container as described in the [Setup documentation](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md#docker-paths). +Map these files into your container as described in the [Setup documentation](./DOCKER_INSTALLATION.md). --- diff --git a/docs/COMMON_ISSUES.md b/docs/COMMON_ISSUES.md index 073fe573..7a55e0f2 100755 --- a/docs/COMMON_ISSUES.md +++ b/docs/COMMON_ISSUES.md @@ -16,7 +16,7 @@ Make sure you [File permissions](./FILE_PERMISSIONS.md) are set correctly. * If facing issues (AJAX errors, can't write to DB, empty screen, etc,) make sure permissions are set correctly, and check the logs under `/app/log`. * To solve permission issues you can try setting the owner and group of the `app.db` by executing the following on the host system: `docker exec netalertx chown -R www-data:www-data /app/db/app.db`. -* If still facing issues, try to map the app.db file (โš  not folder) to `:/app/db/app.db` (see [docker-compose Examples](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md#-docker-composeyml-examples) for details) +* If still facing issues, try to map the app.db file (โš  not folder) to `:/app/db/app.db` (see [docker-compose Examples](./DOCKER_COMPOSE.md) for details) ### Container restarts / crashes diff --git a/docs/README.md b/docs/README.md index d8fbe9b5..9e3bc8e5 100755 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ There is also an in-app Help / FAQ section that should be answering frequently a #### ๐Ÿณ Docker (Fully supported) -- The main installation method is as a [docker container - follow these instructions here](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md). +- The main installation method is as a [docker container - follow these instructions here](./DOCKER_INSTALLATION.md). #### ๐Ÿ’ป Bare-metal / On-server (Experimental/community supported ๐Ÿงช) diff --git a/docs/WEB_UI_PORT_DEBUG.md b/docs/WEB_UI_PORT_DEBUG.md index 5db03cd8..263fa685 100755 --- a/docs/WEB_UI_PORT_DEBUG.md +++ b/docs/WEB_UI_PORT_DEBUG.md @@ -15,7 +15,7 @@ The **Web UI** is served by an **nginx** server, while the **API backend** runs APP_CONF_OVERRIDE={"GRAPHQL_PORT":"20212"} ``` -For more information, check the [Docker installation guide](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md). +For more information, check the [Docker installation guide](./DOCKER_INSTALLATION.md). ## Possible issues and troubleshooting diff --git a/docs/index.md b/docs/index.md index 62d6aad9..a1cf3c54 100755 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ The app can be installed different ways, with the best support of the docker-bas NetAlertX is fully supported in Docker environments, allowing for easy setup and configuration. Follow the official guide to get started: -- [Docker Installation Guide](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md) +- [Docker Installation Guide](./DOCKER_INSTALLATION.md) This guide will take you through the process of setting up NetAlertX using Docker Compose or standalone Docker commands.