Self-Hosting-Group
f69ae0ecd9
net/upnp: Service improvements ( #4629 )
2025-10-29 10:05:50 +01:00
Franco Fichtner
d2940eb8af
dns/rfc2136: mwexecf_bg, exec_safe and file_safe
...
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 16:07:25 +01:00
Franco Fichtner
ad06910687
security/acme-client: use mwexec/file_safe
...
Although technically we shouldn't from classes inside MVC but it is what
it is.
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 15:37:39 +01:00
Franco Fichtner
3af63008f9
net/igmp-proxy: use mwexecf and file_safe
...
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 15:27:51 +01:00
Franco Fichtner
7ceccc441b
www/nginx: use mwexecf
...
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 15:26:04 +01:00
Franco Fichtner
5962dc7c18
net/upnp: switch to mwexecf variants
...
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 15:24:47 +01:00
Franco Fichtner
4b8549f7dd
plugins: sync and wording in advanced theme
2025-10-27 11:26:58 +01:00
Franco Fichtner
dcb2e4d7f1
misc/theme-flexcolor: automated style sweep and wording
2025-10-27 11:26:30 +01:00
Schnuffel2008
818440296f
This is my theme "flexcolor" ( #4927 )
2025-10-27 11:20:33 +01:00
Matthias Valvekens
3222e2e1f9
net/tayga: static mapping support ( #4986 )
...
Implement support for the 'map' directive in Tayga
that can be used to statically define one-to-one
maps between IPv4 and IPv6 prefixes.
Implements #4606 .
2025-10-24 09:15:42 +02:00
Franco Fichtner
b31937c1ab
make: allow multiple stable pull here too
2025-10-23 18:05:44 +02:00
Michael
8b3741f591
net/freeradius: Add LDAP Groups ( #4989 )
2025-10-22 17:02:44 +02:00
Franco Fichtner
095ab23c68
sysutils/git-backup: revision bump
2025-10-22 16:13:39 +02:00
Hleb Shauchenka
416712dbed
sysutils/git-backup: fix force push ( #4988 )
2025-10-22 15:35:52 +02:00
Franco Fichtner
a828890850
sysutils/git-backup: small model style updates
2025-10-21 14:57:55 +02:00
Franco Fichtner
7989a4fc8f
sysutils/git-backup: new version
2025-10-21 14:54:32 +02:00
Franco Fichtner
443c7a65bf
dns/ddclient: new version
2025-10-21 14:51:10 +02:00
Franco Fichtner
04a0f55879
www/squid: use short version as discussed
2025-10-21 08:36:32 +02:00
Franco Fichtner
3931aaaff4
security/q-feeds-connector: now fix style as lint works ;)
2025-10-21 08:35:06 +02:00
Franco Fichtner
765f8d80e6
security/q-feeds-connector: fix lint pass
2025-10-21 08:34:31 +02:00
Franco Fichtner
68c34f4f0b
www/squid: annotate fix contribution
2025-10-20 16:15:34 +02:00
Michael
d9dea7f9cc
www/squid: add email_err_data off as static ( #4987 )
2025-10-20 15:08:50 +02:00
Franco Fichtner
2635f71fc1
vendory/sunnyvalley: bump revision for rebuild
2025-10-20 13:51:32 +02:00
Ad Schellevis
d97704d821
security/q-feeds-connector - leaving the beta state
2025-10-20 11:28:43 +02:00
Q-Feeds
3ce5c48c0e
Fix log parser for rules with tags ( #4985 )
...
Example rules:
block drop out log quick on em0_vlan108 inet6 from any to <__qfeeds_malware_ip> label "dc5f8e7ee80be02f12014877d82c96a2" tag qtag
block drop out log quick on em0_vlan109 inet from any to <__qfeeds_malware_ip> label "dc5f8e7ee80be02f12014877d82c96a2" tag qtag
block drop out log quick on em0_vlan109 inet6 from any to <__qfeeds_malware_ip> label "dc5f8e7ee80be02f12014877d82c96a2" tag qtag
block drop in quick on em1 reply-to (em1 x.x.x.22) inet from <__qfeeds_malware_ip> to any label "de057b37c3fe418169db727c1d8a3f79"
block drop in quick on em1 reply-to (em1 fe80::1e52) inet6 from <__qfeeds_malware_ip> to any label "de057b37c3fe418169db727c1d8a3f79"
2025-10-19 13:36:47 +02:00
Hleb Shauchenka
2d9ad0e5f5
sysutils/git-backup: add force push option ( #4981 )
2025-10-19 13:34:31 +02:00
Tobias Perschon
ddbb31c579
net/freeradius: add Tunnel-Password field to radius user ( #4235 )
2025-10-16 13:03:24 +02:00
Franco Fichtner
d3389faf31
security/q-feeds-connector: style
2025-10-16 11:38:10 +02:00
Ad Schellevis
9432d3e4d9
security/q-feeds-connector - prevent duplicates in qfeedsctl.py logs, closes https://github.com/opnsense/plugins/pull/4980
2025-10-15 19:52:25 +02:00
Ad Schellevis
4aeca83ca7
security/q-feeds-connector - cleanup blocklist
2025-10-15 18:05:50 +02:00
Q-Feeds
17b605be7d
Fix/qfeeds unbound blocklist priority conflict ( #4979 )
...
* Fix Q-Feeds unbound blocklist handler priority conflict
- Change priority from 100 to 50 to avoid conflicts with predefined handlers
- Add conditional logic to respect enable_unbound_bl setting
- Return empty blocklist when integration is disabled
* Update qfeeds_bl.py
2025-10-15 17:39:05 +02:00
Ad Schellevis
fd1fbf0aec
security/q-feeds-connector - fix some minor glitches and add unbound blocklist support
2025-10-14 18:54:16 +02:00
Franco Fichtner
43f6ca4aba
Scripts: do not descend into Private directories
2025-10-13 12:47:12 +02:00
Franco Fichtner
8599a8d85f
plugins: sync
2025-10-13 12:12:25 +02:00
Franco Fichtner
b587cc21cb
security/q-feeds-connector: lint
2025-10-13 12:06:04 +02:00
Franco Fichtner
b25d279f81
dns/ddclient: lint
2025-10-13 12:00:47 +02:00
Monviech
e19e3c94f6
www/caddy: fix setup.sh script not setting correct ownership in www user mode ( #4976 )
...
* www/caddy: Streamline setup.sh, since chown is skipped automatically when ownership matches
* add changelog
2025-10-11 14:02:48 +02:00
Ad Schellevis
27bd359a36
security/q-feeds-connector - add initial version (ref: https://forum.opnsense.org/index.php?topic=49123.0 )
2025-10-11 09:07:04 +02:00
Monviech
a9c5f61850
www/caddy: Bump version to 2.0.4_1 ( #4975 )
2025-10-10 16:11:20 +02:00
Monviech
bcd2deb43e
www/caddy: Fix HTTP access log excluding the process logs accidentally ( #4974 )
...
When using "include" in the default global logger, all other logs get excluded, except those that get included.
Using a "log default" instead, sends the HTTP access logs to the default logger.
This allows process and HTTP access logs to coexist in the same logger.
2025-10-10 16:05:31 +02:00
Oliver Traber
6a6f5aedef
dns/ddclient: Add support for PowerDNS API ( #4772 )
2025-10-09 09:01:28 +02:00
Franco Fichtner
613df67b2f
www/nginx: why not
2025-10-08 09:13:33 +02:00
Franco Fichtner
25bfd97c8e
net-mgmt/zabbix-proxy: wrap up new version, style
2025-10-08 09:06:01 +02:00
us3241
12df16427b
net-mgmt/zabbix-proxy: Add VMware parameters ( #4740 )
2025-10-08 08:38:52 +02:00
Franco Fichtner
a75a87d0b5
security/etpro-telemetry: always show an available status
...
Bump version to clear the relatively hight revision count.
2025-10-06 15:11:42 +02:00
kulikov-a
3f9299b3aa
naxsi rules install fix ( #4968 )
...
regex adapted
removed redundant validation (validated on serialization)
skip validation on serialization
2025-10-06 09:20:49 +02:00
Franco Fichtner
faec4252cd
net/shadowsocks: reshuffle for clarity
2025-10-06 09:12:37 +02:00
eguun
73a32e2e44
Shadowsocks update web UI to set timeout and udp fragmentation ( #4967 )
2025-10-06 09:05:03 +02:00
Monviech
320de1124a
net/shadowsocks: bump plugin version to 1.3 ( #4966 )
...
* net/shadowsocks: Bump plugin version to 1.3
* Update changelog
2025-10-02 08:50:46 +02:00
eguun
59f3c772c5
net/shadowsocks: update web UI ciphers to match shadowsocks rust ( #4958 )
...
Updating cipher option set to match the one of the plugin, source:
https://github.com/shadowsocks/shadowsocks-rust?tab=readme-ov-file#supported-ciphers
Update to present options in optgroups
2025-10-02 08:42:06 +02:00