diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 792f50cb..8ee485c3 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,7 @@ body: - type: checkboxes attributes: label: Is there an existing issue for this? - description: Please search to see if an open or closed issue already exists for the feature you are requesting. + description: Please search to see if an open or closed issue already exists for the feature you are requesting. options: - label: I have searched the existing open and closed issues required: true @@ -32,21 +32,21 @@ body: label: Anything else? description: | Links? References? Mockups? Anything that will give us more context about the feature you are encountering! - + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: true - type: checkboxes attributes: label: Am I willing to test this? 🧪 - description: I rely on the community to test unreleased features. If you are requesting a feature, please be willing to test it within 48h of test request. Otherwise, the feature might be pulled from the code base. + description: I rely on the community to test unreleased features. If you are requesting a feature, please be willing to test it within 48h of test request. Otherwise, the feature might be pulled from the code base. options: - label: I will do my best to test this feature on the `netlertx-dev` image when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations. required: true - type: checkboxes attributes: - label: Can I help implement this? 👩‍💻👨‍💻 - description: The maintainer will provide guidance and help. The implementer will read the PR guidelines https://jokob-sk.github.io/NetAlertX/DEV_ENV_SETUP/ + label: Can I help implement this? 👩‍💻👨‍💻 + description: The maintainer will provide guidance and help. The implementer will read the PR guidelines https://docs.netalertx.com/DEV_ENV_SETUP/ options: - label: "Yes" - label: "No" diff --git a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml index 62eb3821..5ff609c8 100755 --- a/.github/ISSUE_TEMPLATE/i-have-an-issue.yml +++ b/.github/ISSUE_TEMPLATE/i-have-an-issue.yml @@ -21,7 +21,7 @@ body: label: Is there an existing issue for this? description: Please search to see if an open or closed issue already exists for the bug you encountered. options: - - label: I have searched the existing open and closed issues and I checked the docs https://jokob-sk.github.io/NetAlertX/ + - label: I have searched the existing open and closed issues and I checked the docs https://docs.netalertx.com/ required: true - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/setup-help.yml b/.github/ISSUE_TEMPLATE/setup-help.yml index d1b54e20..ba96981c 100755 --- a/.github/ISSUE_TEMPLATE/setup-help.yml +++ b/.github/ISSUE_TEMPLATE/setup-help.yml @@ -21,7 +21,7 @@ body: label: Did I research? description: Please confirm you checked the usual places before opening a setup support request. options: - - label: I have searched the docs https://jokob-sk.github.io/NetAlertX/ + - label: I have searched the docs https://docs.netalertx.com/ required: true - label: I have searched the existing open and closed issues required: true diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 78488237..04a75ad6 100755 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -80,7 +80,6 @@ Backend loop phases (see `server/__main__.py` and `server/plugin.py`): `once`, ` - Logs: All logs are under `/tmp/log/`. Plugin logs are very shortly under `/tmp/log/plugins/` until picked up by the server. - plugin logs: `/tmp/log/plugins/*.log` - backend logs: `/tmp/log/stdout.log` and `/tmp/log/stderr.log` - - frontend commands logs: `/tmp/log/app_front.log` - php errors: `/tmp/log/app.php_errors.log` - nginx logs: `/tmp/log/nginx-access.log` and `/tmp/log/nginx-error.log` diff --git a/README.md b/README.md index e8798548..54c0e8dc 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Get visibility of what's going on on your WIFI/LAN network and enable presence d ## 🚀 Quick Start > [!WARNING] -> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://jokob-sk.github.io/NetAlertX/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. +> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://docs.netalertx.com/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. Start NetAlertX in seconds with Docker: @@ -60,14 +60,14 @@ docker compose up --force-recreate --build # To customize: edit docker-compose.yaml and run that last command again ``` -Need help configuring it? Check the [usage guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/README.md) or [full documentation](https://jokob-sk.github.io/NetAlertX/). +Need help configuring it? Check the [usage guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/README.md) or [full documentation](https://docs.netalertx.com/). For Home Assistant users: [Click here to add NetAlertX](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons) For other install methods, check the [installation docs](#-documentation) -| [📑 Docker guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DOCKER_INSTALLATION.md) | [🚀 Releases](https://github.com/jokob-sk/NetAlertX/releases) | [📚 Docs](https://jokob-sk.github.io/NetAlertX/) | [🔌 Plugins](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS.md) | [🤖 Ask AI](https://gurubase.io/g/netalertx) +| [📑 Docker guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DOCKER_INSTALLATION.md) | [🚀 Releases](https://github.com/jokob-sk/NetAlertX/releases) | [📚 Docs](https://docs.netalertx.com/) | [🔌 Plugins](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS.md) | [🤖 Ask AI](https://gurubase.io/g/netalertx) |----------------------| ----------------------| ----------------------| ----------------------| ----------------------| ![showcase][showcase] @@ -117,7 +117,7 @@ Supported browsers: Chrome, Firefox - [[Development] API docs](https://github.com/jokob-sk/NetAlertX/blob/main/docs/API.md) - [[Development] Custom Plugins](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS_DEV.md) -...or explore all the [documentation here](https://jokob-sk.github.io/NetAlertX/). +...or explore all the [documentation here](https://docs.netalertx.com/). ## 🔐 Security & Privacy @@ -156,7 +156,7 @@ A: In the `/data/config` and `/data/db` folders. Back up these folders regularly - Notification throttling may be needed for large networks to prevent spam. - On some systems, elevated permissions (like `CAP_NET_RAW`) may be needed for low-level scanning. -Check the [GitHub Issues](https://github.com/jokob-sk/NetAlertX/issues) for the latest bug reports and solutions and consult [the official documentation](https://jokob-sk.github.io/NetAlertX/). +Check the [GitHub Issues](https://github.com/jokob-sk/NetAlertX/issues) for the latest bug reports and solutions and consult [the official documentation](https://docs.netalertx.com/). ## 📃 Everything else diff --git a/docs/API_LOGS.md b/docs/API_LOGS.md index 8907069d..81f85503 100644 --- a/docs/API_LOGS.md +++ b/docs/API_LOGS.md @@ -18,7 +18,6 @@ Only specific, pre-approved log files can be purged for security and stability r ``` app.log -app_front.log IP_changes.log stdout.log stderr.log diff --git a/docs/DOCKER_COMPOSE.md b/docs/DOCKER_COMPOSE.md index 0d0277fe..396bc912 100755 --- a/docs/DOCKER_COMPOSE.md +++ b/docs/DOCKER_COMPOSE.md @@ -1,7 +1,7 @@ # NetAlertX and Docker Compose > [!WARNING] -> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://jokob-sk.github.io/NetAlertX/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. +> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://docs.netalertx.com/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. Great care is taken to ensure NetAlertX meets the needs of everyone while being flexible enough for anyone. This document outlines how you can configure your docker-compose. There are many settings, so we recommend using the Baseline Docker Compose as-is, or modifying it for your system.Good care is taken to ensure NetAlertX meets the needs of everyone while being flexible enough for anyone. This document outlines how you can configure your docker-compose. There are many settings, so we recommend using the Baseline Docker Compose as-is, or modifying it for your system. diff --git a/docs/DOCKER_INSTALLATION.md b/docs/DOCKER_INSTALLATION.md index 4d9e5d61..79eb0000 100644 --- a/docs/DOCKER_INSTALLATION.md +++ b/docs/DOCKER_INSTALLATION.md @@ -6,7 +6,7 @@ # NetAlertX - Network scanner & notification framework -| [📑 Docker guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DOCKER_INSTALLATION.md) | [🚀 Releases](https://github.com/jokob-sk/NetAlertX/releases) | [📚 Docs](https://jokob-sk.github.io/NetAlertX/) | [🔌 Plugins](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS.md) | [🤖 Ask AI](https://gurubase.io/g/netalertx) +| [📑 Docker guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DOCKER_INSTALLATION.md) | [🚀 Releases](https://github.com/jokob-sk/NetAlertX/releases) | [📚 Docs](https://docs.netalertx.com/) | [🔌 Plugins](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS.md) | [🤖 Ask AI](https://gurubase.io/g/netalertx) |----------------------| ----------------------| ----------------------| ----------------------| ----------------------| diff --git a/docs/DOCKER_MAINTENANCE.md b/docs/DOCKER_MAINTENANCE.md index 89e35afd..e38b3af6 100644 --- a/docs/DOCKER_MAINTENANCE.md +++ b/docs/DOCKER_MAINTENANCE.md @@ -1,7 +1,7 @@ # The NetAlertX Container Operator's Guide > [!WARNING] -> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://jokob-sk.github.io/NetAlertX/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. +> ⚠️ **Important:** The docker-compose has recently changed. Carefully read the [Migration guide](https://docs.netalertx.com/MIGRATION/?h=migrat#12-migration-from-netalertx-v25524) for detailed instructions. This guide assumes you are starting with the official `docker-compose.yml` file provided with the project. We strongly recommend you start with or migrate to this file as your baseline and modify it to suit your specific needs (e.g., changing file paths). While there are many ways to configure NetAlertX, the default file is designed to meet the mandatory security baseline with layer-2 networking capabilities while operating securely and without startup warnings. diff --git a/docs/FILE_PERMISSIONS.md b/docs/FILE_PERMISSIONS.md index 8b1a79cd..b6a25896 100755 --- a/docs/FILE_PERMISSIONS.md +++ b/docs/FILE_PERMISSIONS.md @@ -38,6 +38,8 @@ NetAlertX requires certain paths to be writable at runtime. These paths should b > All these paths will have **UID 20211 / GID 20211** inside the container. Files on the host will appear owned by `20211:20211`. +## Eunning as `root` + You can change the default PUID and GUID with env variables: ```yaml diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 24aaad04..9e39e5ba 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://docs.netalertx.com/FILE_PERMISSIONS/#writable-paths) what directories to mount if you'd like to access the API or log files. + diff --git a/front/php/templates/footer.php b/front/php/templates/footer.php index 45e95689..763859da 100755 --- a/front/php/templates/footer.php +++ b/front/php/templates/footer.php @@ -12,7 +12,7 @@ #---------------------------------------------------------------------------------# --> - NetAlertx - - + +
- | - | - | - | - | : - | Version: - | + | + | + | + | + | : + | Version: + |
diff --git a/front/php/templates/language/ca_ca.json b/front/php/templates/language/ca_ca.json index a94b1c14..23ac7590 100644 --- a/front/php/templates/language/ca_ca.json +++ b/front/php/templates/language/ca_ca.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Estàs segur que vols reiniciar el servidor backend? Això pot causar incongruència a l'aplicació. Abans fes còpia de seguretat de la vostra configuració.

