Commit Graph

2423 Commits

Author SHA1 Message Date
github-actions
63d3e1933b Github bot : image compressed 2026-03-22 23:10:35 +00:00
github-actions
da144eada7 GitHub bot: changelog 2026-03-22 17:13:25 +00:00
github-actions
325419d009 GitHub bot: sanitize (spaces + LF endings) & chmod 2026-03-22 17:08:47 +00:00
Alexandre
3a78e99c4b Update version to 5.1.4-18 2026-03-22 18:07:13 +01:00
litinoveweedle
7af8610a25 qBittorrent upnp and firewall for VPN
This is implementation of the UPnP port opening for qBittorrent running on VPN. Implementation also includes simple firewall for incoming connections.
2026-03-21 15:24:35 +01:00
github-actions
bdaf66ef62 GitHub bot : graphs updated 2026-03-20 12:24:00 +00:00
copilot-swe-agent[bot]
3c53e69161 Replace blanket capability, with specific capabilities in all AppArmor profiles
Remove overly permissive blanket `capability,` rule (grants ALL Linux
capabilities) from 107 addon AppArmor profiles. Replace with only the
specific capabilities each addon needs based on its config.yaml
`privileged` field.

Base capabilities for all addons: setuid, setgid, chown, fowner, dac_override
Additional capabilities mapped from config.yaml privileged list:
- SYS_ADMIN -> sys_admin
- DAC_READ_SEARCH -> dac_read_search
- NET_ADMIN -> net_admin
- NET_RAW -> net_raw
- SYS_RAWIO -> sys_rawio
- SYS_TIME -> sys_time
- SYS_RESOURCE -> sys_resource

Addons with full_access: true (portainer_agent) retain blanket capability.

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-17 07:42:05 +00:00
github-actions
4133525441 Github bot : image compressed 2026-03-15 23:11:54 +00:00
github-actions
aa17f35f46 GitHub bot : graphs updated 2026-03-13 12:17:41 +00:00
github-actions
d8f791ef9f Github bot : image compressed 2026-03-08 23:08:54 +00:00
github-actions
ccb87b6c0d GitHub bot : graphs updated 2026-03-06 12:17:46 +00:00
github-actions
570192a3b7 Github bot : image compressed 2026-03-01 23:08:34 +00:00
Alexandre
6a1aa2ce13 Update README.md 2026-03-01 10:29:28 +01:00
copilot-swe-agent[bot]
e058188a69 docs(qbittorrent): clarify wireguard config location and filename usage
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-01 09:12:44 +00:00
github-actions
19e29622a1 GitHub bot : graphs updated 2026-02-27 12:17:38 +00:00
github-actions
911fb73b68 Github bot : image compressed 2026-02-22 23:10:24 +00:00
github-actions
903f8f48bc GitHub bot : graphs updated 2026-02-20 12:18:26 +00:00
github-actions
7d38e192be GitHub bot: changelog 2026-02-17 05:32:52 +00:00
Alexandre
6f2333d104 Update qbittorrent version to 5.1.4-17 2026-02-17 06:27:29 +01:00
GitHub Actions
e224ea22c7 Revert 'Update qbittorrent version to 5.1.4-17' [nobuild] 2026-02-16 19:51:28 +00:00
Alexandre
6dcd0bff55 Update qbittorrent version to 5.1.4-17 2026-02-16 20:49:52 +01:00
Alexandre
929d3b435a qbittorrent: bump version to 5.1.4-16 2026-02-16 19:50:29 +01:00
github-actions
8d19bcdfad Github bot : image compressed 2026-02-15 23:09:56 +00:00
github-actions
619a26ec4f GitHub bot : graphs updated 2026-02-13 12:18:27 +00:00
github-actions
19f3d58733 Github bot : image compressed 2026-02-08 23:11:36 +00:00
github-actions
96374e7730 GitHub bot: changelog 2026-02-08 16:47:21 +00:00
Alexandre
b46d13ae1c Update config.yaml 2026-02-08 17:42:09 +01:00
Alexandre
f460f8b846 Update CHANGELOG.md 2026-02-08 17:41:56 +01:00
Alexandre
e81c072eab Fix array initialization for IP addresses 2026-02-08 17:41:32 +01:00
Alexandre
a665b1b02f Allow multiple Address fields 2026-02-08 17:33:56 +01:00
Alexandre
eee640ab99 Optimize handshake by using ping instead of DNS lookup
Removed DNS lookup for handshake and replaced with ping.
2026-02-08 17:26:39 +01:00
github-actions
c6df2112ab GitHub bot: changelog 2026-02-08 13:44:42 +00:00
Alexandre
8f9836891c Update config.yaml 2026-02-08 14:39:10 +01:00
Alexandre
969382b426 Update CHANGELOG.md 2026-02-08 14:38:59 +01:00
Alexandre
1aa400fc57 Implement WireGuard handshake wait logic
Add WireGuard handshake waiting function to manage connection establishment.
2026-02-08 14:37:39 +01:00
Alexandre
19dd39ec9e Update CHANGELOG.md 2026-02-08 14:35:41 +01:00
Alexandre
054abf46f3 Update config.yaml 2026-02-08 14:35:16 +01:00
Alexandre
7ec00843b2 Add preshared-key 2026-02-08 14:31:55 +01:00
github-actions
5a3e935b35 GitHub bot: changelog 2026-02-08 12:22:06 +00:00
Alexandre
7a574597cb Update CHANGELOG.md 2026-02-08 13:18:11 +01:00
Alexandre
a9f16c8330 Update CHANGELOG.md 2026-02-08 13:17:31 +01:00
Alexandre
1da718b8e8 Update config.yaml 2026-02-08 13:17:01 +01:00
Alexandre
e45de4f7a2 Prefer ipv4 to resolve hostnames 2026-02-08 13:16:48 +01:00
Alexandre
3d2d275cb2 Fix ipv6 endpoints resolve 2026-02-08 13:15:35 +01:00
Alexandre
2d4eaaa44c Remove interface name length restriction
Removed truncation of OpenVPN interface name if it exceeds 15 characters.
2026-02-08 11:16:24 +01:00
Alexandre
ed97320d8d Limit VPN interface names to 15 chars 2026-02-08 11:15:35 +01:00
github-actions
1003f4d9a3 GitHub bot : graphs updated 2026-02-06 12:17:44 +00:00
github-actions
619f78aa53 GitHub bot: changelog 2026-02-05 20:22:31 +00:00
Alexandre
16b26f257b Update qbittorrent version to 5.1.4-11 2026-02-05 21:16:50 +01:00
github-actions
9fcabc2011 GitHub bot: changelog 2026-02-05 18:17:45 +00:00