Franco Fichtner
63d40de4a1
net-mgmt/zabbix-agent: model style, MaskPerItem simplification
2025-12-02 08:19:50 +01:00
Franco Fichtner
70862d6727
dns/rfc2136: fix command change not released yet
2025-12-02 08:12:34 +01:00
Franco Fichtner
e5ff7d6296
et-mgmt/zabbix-proxy: model style
2025-12-02 08:06:22 +01:00
Frank Wall
0565c8b3a4
net-mgmt/zabbix-proxy: release 1.16 ( #5058 )
2025-12-02 08:03:52 +01:00
Franco Fichtner
b1c5dddd6c
net/turnserver: pretty up pkg-descr
2025-12-02 08:00:13 +01:00
Franco Fichtner
289eb34bac
net/turnserver: small model style changes
2025-12-02 07:53:20 +01:00
Frank Wall
328d29d94f
Merge pull request #5055 from fraenki/acme_411
...
security/acme-client: release 4.11
2025-12-01 22:27:13 +01:00
Frank Wall
c503b7f418
security/acme-client release 4.11
2025-12-01 22:26:31 +01:00
Monviech
249288dce6
net/ndp-proxy-go: Bump plugin version to v1.1 ( #5056 )
2025-12-01 16:11:07 +01:00
Frank Wall
bfd90d27f7
security/acme-client: post-merge fixes for #4824
2025-12-01 14:57:55 +01:00
Frank Wall
0d641df774
Merge pull request #4654 from fraenki/turn_1_1
...
net/turnserver: release 1.1
2025-12-01 13:39:32 +01:00
Frank Wall
124b4dbf68
net/turnserver: add log page, switch to syslog
...
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2025-12-01 12:32:11 +01:00
Franco Fichtner
5032208e80
net/zerotier: set as unmaintained for #4746
2025-12-01 11:15:29 +01:00
Franco Fichtner
77424cdf9f
security/acme-client: fix style for "DEPREC(I)ATED"
2025-12-01 08:15:50 +01:00
Franco Fichtner
564674b469
net/haproxy: change wording style for "DEPRECATED"
2025-12-01 08:14:21 +01:00
Franco Fichtner
5675e6f23d
LICENSE: sync
2025-12-01 08:06:11 +01:00
Franco Fichtner
b9241d6888
security/acme-client: style changes
2025-12-01 07:59:07 +01:00
Lis
a12012ad37
security/acme-client: add support for selectel.ru V2 API ( #4824 )
...
* security/acme-client: add support for selectel.ru V2 API
* fix syntax depreciation warning in SecurityController.php
2025-11-30 22:53:46 +01:00
Frank Wall
e866e541da
Merge pull request #4830 from kevinvanblokland/master
...
security/acme-client: add support for AzureDNS System Assigned Managed Identity
2025-11-30 22:40:05 +01:00
Peter
ce2dfe7705
security/acme-client: Add support for mijn.host DNS challenge ( #4446 )
...
* Add support for mijn.host DNS challenge.
2025-11-30 22:34:50 +01:00
Ad Schellevis
fafe14b7bd
www/squid - remove references to firewall_nat.php as this will go away shortly and we don't plan to re-add a similar template for this.
...
ref: https://github.com/opnsense/core/issues/8401
2025-11-30 11:13:35 +01:00
Franco Fichtner
4e967c787d
net/freeradius: modify VLAN fallback logic #5050
...
While it's nice to constrain this it's also very inflexible.
With fallback disabled we can retain values in tunnel pw and
VLAN ID. Enabling it without these options may be weird, but
not a large problem. Template was rearranged to generate
the most logic outcome.
Some due maintenance sprinkled on top.
2025-11-29 08:51:48 +01:00
Franco Fichtner
5ca28c8447
net/freeradius: proposal for #5050
2025-11-29 08:24:56 +01:00
Franco Fichtner
248ef71920
security/tailscale: simplify previous a little
2025-11-27 17:48:28 +01:00
Sam Sheridan
351090da19
security/tailscale: fix to prevent use of pre-auth key in startup after auth ( #5047 )
2025-11-27 17:40:17 +01:00
GutierrezJeremy
c77c3c0cca
net-mgmt/zabbix-proxy and zabbix-agent: add ListenBacklog option ( #5046 )
...
Co-authored-by: Jeremy Gutierrez <Jeremy.gutierrez@markt.de>
2025-11-27 17:36:51 +01:00
Franco Fichtner
df4b6e006e
databases/redis: wow, fix this stupid bug
...
PR: https://www.reddit.com/r/opnsense/comments/1ozm5pc/cant_start_redis_on_opnsense_2577_4_track66379/
2025-11-26 20:54:05 +01:00
Frank Wall
094a8fc068
Merge pull request #5020 from flortsch/feature/hetzner-cloud-dns
...
security/acme-client: add support for Hetzner Cloud DNS API
2025-11-24 15:33:21 +01:00
Franco Fichtner
b8b276326b
[bd]*: minimal style sweep (whitespace only)
2025-11-24 09:10:55 +01:00
Franco Fichtner
6f123ed553
security/q-feeds-connector: style sweep
2025-11-24 09:07:56 +01:00
Q-Feeds
3897c7316c
Feature/threat lookup magnifier button ( #5044 )
...
* Update Makefile
* Update pkg-descr
* Update security/q-feeds-connector/pkg-descr
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
* Update security/q-feeds-connector/Makefile
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
* Add threat lookup magnifier buttons to events table
- Add magnifier buttons next to source and destination IP addresses in events table
- Buttons open Threat Intelligence Portal in new tab with IP pre-filled
- Automatically triggers search when TIP page loads
- Buttons are right-aligned in their respective columns
- Works for both logged-in and logged-out users (with proper redirect handling)
* Update pkg-descr
* Refactor formatters to use template literals (backticks) for better readability
Addresses reviewer feedback to use template literals instead of string concatenation for HTML generation in JavaScript formatters.
* Update pkg-descr: consolidate all changes into version 1.3
* Use const instead of var for modern JavaScript best practices
Addresses reviewer feedback to use const/let instead of var for better block scoping and to prevent accidental reassignment.
---------
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2025-11-24 08:30:14 +01:00
Q-Feeds
52ec3fd3f9
Add ports to events page ( #5043 )
...
* Add ports to Events page
* Update Makefile
* Update pkg-descr
* Update security/q-feeds-connector/pkg-descr
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
* Update security/q-feeds-connector/Makefile
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
---------
Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2025-11-23 18:29:58 +01:00
Q-Feeds
d2a47d4703
security/q-feeds-connector - Add license expiry date + name to widget ( #5040 )
2025-11-22 16:00:28 +01:00
Franco Fichtner
b5fd182511
sysutils/virtualbox: switch to newer package
2025-11-22 15:07:58 +01:00
Franco Fichtner
9ebf053b8e
misc/theme-flexcolor: inject css into files that are cache safe
...
This is a bit weird, but lets us inline the branding CSS and the
cache invalidation for CSS works fine.
2025-11-22 14:36:29 +01:00
Franco Fichtner
a696ef090f
make: expand on plain target or target with argument
2025-11-20 16:01:54 -05:00
Franco Fichtner
0f09a24fc8
net/frr: new version
2025-11-20 11:13:17 -05:00
Franco Fichtner
a92fe03b6a
www/nginx: one more refactor revision bump
2025-11-20 09:46:06 -05:00
Franco Fichtner
65187a2de4
README: sync
2025-11-20 09:43:37 -05:00
Franco Fichtner
9c9c657d79
net/ndp-proxy-go: release 1.0
2025-11-20 09:42:08 -05:00
GutierrezJeremy
16c1d89a57
Add StartAgentPollers and MaxConcurrentChecksPerPoller options to Zabbix Proxy plugin ( #5037 )
...
Co-authored-by: Jeremy Gutierrez <Jeremy.gutierrez@markt.de>
2025-11-19 11:51:48 -05:00
Franco Fichtner
9f23d0fb80
sysutils/git-backup: update the shell execution code
...
1. Use explicit commands here for better tracing even if it requires
spelling out '/usr/local/bin/git' a number of times.
2. Use the functionality that the Shell class has to offer now.
3. Use -C for changing the git working directory.
4. A bit of style left and right.
2025-11-19 11:06:13 -05:00
Florian Latifi
a4fea0d6a2
security/acme-client: add support for Hetzner Cloud DNS API
2025-11-19 13:55:20 +01:00
Monviech
840714060e
www/caddy: Add changelog for sudo fix ( #5036 )
2025-11-18 21:28:19 +01:00
Franco Fichtner
2e56601903
www/OPNProxy: switch to mwexecf() use
2025-11-17 21:47:57 -05:00
Franco Fichtner
9f23ada61d
www/caddy: revision bump after trust store vs. sudo fix
2025-11-17 21:43:17 -05:00
Franco Fichtner
b50c0c3daa
www/nginx: another change here
2025-11-17 21:42:47 -05:00
Franco Fichtner
db0943a4a2
net/upnp: safe execution change
...
shell_safe() is better than raw exec() although we do not have any
dynamic shell arguments to handle. This call requires a new explode
extension (true parameter) that will be available in 25.7.8
2025-11-17 21:39:54 -05:00
Franco Fichtner
e2601dc289
net/frr: safe execution changes
2025-11-17 21:38:20 -05:00
Self-Hosting-Group
458997d163
net/upnp: service improvements - additions ( #5005 )
2025-11-17 10:40:05 -05:00