Nota: Això pot durar uns quants minuts.", "Maintenance_InitCheck": "Init Check", "Maintenance_InitCheck_Checking": "Comprovant…", - "Maintenance_InitCheck_QuickSetupGuide": "Assegureu-vos de seguir la guia de configuració ràpida.", + "Maintenance_InitCheck_QuickSetupGuide": "Assegureu-vos de seguir la guia de configuració ràpida.", "Maintenance_InitCheck_Success": "Aplicació inicialitzada amb èxit!", "Maintenance_ReCheck": "Tornar a comprovar", "Maintenance_Running_Version": "Versió instal·lada", diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 546b6dff..a3e9a3cc 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Are you sure you want to restart the backend server? This may casue app inconsistency. Backup your setup first.

Note: This may take a few minutes.", "Maintenance_InitCheck": "Init check", "Maintenance_InitCheck_Checking": "Checking…", - "Maintenance_InitCheck_QuickSetupGuide": "Make sure you followed the quick setup guide.", + "Maintenance_InitCheck_QuickSetupGuide": "Make sure you followed the quick setup guide.", "Maintenance_InitCheck_Success": "Application initialized succesfully!", "Maintenance_ReCheck": "Retry check", "Maintenance_Running_Version": "Installed version", diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index 679d82c5..e443dca3 100644 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -391,7 +391,7 @@ "Maint_Restart_Server_noti_text": "¿Estás seguro de que desea reiniciar el servidor backend? Esto puede causar inconsistencia en la aplicación. Primero haga una copia de seguridad de su configuración.

