Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2025-10-17 21:32:53 +11:00
parent 18eaee4906
commit d38e77f801
3 changed files with 7 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ http://<server>:<GRAPHQL_PORT>/
* [Sessions](API_SESSIONS.md) Connection sessions and history * [Sessions](API_SESSIONS.md) Connection sessions and history
* [Settings](API_SETTINGS.md) Settings * [Settings](API_SETTINGS.md) Settings
* Messaging: * Messaging:
* [In app messaging](API_MESSAGING_IN_APP.md) - In-app messaging * [In app messaging](API_MESSAGING_IN_APP.md) - In-app messaging
* [Metrics](API_METRICS.md) Prometheus metrics and per-device status * [Metrics](API_METRICS.md) Prometheus metrics and per-device status
* [Network Tools](API_NETTOOLS.md) Utilities like Wake-on-LAN, traceroute, nslookup, nmap, and internet info * [Network Tools](API_NETTOOLS.md) Utilities like Wake-on-LAN, traceroute, nslookup, nmap, and internet info
* [Online History](API_ONLINEHISTORY.md) Online/offline device records * [Online History](API_ONLINEHISTORY.md) Online/offline device records

View File

@@ -63,6 +63,9 @@ wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/debian12/
## 📥 Ubuntu 24 (Noble Numbat) ## 📥 Ubuntu 24 (Noble Numbat)
> [!NOTE]
> Maintained by [ingoratsdorf](https://github.com/ingoratsdorf)
### Installation via curl ### Installation via curl
```bash ```bash
curl -o install.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/install.sh && sudo chmod +x install.sh && sudo ./install.sh curl -o install.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/install.sh && sudo chmod +x install.sh && sudo ./install.sh
@@ -78,7 +81,8 @@ wget https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/ubuntu24/
> [!NOTE] > [!NOTE]
> Use this on a clean LXC/VM for Debian 13 OR Ubuntu 24. > Use this on a clean LXC/VM for Debian 13 OR Ubuntu 24.
> The Scipt will detect OS and build acordingly. > The Scipt will detect OS and build acordingly.
> Maintained by [JVKeller](https://github.com/JVKeller)
### Installation via wget ### Installation via wget
```bash ```bash

View File

@@ -87,6 +87,7 @@ nav:
- Sessions: API_SESSIONS.md - Sessions: API_SESSIONS.md
- Settings: API_SETTINGS.md - Settings: API_SETTINGS.md
- Events: API_EVENTS.md - Events: API_EVENTS.md
- Messaging in-app: API_MESSAGING_IN_APP.md
- Metrics: API_METRICS.md - Metrics: API_METRICS.md
- Net Tools: API_NETTOOLS.md - Net Tools: API_NETTOOLS.md
- Online History: API_ONLINEHISTORY.md - Online History: API_ONLINEHISTORY.md