sebingel
bc66575f91
Add fritzconnection to install-specific requirements files
...
The fritzconnection dependency was added to the top-level requirements.txt
when the Fritz!Box plugin was introduced, but the install-specific files
for Proxmox and Ubuntu 24 were not updated. Without the entry in these
files, fresh installations via the install scripts would not install the
dependency.
Requested by reviewer jokob-sk in PR #1592 .
Changes:
- Add fritzconnection>=1.15.1 to install/proxmox/requirements.txt
- Add fritzconnection>=1.15.1 to install/ubuntu24/requirements.txt
All three requirements files now declare the fritzconnection dependency
consistently.
2026-04-06 10:20:54 +00:00
Alvise Bruniera
e30bdc526b
updated freebox requirements
2026-03-26 17:14:56 +01:00
Alvise Bruniera
21f6a53830
freebox plugin version 2
2026-03-26 16:03:45 +01:00
Meatloaf Bot
df3ca50c5c
Address CodeRabbit review: Clarify sysctl behavior in host network mode
2026-03-10 12:04:30 -04:00
Meatloaf-bot
93fc126da2
docs: clarify ARP flux sysctl limitations with host networking
2026-03-09 19:27:40 -04:00
Jokob @NetAlertX
89811cd133
Merge pull request #1544 from adamoutler/built-in-tests
...
Improve built-in test used during system startup - thanks @adamoutler 🙏
2026-03-05 06:48:46 +11:00
Adam Outler
b854206599
Address review comments from PR #1544
2026-03-04 14:36:31 +00:00
Adam Outler
5c0f29b97c
coderabbit suggestions
2026-03-04 01:33:43 +00:00
Adam Outler
c1d53ff93f
Update docker compose and unit tests
2026-03-02 19:43:28 +00:00
Adam Outler
a329c5b541
Tidy up plugin logic
2026-03-02 19:42:29 +00:00
Adam Outler
0555105473
Detect sysctls only, don't modify sysctls; allow user to modify.
2026-03-02 19:42:00 +00:00
Adam Outler
b0aa5d0e45
Fix startup script matching for skips
2026-03-02 19:41:06 +00:00
Adam Outler
93df52f70c
Fix healthcheck for non-0.0.0.0. will pass as long as reachable.
2026-03-02 19:39:23 +00:00
jokob-sk
f5e411d5d5
chore: jokob-sk->netalertx
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-28 16:00:37 +11:00
jokob-sk
11499a6890
chore: jokob-sk->netalertx
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-28 15:58:46 +11:00
jokob-sk
a309f99c3d
Merge branch 'main' of https://github.com/jokob-sk/NetAlertX
2026-02-24 07:08:43 +11:00
jokob-sk
8fc78f02e9
BE: Better arpo-scan accuracy w/ system optimization
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-24 07:07:55 +11:00
Jokob @NetAlertX
446545e7eb
Merge pull request #1534 from MrMeatikins/feat/docker-install-docs
...
Docs: Add Docker install instructions for MCP Agents
2026-02-23 15:00:26 +11:00
MrMeatikins
14625926f9
Revert env variables per jokob-sk review
...
Co-authored-by: jokob-sk <jokob.sk@gmail.com >
2026-02-22 22:37:24 -05:00
MrMeatikins
c7e754966e
Simplify README to link official docs
2026-02-22 22:22:21 -05:00
MrMeatikins
4316a436eb
Apply CodeRabbit suggestions
2026-02-22 22:20:28 -05:00
jokob-sk
ab7df4384e
INS: handle LOADED_PLUGINS env variable
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-21 14:18:11 +11:00
jokob-sk
50f341e84f
BE: force upgrade of unifi-sm-api>=0.2.3 #1524
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-20 07:44:49 +11:00
PlanBot
32c21b01bb
feat(docs): Update Docker install guide and templates
...
- Add --force-recreate to install commands for easier version switching
- Remove debug flags (ALWAYS_FRESH_INSTALL, NETALERTX_DEBUG) from templates
- Link to official DOCKER_COMPOSE environment variable docs
2026-02-19 12:30:50 -05:00
jokob-sk
05c332867b
BE: force upgrade of unifi-sm-api>=0.2.2 #1524
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-19 14:22:23 +11:00
jokob-sk
876cd4bbe1
BE: psutils missing
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-18 13:08:34 +11:00
jokob-sk
7075091569
BE: psutil missing
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-18 11:35:18 +11:00
jokob-sk
774c123804
BE: psutil missing
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-18 11:17:25 +11:00
Adam Outler
9c4e02f565
Add 403 message which describes the problem
2026-02-08 02:33:11 +00:00
Adam Outler
30c832b14e
move app.
2026-02-07 15:20:49 +00:00
jokob-sk
76d37edc63
jokob-sk/netalertx -> netalertx/netalertx
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-02-04 21:21:05 +11:00
Adam Outler
d6457a53a0
Debian compatibility
2026-02-01 01:42:20 +00:00
Adam Outler
d3b3f8babb
autoconfigure scan subnets
2026-01-31 15:53:20 +00:00
Adam Outler
1011652959
Fix fresh install script
2026-01-29 16:18:41 +00:00
Jokob @NetAlertX
8ac5b14403
Merge pull request #1468 from adamoutler/http_sec_fetch
...
Http sec fetch
2026-01-29 07:43:50 +11:00
Martynas Mickevičius
0df9759606
Add nix flake
2026-01-28 16:55:12 +02:00
Adam Outler
2bd80d19db
http_sec_fetch with http_referrer fallback
2026-01-28 02:13:04 +00:00
jokob-sk
d24411fa53
BE: CurrentScan table leanup - column rename
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-25 16:38:45 +11:00
jokob-sk
5eaeffca04
DOCS: new URL https://docs.netalertx.com/
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-13 20:16:43 +11:00
Adam Outler
15679a6a21
Update install/production-filesystem/services/config/php/php-fpm.d/www.conf
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-01-10 01:37:58 -05:00
Adam Outler
a52cf764d2
Update install/production-filesystem/services/config/php/php-fpm.d/www.conf
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-01-10 01:37:40 -05:00
Adam Outler
8452902703
enable nginx running as root
2026-01-10 04:42:30 +00:00
Adam Outler
bdf89dc927
Enable PHP running as root
2026-01-10 04:42:22 +00:00
Adam Outler
29785ece48
Adjust PHP buffer sizes
2026-01-10 04:41:29 +00:00
Adam Outler
739f17474f
Basic fixes for synology
2026-01-08 22:56:15 +00:00
Adam Outler
c86d0c8772
Handle more edge cases; more clear warnings
2026-01-06 00:43:48 +00:00
Adam Outler
16375abb51
revise excessive capabilties
2026-01-04 15:53:34 +00:00
Jokob @NetAlertX
e359ea072e
Merge branch 'main' into PUID
2026-01-04 11:34:22 +11:00
jokob-sk
bdb9377061
PLG: ICMP v2 #1331
...
Signed-off-by: jokob-sk <jokob.sk@gmail.com >
2026-01-04 11:27:34 +11:00
Adam Outler
f549db3ea9
fix devcontainer starup issue.
2026-01-03 23:31:41 +00:00