Nota: Esto puede tardar unos minutos.", "Maintenance_InitCheck": "Validación inicial", "Maintenance_InitCheck_Checking": "Validando . . .", - "Maintenance_InitCheck_QuickSetupGuide": "Asegúrece de seguir la guía de configuración rápida.", + "Maintenance_InitCheck_QuickSetupGuide": "Asegúrece de seguir la guía de configuración rápida.", "Maintenance_InitCheck_Success": "¡Aplicación inicializada con éxito!", "Maintenance_ReCheck": "Reintentar validación", "Maintenance_Running_Version": "Versión instalada", diff --git a/front/php/templates/language/fr_fr.json b/front/php/templates/language/fr_fr.json index 5745b2ba..d70d9728 100644 --- a/front/php/templates/language/fr_fr.json +++ b/front/php/templates/language/fr_fr.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Êtes-vous sûr de vouloir relancer le serveur back-end ? Cela peut causer des incohérences avec l'application. Sauvegarder vos paramètres en premier lieu.

Remarque : cela peut prendre quelques minutes.", "Maintenance_InitCheck": "Vérification initiale", "Maintenance_InitCheck_Checking": "Vérification…", - "Maintenance_InitCheck_QuickSetupGuide": "Assurez-vous de suivre le guide de démarrage rapide.", + "Maintenance_InitCheck_QuickSetupGuide": "Assurez-vous de suivre le guide de démarrage rapide.", "Maintenance_InitCheck_Success": "Application initialisée avec succès !", "Maintenance_ReCheck": "Relancer la vérification", "Maintenance_Running_Version": "Version installée", diff --git a/front/php/templates/language/it_it.json b/front/php/templates/language/it_it.json index 596eb309..7c0c16be 100644 --- a/front/php/templates/language/it_it.json +++ b/front/php/templates/language/it_it.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Sei sicuro di voler riavviare il server backend? Questo potrebbe causare incoerenze dell'app. Prima esegui il backup della tua configurazione.

Nota: l'operazione potrebbe richiedere alcuni minuti.", "Maintenance_InitCheck": "Controllo iniziale", "Maintenance_InitCheck_Checking": "Controllo in corso…", - "Maintenance_InitCheck_QuickSetupGuide": "Assicurati di aver seguito la guida di configurazione rapida.", + "Maintenance_InitCheck_QuickSetupGuide": "Assicurati di aver seguito la guida di configurazione rapida.", "Maintenance_InitCheck_Success": "Applicazione inizializzata con successo!", "Maintenance_ReCheck": "Riprova controllo", "Maintenance_Running_Version": "Versione installata", diff --git a/front/php/templates/language/ja_jp.json b/front/php/templates/language/ja_jp.json index d2a1c13a..3fa778b6 100644 --- a/front/php/templates/language/ja_jp.json +++ b/front/php/templates/language/ja_jp.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "バックエンドサーバーを再起動してもよろしいですか?アプリの不整合が発生する可能性があります。まず設定のバックアップを行ってください。

注:この操作には数分かかる場合があります。", "Maintenance_InitCheck": "初期化チェック", "Maintenance_InitCheck_Checking": "確認中…", - "Maintenance_InitCheck_QuickSetupGuide": "クイックセットアップガイドに従ったことを確認してください。", + "Maintenance_InitCheck_QuickSetupGuide": "クイックセットアップガイドに従ったことを確認してください。", "Maintenance_InitCheck_Success": "アプリケーションの初期化に成功!", "Maintenance_ReCheck": "再試行チェック", "Maintenance_Running_Version": "インストールバージョン", diff --git a/front/php/templates/language/pl_pl.json b/front/php/templates/language/pl_pl.json index e4fb01ca..10daa589 100644 --- a/front/php/templates/language/pl_pl.json +++ b/front/php/templates/language/pl_pl.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Czy na pewno chcesz zrestartować serwer zaplecza (backend)? Może to spowodować niespójność działania aplikacji. Najpierw wykonaj kopię zapasową swojej konfiguracji.

Uwaga: To może potrwać kilka minut.", "Maintenance_InitCheck": "Wstępna kontrola", "Maintenance_InitCheck_Checking": "Sprawdzanie…", - "Maintenance_InitCheck_QuickSetupGuide": "Upewnij się, że postępowałeś zgodnie z krótką instrukcją konfiguracji.", + "Maintenance_InitCheck_QuickSetupGuide": "Upewnij się, że postępowałeś zgodnie z krótką instrukcją konfiguracji.", "Maintenance_InitCheck_Success": "Aplikacja została pomyślnie zainicjowana!", "Maintenance_ReCheck": "Ponów sprawdzenie", "Maintenance_Running_Version": "Zainstalowana wersja", diff --git a/front/php/templates/language/pt_pt.json b/front/php/templates/language/pt_pt.json index 31d96c5c..2a9cfa70 100644 --- a/front/php/templates/language/pt_pt.json +++ b/front/php/templates/language/pt_pt.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Tem certeza de que deseja reiniciar o servidor backend? Isto pode causar inconsistência na app. Faça primeiro um backup da sua configuração.

Nota: Isto pode levar alguns minutos.", "Maintenance_InitCheck": "Verificação inicial", "Maintenance_InitCheck_Checking": "A verificar…", - "Maintenance_InitCheck_QuickSetupGuide": "Certifique-se de que seguiu o guia de configuração rápida.", + "Maintenance_InitCheck_QuickSetupGuide": "Certifique-se de que seguiu o guia de configuração rápida.", "Maintenance_InitCheck_Success": "Aplicação inicializada com sucesso!", "Maintenance_ReCheck": "Verificar novamente", "Maintenance_Running_Version": "Versão instalada", diff --git a/front/php/templates/language/ru_ru.json b/front/php/templates/language/ru_ru.json index ae404d54..c6c6e69c 100644 --- a/front/php/templates/language/ru_ru.json +++ b/front/php/templates/language/ru_ru.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Вы уверены, что хотите перезапустить внутренний сервер? Это может привести к несогласованности работы приложения. Сначала создайте резервную копию настроек.

Примечание: Это может занять несколько минут.", "Maintenance_InitCheck": "Инициализация проверки", "Maintenance_InitCheck_Checking": "Проверяется…", - "Maintenance_InitCheck_QuickSetupGuide": "Убедитесь, что вы следовали быстрому руководству по настройке .", + "Maintenance_InitCheck_QuickSetupGuide": "Убедитесь, что вы следовали быстрому руководству по настройке .", "Maintenance_InitCheck_Success": "Приложение инициализировано успешно!", "Maintenance_ReCheck": "Повторить проверку", "Maintenance_Running_Version": "Установленная версия", diff --git a/front/php/templates/language/uk_ua.json b/front/php/templates/language/uk_ua.json index b128814a..3c4e6531 100644 --- a/front/php/templates/language/uk_ua.json +++ b/front/php/templates/language/uk_ua.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "Ви впевнені, що бажаєте перезапустити внутрішній сервер? Це може спричинити неузгодженість програми. Спершу створіть резервну копію налаштувань.

Примітка. Це може зайняти кілька хвилин.", "Maintenance_InitCheck": "Перевірка ініціалізації", "Maintenance_InitCheck_Checking": "Перевірка…", - "Maintenance_InitCheck_QuickSetupGuide": "Переконайтеся, що ви дотримувалися інструкцій у короткому посібнику з налаштування.", + "Maintenance_InitCheck_QuickSetupGuide": "Переконайтеся, що ви дотримувалися інструкцій у короткому посібнику з налаштування.", "Maintenance_InitCheck_Success": "Застосунок успішно ініціалізовано!", "Maintenance_ReCheck": "Повторна спроба перевірки", "Maintenance_Running_Version": "Встановлена версія", diff --git a/front/php/templates/language/zh_cn.json b/front/php/templates/language/zh_cn.json index 516c5f19..20b4363d 100644 --- a/front/php/templates/language/zh_cn.json +++ b/front/php/templates/language/zh_cn.json @@ -375,7 +375,7 @@ "Maint_Restart_Server_noti_text": "您确定要重新启动后端服务器吗?这可能会导致应用程序不一致。请先备份您的设置。

注意:这可能需要几分钟。", "Maintenance_InitCheck": "初步检查", "Maintenance_InitCheck_Checking": "查看中…", - "Maintenance_InitCheck_QuickSetupGuide": "确保您遵循快速设置指南。", + "Maintenance_InitCheck_QuickSetupGuide": "确保您遵循快速设置指南。", "Maintenance_InitCheck_Success": "应用程序启动成功!", "Maintenance_ReCheck": "重试检查", "Maintenance_Running_Version": "安装版本", diff --git a/mkdocs.yml b/mkdocs.yml index 38ce3e83..4cea5d47 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: NetAlertX Docs -site_url: https://jokob-sk.github.io/NetAlertX/ +site_url: https://docs.netalertx.com/ repo_url: https://github.com/jokob-sk/NetAlertX/ edit_uri: blob/main/docs/ docs_dir: docs