MickLesk
28c19a79d3
feat(exit-codes): add systemd and build error codes (150-154)
...
- 150: Systemd service failed to start
- 151: Systemd service unit not found
- 152: Permission denied (EACCES)
- 153: Build/compile failed (make/gcc/cmake)
- 154: Node.js native addon build failed (node-gyp)
Based on issue analysis: 57 service failures, 25 build failures, 22 node-gyp issues
2026-01-26 20:48:17 +01:00
MickLesk
8e4d5b1d28
fix(exit-codes): sync error_handler.func and api.func with conflict-free code ranges
...
- Add curl error codes (6, 7, 22, 28, 35)
- Add APT lock code (102), timeout (124), signals (134, 141)
- Move Python codes: 210-212 → 160-162 (avoid Proxmox conflict)
- Move PostgreSQL codes: 231-234 → 170-173
- Move MySQL/MariaDB codes: 241-244 → 180-183
- Move MongoDB codes: 251-254 → 190-193
- Keep Node.js at 243-249, Proxmox at 200-231
- Both files now synchronized with identical mappings
2026-01-26 20:28:37 +01:00
MickLesk
e731b9fb65
fix(api.func): fix duplicate exit codes and add missing error codes
...
Exit code fixes:
- Remove duplicate definitions for codes 243, 254 (Node.js vs DB)
- Reassign MySQL/MariaDB to 240-242, 244 (was 241-244)
- Reassign MongoDB to 250-253 (was 251-254)
New exit codes added (based on GitHub issues analysis):
- 6: curl couldn't resolve host (DNS failure)
- 7: curl failed to connect (network unreachable)
- 22: curl HTTP error (404, 429 rate limit, 500)
- 28: curl timeout (very common in download failures)
- 35: curl SSL error
- 102: APT lock held by another process
- 124: Command timeout
- 141: SIGPIPE (broken pipe)
Also update OOM detection to include exit code 134 (SIGABRT)
which is commonly seen in Node.js heap overflow issues.
Fixes based on analysis of ~500 GitHub issues.
2026-01-26 20:23:04 +01:00
MickLesk
93cb6f99fe
feat(build.func): smart error recovery menu for failed installations
...
Replace simple Y/n removal prompt with interactive recovery menu:
- Option 1: Remove container and exit (default, auto after 60s timeout)
- Option 2: Keep container for debugging
- Option 3: Retry installation with verbose mode enabled
- Option 4: Retry with 1.5x RAM and +1 CPU core (OOM errors only)
Improvements:
- Detect OOM errors (exit codes 137, 243) and offer resource increase
- Show human-readable error explanation using explain_exit_code()
- Recursive rebuild preserves ALL settings from advanced/app.vars/default.vars
- Settings preserved: Network (IP, Gateway, VLAN, MTU, Bridge), Features
(Nesting, FUSE, TUN, GPU), Storage, SSH keys, Tags, Hostname, etc.
- Show rebuild summary before retry (old→new CTID, resources, network)
- New container ID generated automatically for rebuilds
This helps users recover from transient failures without re-running
the entire script manually.
2026-01-26 20:19:22 +01:00
community-scripts-pr-app[bot]
4e910de96d
Update CHANGELOG.md ( #11202 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 15:28:00 +00:00
CanbiZ (MickLesk)
b3b67651c9
fix(jellystat): correct WorkingDirectory to /backend for task resolution ( #10747 ) ( #11201 )
2026-01-26 16:27:33 +01:00
community-scripts-pr-app[bot]
9aadff9c95
Update CHANGELOG.md ( #11200 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 13:55:28 +00:00
CanbiZ (MickLesk)
d42dbc155c
core: refine cleanup_lxc to safely clear caches ( #11197 )
...
Updated the cleanup_lxc function to directly remove cache directories for Python, Node.js, Go, Rust, Ruby, and PHP, instead of relying on package manager commands. Improved error handling to prevent cleanup failures from affecting installs, and clarified documentation to reflect safer, more targeted cache removal.
2026-01-26 14:55:04 +01:00
community-scripts-pr-app[bot]
92f15001b6
Update CHANGELOG.md ( #11199 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 13:45:25 +00:00
CanbiZ (MickLesk)
13a4af4300
jotty: full refactor / now use prebuild packages and less ressources ( #11059 )
...
* jotty: full refactor / now use prebuild packages and less ressources
* add latest
* llatest
2026-01-26 14:44:59 +01:00
community-scripts-pr-app[bot]
78bc815a4f
Update CHANGELOG.md ( #11198 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 13:26:01 +00:00
Slaviša Arežina
427986deaf
Fix ( #11196 )
2026-01-26 14:25:34 +01:00
community-scripts-pr-app[bot]
6767ea4420
Update versions.json ( #11195 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 13:06:37 +01:00
community-scripts-pr-app[bot]
befc014eb9
Update CHANGELOG.md ( #11191 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 07:22:40 +00:00
durzo
35a011e5c5
tracearr: fix install check and update node to version 24 ( #11188 )
...
* tracearr: fix install check and update node to version 24
* refactor
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-26 08:22:15 +01:00
community-scripts-pr-app[bot]
b9eef7a257
Update CHANGELOG.md ( #11190 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 00:17:36 +00:00
community-scripts-pr-app[bot]
64752790b6
Update versions.json ( #11189 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 01:17:05 +01:00
community-scripts-pr-app[bot]
cf08e8d644
Update CHANGELOG.md ( #11187 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 22:00:32 +00:00
Chris
9603c39487
[FIX] Tautulli: ensure virtualenv is recreated during update; backup tautulli.db ( #11182 )
...
* Recreate virtualenv during update; remove some superfluous commands
* backup and restore tautulli.db during update
* ensure clear virtualenv
2026-01-25 23:00:11 +01:00
community-scripts-pr-app[bot]
b53cfe6bbc
Update CHANGELOG.md ( #11185 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 20:01:55 +00:00
Chris
f05927602c
ensure additional JSON files are in place ( #11183 )
2026-01-25 21:01:31 +01:00
community-scripts-pr-app[bot]
2a234829b8
Update CHANGELOG.md ( #11179 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 12:42:34 +00:00
community-scripts-pr-app[bot]
cd678bf8a9
Update CHANGELOG.md ( #11178 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 12:42:23 +00:00
CanbiZ (MickLesk)
ac696e22ca
Termix: recreate nginx dirs and backup uploads on update ( #11169 )
2026-01-25 13:42:11 +01:00
community-scripts-pr-app[bot]
3471392fe4
Update CHANGELOG.md ( #11177 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 12:42:01 +00:00
CanbiZ (MickLesk)
9f3fa8e46c
fix(deluge): correct service paths to /usr/local/bin ( #11170 )
2026-01-25 13:41:38 +01:00
community-scripts-pr-app[bot]
d91d5d7fd0
Update versions.json ( #11176 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 13:06:13 +01:00
community-scripts-pr-app[bot]
377dbcddfc
Update CHANGELOG.md ( #11171 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 08:05:47 +00:00
Shuo Feng
596f0166dc
Karakeep: Add the FFmpeg option to the installation script ( #11157 )
...
Co-authored-by: Chris <punk.sand7393@fastmail.com >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-25 09:05:26 +01:00
community-scripts-pr-app[bot]
1b5db3dce7
Update CHANGELOG.md ( #11168 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 07:12:12 +00:00
community-scripts-pr-app[bot]
8c28895ec4
Update CHANGELOG.md ( #11167 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 07:12:00 +00:00
Chris
918d7c9053
Manyfold: fix permissions error ( #11165 )
2026-01-25 08:11:48 +01:00
community-scripts-pr-app[bot]
4b83732478
Update CHANGELOG.md ( #11166 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 07:11:37 +00:00
CanbiZ (MickLesk)
92d33ee5e9
feat(apt-cacher-ng): add avahi-daemon for mDNS service discovery ( #11140 )
...
apt-cacher-ng ships with Avahi service config but needs avahi-daemon
to advertise itself via mDNS for auto-apt-proxy discovery.
Closes #11101
2026-01-25 08:10:51 +01:00
community-scripts-pr-app[bot]
be154d9a20
Update CHANGELOG.md ( #11160 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 00:16:21 +00:00
community-scripts-pr-app[bot]
1702f693b8
Update versions.json ( #11159 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 01:15:54 +01:00
community-scripts-pr-app[bot]
54e99261b4
Update CHANGELOG.md ( #11153 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:52:48 +00:00
community-scripts-pr-app[bot]
5b612a0f11
Update .app files ( #11151 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-24 23:52:20 +01:00
community-scripts-pr-app[bot]
16fb028ad4
Update CHANGELOG.md ( #11152 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:50:41 +00:00
community-scripts-pr-app[bot]
68b2043fd6
Update CHANGELOG.md ( #11150 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:50:19 +00:00
community-scripts-pr-app[bot]
d8b0db99f1
Update date in json ( #11149 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:50:15 +00:00
push-app-to-main[bot]
352bbc880e
manyfold ( #11143 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Chris <punk.sand7393@fastmail.com >
2026-01-24 23:49:59 +01:00
community-scripts-pr-app[bot]
9311829cf4
Update CHANGELOG.md ( #11148 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:48:58 +00:00
community-scripts-pr-app[bot]
105b83fcc3
Update CHANGELOG.md ( #11147 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:48:46 +00:00
community-scripts-pr-app[bot]
dc2810c5d4
Update CHANGELOG.md ( #11146 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:48:34 +00:00
CanbiZ (MickLesk)
28b42883b7
fix(elementsynapse): correct parameter order in fetch_and_deploy_gh_release ( #11145 )
...
Fixed wrong parameter order that caused malformed GitHub API URL.
The function was called with repo as first arg and path as second,
instead of app name as first and repo as second.
Closes #11144
2026-01-24 23:48:24 +01:00
Tobias
8742fedcea
bump crafty-controller to debian 13 ( #11094 )
...
* chore: bump to deb13
* chore: bump to deb 13
* chore: bump to deb 13
2026-01-24 23:48:09 +01:00
community-scripts-pr-app[bot]
a31febc8ce
Update CHANGELOG.md ( #11142 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:23:29 +00:00
CanbiZ (MickLesk)
61ea6d980a
fix(nvidia): use versioned nvidia-utils package for Ubuntu fallback ( #11139 )
...
- nvidia-utils is a virtual package and requires version suffix (e.g. nvidia-utils-580)
- Use nvidia_major_version to install correct versioned packages
- Show helpful warning message instead of crashing on failure
Fixes installation failures on Ubuntu 24.04 with NVIDIA 580.x drivers
2026-01-24 23:23:10 +01:00
MickLesk
aab4edf25e
fix(authelia): handle IP vs domain for authelia_url config
...
- IP address: use https://IP:9091 instead of invalid https://auth.IP
- Domain: keep https://auth.DOMAIN as before
- Improve completion message with actual URL hint
Closes #11117
2026-01-24 23:23:00 +01:00
community-scripts-pr-app[bot]
87610515a3
Update CHANGELOG.md ( #11141 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:15:14 +00:00
Chris
d6b4cea3ba
Netbox: Refactor ( #11126 )
...
* refactor install script
* refactor update script
2026-01-24 23:14:55 +01:00
community-scripts-pr-app[bot]
ebcbe90c99
Update CHANGELOG.md ( #11138 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:02:00 +00:00
CanbiZ (MickLesk)
5ce7f35793
leantime: fix backup file naming ( #11137 )
2026-01-24 23:01:36 +01:00
community-scripts-pr-app[bot]
8764bbc754
Update CHANGELOG.md ( #11136 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 21:50:28 +00:00
Chris
83cd058586
[Hotfix] Element Synapse ( #11135 )
2026-01-24 22:50:04 +01:00
community-scripts-pr-app[bot]
661fb9efe0
Update CHANGELOG.md ( #11127 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 17:21:16 +00:00
CanbiZ (MickLesk)
d356ba4822
fix(authelia): use POSIX-safe arithmetic to avoid exit code 1 with set -e ( #11125 )
2026-01-24 18:20:53 +01:00
community-scripts-pr-app[bot]
b17b555139
Update CHANGELOG.md ( #11124 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 15:40:03 +00:00
Tobias
1741e007bb
add config file ( #11120 )
2026-01-24 16:39:41 +01:00
community-scripts-pr-app[bot]
06ce9de1fa
Update CHANGELOG.md ( #11123 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 15:39:18 +00:00
Slaviša Arežina
c0fb35c90b
Update bitmagnet installation script with environment variables ( #11119 )
2026-01-24 16:38:57 +01:00
community-scripts-pr-app[bot]
f66a751427
Update CHANGELOG.md ( #11122 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 15:30:07 +00:00
Chris
4b3f7f688c
Spoolman: move to uv ( #11121 )
2026-01-24 16:29:46 +01:00
community-scripts-pr-app[bot]
0828068d39
Update versions.json ( #11118 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 13:05:58 +01:00
community-scripts-pr-app[bot]
b7ef77cb66
Update CHANGELOG.md ( #11113 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 06:55:25 +00:00
Slaviša Arežina
e7f8a27aac
Standard ( #11109 )
2026-01-24 07:55:04 +01:00
community-scripts-pr-app[bot]
27e7b3e5b0
Update CHANGELOG.md ( #11111 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 00:15:18 +00:00
community-scripts-pr-app[bot]
bcc3137b20
Update versions.json ( #11110 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 01:14:55 +01:00
community-scripts-pr-app[bot]
bcebd3a512
Update CHANGELOG.md ( #11107 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 20:54:50 +00:00
CanbiZ (MickLesk)
b2017086cd
Bump various scripts to Debian 13 (Trixie) ( #11093 )
2026-01-23 21:54:23 +01:00
community-scripts-pr-app[bot]
5c122f0b5c
Update CHANGELOG.md ( #11106 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 20:53:54 +00:00
Tobias
6f007c633e
fix: homarr: more ram ( #11102 )
2026-01-23 21:53:25 +01:00
community-scripts-pr-app[bot]
dd8d8e0f7d
Update CHANGELOG.md ( #11105 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 20:24:15 +00:00
CanbiZ (MickLesk)
22e8c5bce7
plant-it: re-add JWT_SECRET ( #11098 )
...
Add JWT_SECRET generation and create server.env file.
Removed in this PR: https://github.com/community-scripts/ProxmoxVE/pull/10259
2026-01-23 21:23:49 +01:00
community-scripts-pr-app[bot]
1293ed8c1f
Update CHANGELOG.md ( #11104 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 20:22:01 +00:00
community-scripts-pr-app[bot]
c63e85edee
Update CHANGELOG.md ( #11103 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 20:21:43 +00:00
CanbiZ (MickLesk)
25566d71bb
Tautulli: fix config backup and restore logic ( #11099 )
...
Switches backup and restore operations to handle only config.ini instead of the entire config directory, improving efficiency and reducing unnecessary file copying during updates.
2026-01-23 21:21:37 +01:00
Chris
4ea4422042
Scanopy: remove integrated daemon script ( #11100 )
2026-01-23 21:21:19 +01:00
community-scripts-pr-app[bot]
fe88545ce9
Update CHANGELOG.md ( #11096 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 15:58:18 +00:00
Tobias
39aa152c12
fix: reitti start nginx ( #11095 )
2026-01-23 16:57:50 +01:00
community-scripts-pr-app[bot]
013871f692
Update .app files ( #11092 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 14:09:22 +01:00
community-scripts-pr-app[bot]
44a11f5c9a
Update CHANGELOG.md ( #11091 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:07:18 +00:00
community-scripts-pr-app[bot]
15808db2aa
Update date in json ( #11090 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:06:56 +00:00
push-app-to-main[bot]
a09a5bc6ae
tracearr ( #11079 )
...
* Add tracearr (ct)
* Apply suggestion from @tremor021
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-23 14:06:35 +01:00
community-scripts-pr-app[bot]
e6dd89d1c5
Update .app files ( #11086 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:47:31 +01:00
community-scripts-pr-app[bot]
28493f8e79
Update CHANGELOG.md ( #11089 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:08:41 +00:00
Tobias
b73acc998f
add: uptime-kuma: chromium ( #11081 )
2026-01-23 13:08:18 +01:00
community-scripts-pr-app[bot]
154010ab6b
Update versions.json ( #11088 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:07:26 +01:00
community-scripts-pr-app[bot]
6e93c4914d
Update CHANGELOG.md ( #11087 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:04:43 +00:00
community-scripts-pr-app[bot]
6e05274413
Update CHANGELOG.md ( #11085 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:04:18 +00:00
community-scripts-pr-app[bot]
28af9ffdfc
Update date in json ( #11084 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:04:15 +00:00
push-app-to-main[bot]
77e9e25d9f
Add dawarich (ct) ( #11075 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-01-23 13:03:53 +01:00
community-scripts-pr-app[bot]
a169415cf9
Update CHANGELOG.md ( #11083 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:01:55 +00:00
CanbiZ (MickLesk)
ca504cfc06
several scripts: bump default Alpine version to 3.23 ( #11082 )
2026-01-23 13:01:29 +01:00
community-scripts-pr-app[bot]
265226a19e
Update CHANGELOG.md ( #11077 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 10:10:27 +00:00
ZarenOFF
1a5f783078
fix(install): Add typing_extensions to Python dependencies ( #11074 )
...
- Include typing_extensions package in the venv installation step
2026-01-23 11:10:03 +01:00
community-scripts-pr-app[bot]
1c05099713
Update CHANGELOG.md ( #11076 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 10:09:43 +00:00
Tieu Long
13bead55a8
PDM: avoid installing useless package ( #10833 )
...
* chore: avoid installing useless package
* Apply requested changes from PR review
https://github.com/community-scripts/ProxmoxVE/pull/10833
* Update install/proxmox-datacenter-manager-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-23 11:09:14 +01:00
community-scripts-pr-app[bot]
6f6da96dc0
Update CHANGELOG.md ( #11072 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 08:05:41 +00:00
CanbiZ (MickLesk)
eb596d2364
core: add IPv6 fallback support to get_current_ip functions | add check for SSH_KEYS_FILE in user_defaults ( #11067 )
...
* fix(core): add IPv6 fallback support to get_current_ip functions
Fixes IP detection in IPv6-only environments by adding fallback:
- Try IPv4 first (existing behavior)
- Fall back to IPv6 via interface lookup (eth0 scope global)
- Fall back to IPv6 routing with Google/Cloudflare DNS targets
Closes #issue-ipv6-only-environment
* fix(build): use SSH_AUTHORIZED_KEY from user defaults when no SSH_KEYS_FILE exists
When using 'User Defaults' with var_ssh_authorized_key set in default.vars,
the SSH key was not being installed because install_ssh_keys_into_ct() only
checked for SSH_KEYS_FILE (which is only created in Advanced Settings).
Now the function also checks SSH_AUTHORIZED_KEY and creates a temporary
SSH_KEYS_FILE if needed.
Fixes #11062
2026-01-23 09:05:17 +01:00
community-scripts-pr-app[bot]
37951d546e
Update CHANGELOG.md ( #11071 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 07:44:50 +00:00
community-scripts-pr-app[bot]
49f12740f7
Update CHANGELOG.md ( #11070 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 07:44:38 +00:00
Slaviša Arežina
cc801353f8
FHEM: Bump to Debian 13 ( #11061 )
...
* bump
* Update
2026-01-23 08:44:26 +01:00
community-scripts-pr-app[bot]
c435f0abf0
Update CHANGELOG.md ( #11069 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 07:44:12 +00:00
Slaviša Arežina
cb713abb06
Duplicati: Bump to Debian 13 ( #11060 )
...
* Bump to debian 13
* Update
2026-01-23 08:43:48 +01:00
community-scripts-pr-app[bot]
0fcc2dd3f3
Update CHANGELOG.md ( #11064 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 00:15:43 +00:00
community-scripts-pr-app[bot]
49fef798d3
Update versions.json ( #11063 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 01:15:17 +01:00
community-scripts-pr-app[bot]
04ed636dd9
Update CHANGELOG.md ( #11058 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 13:00:42 +00:00
Slaviša Arežina
1d1c2beaa4
Jotty: Increase default disk size from 6 to 8 ( #11056 )
...
* Increase default disk size from 6 to 8
* Increase HDD size from 6 to 8
2026-01-22 14:00:15 +01:00
community-scripts-pr-app[bot]
46ffe4bb16
Update CHANGELOG.md ( #11057 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 12:42:20 +00:00
Chris
4f794d2b2c
Immich: Increase RAM to 6GB ( #10965 )
2026-01-22 13:41:58 +01:00
community-scripts-pr-app[bot]
07d6942144
Update versions.json ( #11055 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 13:07:46 +01:00
community-scripts-pr-app[bot]
c07ecd0008
Update CHANGELOG.md ( #11054 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 11:10:14 +00:00
Reynaldo
23b48f08ae
Fix tags in several scripts ( #11050 )
...
* fix default tags
* Update alpine-komodo.sh
* Update var_tags delimiter in fluid-calendar.sh
Changed default delimiter for var_tags from comma to semicolon.
* Change delimiter in var_tags from comma to semicolon
* Update pulse.sh
* Update streamlink-webui.sh
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-22 12:09:45 +01:00
community-scripts-pr-app[bot]
1131dd8430
Update .app files ( #11052 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-22 12:08:33 +01:00
community-scripts-pr-app[bot]
9fc7ed32d2
Update CHANGELOG.md ( #11053 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 10:57:29 +00:00
push-app-to-main[bot]
efe17a5e63
Loki | Alpine-Loki ( #11048 )
...
* Add loki (ct)
* add alpine variant in pr
* Add info note about Promtail installation to loki.json
Added an informational note to loki.json indicating that Promtail can be optionally installed during setup to collect and ship logs to Loki.
* add header
* refactor local_ip
* fix json
* Update alpine-loki-install.sh
* refactor
* refactor
* fix
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-22 11:56:59 +01:00
community-scripts-pr-app[bot]
e69cb6f20c
Update CHANGELOG.md ( #11051 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 10:33:42 +00:00
CanbiZ (MickLesk)
d95a273753
feat(tools.func): use distro packages for MariaDB by default ( #11049 )
...
- Changed setup_mariadb() to use Debian/Ubuntu distribution packages by default
- Official MariaDB repository only used when specific version is requested
- Added cleanup logic for old/orphaned repository files with apt update
- Added version comparison to prevent downgrades (keeps higher version installed)
- Added automatic fallback to distro packages if repo installation fails
- Extracted _setup_mariadb_runtime_dir() helper function
- Updated all related documentation
This change improves reliability by avoiding MariaDB mirror issues
(HTTPS->HTTP redirects, geographic availability problems) for standard
installations while still allowing specific versions when needed.
2026-01-22 11:33:13 +01:00
community-scripts-pr-app[bot]
4e21f411f5
Update CHANGELOG.md ( #11045 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 00:15:40 +00:00
community-scripts-pr-app[bot]
fe21d3577f
Update versions.json ( #11044 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 01:14:47 +01:00
community-scripts-pr-app[bot]
3725023ee3
Update .app files ( #11041 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-21 21:30:02 +01:00
community-scripts-pr-app[bot]
c19817af8d
Update CHANGELOG.md ( #11040 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 20:26:43 +00:00
push-app-to-main[bot]
5378d41acf
Byparr ( #11039 )
...
* Add byparr (ct)
* refactor
* Update date_created to new value
* refactor
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-21 21:25:50 +01:00
community-scripts-pr-app[bot]
5bb48fc843
Update CHANGELOG.md ( #11037 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 14:54:58 +00:00
Ruan Bahia
e935289128
fix: Snipe-IT update missing all user uploads ( #11032 ) ( #11033 )
2026-01-21 15:54:24 +01:00
community-scripts-pr-app[bot]
0db119d2c3
Update CHANGELOG.md ( #11036 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 14:39:41 +00:00
CanbiZ (MickLesk)
5c9087a91a
tools: add ubuntu PHP repository setup ( #11034 )
...
Switches to using the ondrej/php PPA for Ubuntu and retains the Sury repository for Debian when setting up PHP. This ensures compatibility with the respective distributions' recommended PHP sources.
2026-01-21 15:39:15 +01:00
community-scripts-pr-app[bot]
1d7d8c27fa
Update CHANGELOG.md ( #11035 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 14:14:52 +00:00
Tobias
fae2d032ab
yubal: fix for v0.2 ( #11006 )
2026-01-21 15:14:29 +01:00
CanbiZ (MickLesk)
2fab70294f
fix joplin
2026-01-21 14:58:55 +01:00
CanbiZ (MickLesk)
477199a4c2
yarn rebuild
2026-01-21 13:17:29 +01:00
CanbiZ (MickLesk)
733425f970
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE
2026-01-21 13:07:28 +01:00
CanbiZ (MickLesk)
7395a44277
Run TypeScript compilation in Joplin Server scripts
...
Added 'yarn run tsc' to both update and install scripts for Joplin Server to ensure TypeScript sources are compiled. Also removed an unused variable from build.func for code cleanup.
2026-01-21 13:07:20 +01:00
community-scripts-pr-app[bot]
f555f9ae0c
Update versions.json ( #11030 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 13:07:18 +01:00
CanbiZ (MickLesk)
fe2384a2fa
Initialize variables in create_lxc_container
...
Added initialization for ONLINE_TEMPLATE and ONLINE_TEMPLATES arrays at the start of the create_lxc_container function to ensure variables are defined before use.
2026-01-21 12:42:19 +01:00
CanbiZ (MickLesk)
5384adf0c3
Remove unnecessary set +u/set -u in create_lxc_container
...
only as test exist
2026-01-21 12:40:55 +01:00
CanbiZ (MickLesk)
ed18776710
fix unbound var: ONLINE_TEMPLATES
2026-01-21 12:39:57 +01:00
community-scripts-pr-app[bot]
13824931b0
Update CHANGELOG.md ( #11029 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 11:02:01 +00:00
CanbiZ (MickLesk)
88557d53f4
core: allow empty tags & improve template search ( #11020 )
2026-01-21 12:01:34 +01:00
community-scripts-pr-app[bot]
0c9653c7cb
Update CHANGELOG.md ( #11028 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 11:01:13 +00:00
CanbiZ (MickLesk)
914c316f42
Joplin-Server: use yarn workspaces focus for faster builds ( #11027 )
2026-01-21 12:00:46 +01:00
community-scripts-pr-app[bot]
49d92afb98
Update CHANGELOG.md ( #11018 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 05:47:47 +00:00
Slaviša Arežina
dba473b2b3
Set disable flag to true in joplin-server.json ( #11008 )
2026-01-21 06:47:22 +01:00
community-scripts-pr-app[bot]
5dd50aacd7
Update CHANGELOG.md ( #11016 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 00:15:04 +00:00
community-scripts-pr-app[bot]
0dcb8b5ef7
Update versions.json ( #11015 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-21 01:14:40 +01:00
community-scripts-pr-app[bot]
a48435e064
Update CHANGELOG.md ( #11014 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 22:42:19 +00:00
CanbiZ (MickLesk)
cb2141ebe2
Revert "Revert "core: add retry logic for template lock in LXC container crea…" ( #11013 )
...
This reverts commit 7699f4f6ad .
2026-01-20 23:41:53 +01:00
community-scripts-pr-app[bot]
b1f21b4024
Update CHANGELOG.md ( #11012 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 22:36:24 +00:00
CanbiZ (MickLesk)
7699f4f6ad
Revert "core: add retry logic for template lock in LXC container creation (#1…" ( #11011 )
...
This reverts commit d71f24bddb .
2026-01-20 23:35:39 +01:00
community-scripts-pr-app[bot]
657a9629be
Update CHANGELOG.md ( #11009 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 21:36:58 +00:00
CanbiZ (MickLesk)
d71f24bddb
core: add retry logic for template lock in LXC container creation ( #11002 )
2026-01-20 22:36:32 +01:00
community-scripts-pr-app[bot]
5a1c1e06f9
Update CHANGELOG.md ( #11007 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 21:21:31 +00:00
CanbiZ (MickLesk)
7146e8d5b9
dolibarr: switch mirror ( #11004 )
2026-01-20 22:21:02 +01:00
community-scripts-pr-app[bot]
a5dfa33af3
Update CHANGELOG.md ( #11001 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 14:03:39 +00:00
CanbiZ (MickLesk)
6dd5fbd7da
core: add input validations for several functions ( #10995 )
2026-01-20 15:03:14 +01:00
community-scripts-pr-app[bot]
718cda8eb1
Update CHANGELOG.md ( #11000 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 14:00:13 +00:00
CanbiZ (MickLesk)
ff5263981b
core: implement ensure_profile_loaded function ( #10999 )
2026-01-20 14:59:41 +01:00
community-scripts-pr-app[bot]
785177fe29
Update CHANGELOG.md ( #10997 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 13:42:13 +01:00
CanbiZ (MickLesk)
5e7e7c884d
checkmk: reordner base function ( #10990 )
2026-01-20 13:36:13 +01:00
community-scripts-pr-app[bot]
97275d06ea
Update CHANGELOG.md ( #10996 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 12:35:56 +00:00
CanbiZ (MickLesk)
0f15d81cd3
fix(homepage): preserve config directory during updates ( #10993 )
...
Fixes #10985 - The update script was deleting user config files due to
CLEAN_INSTALL=1 flag. Now backs up and restores both .env and config/
directory to preserve user configurations.
2026-01-20 13:35:28 +01:00
community-scripts-pr-app[bot]
6712f6a9ca
Update CHANGELOG.md ( #10994 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 12:24:59 +00:00
miausalvaje
1816b0169e
DiscoPanel: add go for update build process ( #10991 )
...
* Refactor Go installation and DiscoPanel build process
Updated the Go installation process and modified the build command for DiscoPanel. Also updated the systemd service configuration to include Go in the PATH.
* Using setup_go
Using setup_go instead of a manual installation.
2026-01-20 13:24:32 +01:00
community-scripts-pr-app[bot]
3f05972eb9
Update versions.json ( #10992 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 13:06:36 +01:00
community-scripts-pr-app[bot]
76912641bb
Update CHANGELOG.md ( #10987 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 00:14:01 +00:00
community-scripts-pr-app[bot]
11f67d3e50
Update versions.json ( #10986 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 01:13:41 +01:00
community-scripts-pr-app[bot]
7b0ea03295
Update CHANGELOG.md ( #10983 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:41:22 +00:00
CanbiZ (MickLesk)
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
community-scripts-pr-app[bot]
245ec06d77
Update CHANGELOG.md ( #10982 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:40:45 +00:00
CanbiZ (MickLesk)
9a489f0b53
fix(tautulli): add version detection and proper update script ( #10842 ) ( #10976 )
2026-01-19 22:40:27 +01:00
community-scripts-pr-app[bot]
f75f2a24d7
Update CHANGELOG.md ( #10981 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:40:20 +00:00
CanbiZ (MickLesk)
9e69c7a76e
feat(core): add RFC 1123/952 compliant hostname/FQDN validation ( #10977 )
2026-01-19 22:39:57 +01:00
community-scripts-pr-app[bot]
72631c0099
Update CHANGELOG.md ( #10980 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:47:00 +00:00
community-scripts-pr-app[bot]
1aa0475e62
Update CHANGELOG.md ( #10979 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:46:49 +00:00
CanbiZ (MickLesk)
56c2e6cf1c
fix(apache-guacamole): move jdbc cleanup after schema upgrade ( #10942 ) ( #10974 )
...
- Temp files were deleted before schema upgrade could access them
- Fixes update script failing on MySQL schema upgrade step
2026-01-19 21:46:35 +01:00
community-scripts-pr-app[bot]
379faaa3d6
Update CHANGELOG.md ( #10978 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:46:23 +00:00
CanbiZ (MickLesk)
0edd8fcfe3
fix(outline): prevent corepack interactive prompt blocking installation ( #10973 )
...
- Add COREPACK_ENABLE_DOWNLOAD_PROMPT=0 to skip yarn download confirmation
- Fixes installation hanging on 'Configuring Outline (Patience)'
2026-01-19 21:46:18 +01:00
CanbiZ (MickLesk)
c8c1c454ce
fix(firefly): prevent nested storage directories during update ( #10967 ) ( #10972 )
...
- Remove existing backup directory before creating new backup
- Clean up temporary files after successful update
2026-01-19 21:45:59 +01:00
community-scripts-pr-app[bot]
69b0e5b858
Update .app files ( #10971 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:07:22 +01:00
community-scripts-pr-app[bot]
41384d0764
Update CHANGELOG.md ( #10970 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 19:40:53 +00:00
community-scripts-pr-app[bot]
1e6f37057b
Update date in json ( #10969 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-19 19:40:27 +00:00
push-app-to-main[bot]
7a71414d0e
Add yubal (ct) ( #10955 )
2026-01-19 20:40:05 +01:00
CanbiZ (MickLesk)
de20a41423
Prioritize eth0 IP lookup in get_lxc_ip function
...
The get_lxc_ip function now attempts to retrieve the IP address directly from eth0 before falling back to hostname -I. This improves reliability for LXC containers where eth0 is typically the primary interface.
2026-01-19 17:41:17 +01:00
CanbiZ (MickLesk)
008f6af0bd
Call get_lxc_ip explicitly after network is up
...
Moved the get_lxc_ip call from automatic execution in load_functions to explicit calls in alpine-install.func and install.func, ensuring the LXC IP is retrieved only after the network is up inside the container. Updated comments to clarify usage.
2026-01-19 17:40:25 +01:00
CanbiZ (MickLesk)
d6811a3383
Fix ip import ( #10964 )
...
* Rename import_local_ip to get_local_ip
Replaces all references to the helper function import_local_ip with get_local_ip across scripts and documentation for consistency. Updates usage examples and comments to reflect the new function name.
* Rename get_local_ip to get_lxc_ip and update usage
Replaces all references to get_local_ip with get_lxc_ip across scripts, documentation, and templates for clarity and consistency. Updates the implementation in core.func to improve IP detection for LXC containers, and adjusts helper functions in addon scripts accordingly.
2026-01-19 17:32:44 +01:00
community-scripts-pr-app[bot]
38a0757e4e
Update CHANGELOG.md ( #10963 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 16:20:48 +00:00
Chris
cb8a900d84
PeaNUT: change default port ( #10962 )
2026-01-19 17:20:25 +01:00
community-scripts-pr-app[bot]
3bf08df691
Update CHANGELOG.md ( #10960 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 15:33:41 +00:00
Slaviša Arežina
90f73d1d24
Remove custom IP fetching ( #10954 )
...
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-19 16:33:08 +01:00
community-scripts-pr-app[bot]
bc53369bab
Update CHANGELOG.md ( #10957 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 14:46:08 +00:00
Slaviša Arežina
56ab6a6cb8
Refactor: Homepage ( #10950 )
2026-01-19 15:45:41 +01:00
community-scripts-pr-app[bot]
4f389c01f9
Update CHANGELOG.md ( #10956 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 14:43:34 +00:00
Slaviša Arežina
db5a6bacf4
[core]: Make LXC IP a global variable ( #10951 )
2026-01-19 15:43:12 +01:00
community-scripts-pr-app[bot]
3e6cfe2766
Update CHANGELOG.md ( #10952 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 13:53:48 +00:00
Robert Castley
de14cab715
Update/splunk enterprise ( #10949 )
2026-01-19 14:53:25 +01:00
community-scripts-pr-app[bot]
187cd4825e
Update CHANGELOG.md ( #10948 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:38:03 +00:00
community-scripts-pr-app[bot]
4dbbbf1545
Update CHANGELOG.md ( #10947 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:37:53 +00:00
CanbiZ (MickLesk)
9e2c801d29
Refactor: copyparty ( #10941 )
2026-01-19 13:37:39 +01:00
community-scripts-pr-app[bot]
2903c3d8ad
Update CHANGELOG.md ( #10946 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:37:25 +00:00
Slaviša Arežina
f029460bc6
Refactor ( #10945 )
2026-01-19 13:36:59 +01:00
community-scripts-pr-app[bot]
6578f3c5f7
Update versions.json ( #10944 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 13:06:52 +01:00
community-scripts-pr-app[bot]
973e7e0325
Update CHANGELOG.md ( #10940 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 09:04:45 +00:00
CanbiZ (MickLesk)
73944792b5
Remove phpIPAM ( #10939 )
2026-01-19 10:04:19 +01:00
community-scripts-pr-app[bot]
afe9d08233
Update CHANGELOG.md ( #10937 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 00:15:29 +00:00
community-scripts-pr-app[bot]
9e1354a87b
Update versions.json ( #10936 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 01:15:07 +01:00
community-scripts-pr-app[bot]
f2aca758ea
Update .app files ( #10933 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 22:25:32 +01:00
community-scripts-pr-app[bot]
3f4e291203
Update CHANGELOG.md ( #10935 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:46 +00:00
community-scripts-pr-app[bot]
ab86f00c68
Update CHANGELOG.md ( #10934 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:30 +00:00
community-scripts-pr-app[bot]
9d6c2ba2ae
Update date in json ( #10932 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:25 +00:00
push-app-to-main[bot]
ac68ce48de
Termix ( #10887 )
...
* Add termix (ct)
* refactor
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-18 22:24:04 +01:00
community-scripts-pr-app[bot]
4aa6eb7fb5
Update CHANGELOG.md ( #10931 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:05:32 +00:00
Slaviša Arežina
dbf551d162
Refactor ( #10928 )
2026-01-18 22:05:08 +01:00
community-scripts-pr-app[bot]
7a52b83eb8
Update CHANGELOG.md ( #10930 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 20:20:43 +00:00
Slaviša Arežina
ca97009d1e
Remove iVentoy script ( #10924 )
2026-01-18 21:20:26 +01:00
community-scripts-pr-app[bot]
2c1756cad9
Update CHANGELOG.md ( #10929 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 20:20:18 +00:00
CanbiZ (MickLesk)
6e66359d8f
Improve password handling and validation logic ( #10925 )
2026-01-18 21:19:53 +01:00
community-scripts-pr-app[bot]
e21ab1500b
Update CHANGELOG.md ( #10922 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 17:18:21 +00:00
Christiaan Goossens
fe5108f7ca
Fix escaping of the map block ( #10920 )
2026-01-18 18:18:00 +01:00
community-scripts-pr-app[bot]
502c357895
Update CHANGELOG.md ( #10919 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 16:39:36 +00:00
Christiaan Goossens
0e59533bcc
Make sure Patchmon also works over IPv6 and if there is another reverse proxy in front ( #10917 )
2026-01-18 17:39:11 +01:00
community-scripts-pr-app[bot]
e05742b96a
Update CHANGELOG.md ( #10914 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:19:13 +00:00
Tobias
9dc1e606ec
refactor: peanut entrypoint ( #10902 )
...
* refactor: peanut entrypoint
* refactor: peanut: entrypoint fix
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-18 15:18:51 +01:00
community-scripts-pr-app[bot]
c03e532dde
Update .app files ( #10912 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 15:15:16 +01:00
community-scripts-pr-app[bot]
54ba53dd3e
Update CHANGELOG.md ( #10913 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:55 +00:00
community-scripts-pr-app[bot]
83b5d90c04
Update CHANGELOG.md ( #10911 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:39 +00:00
community-scripts-pr-app[bot]
bcd143e91a
Update date in json ( #10910 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:30 +00:00
push-app-to-main[bot]
c5031e6462
ThingsBoard ( #10904 )
...
* Add thingsboard (ct)
* fix
* Fix cat command for ThingsBoard configuration
* Fix syntax for writing to thingsboard.conf
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-18 15:09:14 +01:00
community-scripts-pr-app[bot]
297b4c30df
Update versions.json ( #10907 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 13:07:16 +01:00
community-scripts-pr-app[bot]
5abfac97f7
Update CHANGELOG.md ( #10906 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 11:51:45 +00:00
Jesús
f6b3515c9e
fix: preserve newest scripts pagination ( #10882 )
2026-01-18 12:51:21 +01:00
community-scripts-pr-app[bot]
67685e62d1
Update CHANGELOG.md ( #10905 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 11:44:23 +00:00
CanbiZ (MickLesk)
25a6a7ecc7
fix(hwaccel): improve NVIDIA version matching and GPU selection UI ( #10901 )
2026-01-18 12:43:58 +01:00
community-scripts-pr-app[bot]
6ccc0aaaf6
Update CHANGELOG.md ( #10899 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 09:02:21 +00:00
Slaviša Arežina
97ce511090
Fix typo in the New Script request template ( #10891 )
...
* Fix typo
* Update star requirement from 500 to 600
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-18 10:01:56 +01:00
community-scripts-pr-app[bot]
7d702353f7
Update CHANGELOG.md ( #10897 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 08:03:52 +00:00
GalaxyCat Dev
b8f9ec2a34
Update qui.json ( #10896 )
2026-01-18 09:03:28 +01:00
community-scripts-pr-app[bot]
b8d0079a87
Update CHANGELOG.md ( #10893 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 00:17:12 +00:00
community-scripts-pr-app[bot]
e9f8479313
Update versions.json ( #10892 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 01:16:51 +01:00
community-scripts-pr-app[bot]
b575bdb3fb
Update CHANGELOG.md ( #10890 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 19:00:43 +00:00
Michel Roegl-Brunner
c3a5ff260a
palmr.json ( #10889 )
2026-01-17 20:00:22 +01:00
community-scripts-pr-app[bot]
83f4085885
Update versions.json ( #10883 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 13:06:10 +01:00
community-scripts-pr-app[bot]
b606fae7a5
Update CHANGELOG.md ( #10881 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 08:18:58 +00:00
Karlito83
af335c8e51
fix sonarqube update version info ( #10870 ) ( #10871 )
...
* fix sonarqube update version info (#10870 )
* move version info update to another line and remove unnecessary messages
---------
Co-authored-by: Ronny Marx <r0mx@mailbox.org >
2026-01-17 09:18:38 +01:00
community-scripts-pr-app[bot]
a51a3929e6
Update .app files ( #10879 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-17 09:18:20 +01:00
community-scripts-pr-app[bot]
ff5858ac11
Update CHANGELOG.md ( #10880 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:51 +00:00
community-scripts-pr-app[bot]
bba878adb9
Update CHANGELOG.md ( #10878 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:32 +00:00
community-scripts-pr-app[bot]
aee02ba783
Update date in json ( #10877 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:29 +00:00
push-app-to-main[bot]
2d6a54c6a4
TRIP ( #10864 )
...
* Add trip (ct)
* fix
* make tremor happy
* make tremor happy 2
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-17 08:47:13 +01:00
community-scripts-pr-app[bot]
a3f0573ada
Update CHANGELOG.md ( #10875 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 02:15:09 +00:00
Slaviša Arežina
6a02fcaecd
Update repo URL ( #10872 )
2026-01-17 03:14:44 +01:00
community-scripts-pr-app[bot]
eeeb80bc36
Update CHANGELOG.md ( #10874 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 00:13:49 +00:00
community-scripts-pr-app[bot]
b18136da63
Update versions.json ( #10873 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 01:13:27 +01:00
community-scripts-pr-app[bot]
d86dbce395
Update CHANGELOG.md ( #10869 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 18:40:30 +00:00
Chris
48cebc4aa9
Jotty: increase RAM; cap heap size at 3GB during build ( #10868 )
2026-01-16 19:40:04 +01:00
community-scripts-pr-app[bot]
f3be88ad98
Update CHANGELOG.md ( #10866 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 15:55:38 +00:00
Romain PINSOLLE
67a6c781b0
SnowShare: Increase default resources ( #10865 )
...
* Increase default resource limits for SnowShare
* change json
2026-01-16 16:55:13 +01:00
community-scripts-pr-app[bot]
151e2d44c8
Update .app files ( #10863 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-16 14:23:47 +01:00
CanbiZ (MickLesk)
152aa527e2
Update Unifi OS Server JSON configuration
2026-01-16 14:19:19 +01:00
community-scripts-pr-app[bot]
cd737cdf97
Update CHANGELOG.md ( #10862 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:18:31 +00:00
push-app-to-main[bot]
23a27bcda4
Flatnotes ( #10857 )
...
* Add flatnotes (ct)
* Update flatnotes.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
2026-01-16 14:18:06 +01:00
community-scripts-pr-app[bot]
2492dfe201
Update .app files ( #10861 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-16 14:09:30 +01:00
community-scripts-pr-app[bot]
de0790aa72
Update CHANGELOG.md ( #10860 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:07:40 +00:00
push-app-to-main[bot]
497d2711f1
Unifi OS Server ( #10856 )
...
* Add unifi-os-server (ct)
* Change updateable status to false in JSON config
* Update unifi-os-server.json
* Remove unnecessary dependencies from install script
Removed ca-certificates and jq from dependency installation.
* fix: default buit-in update msg
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-16 14:07:16 +01:00
community-scripts-pr-app[bot]
1c01804b29
Update versions.json ( #10859 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:07:22 +01:00
community-scripts-pr-app[bot]
0232e473ca
Update CHANGELOG.md ( #10855 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 09:58:16 +00:00
JJ
54ac6eece0
postgresql: name of sources file fixed (update check) ( #10854 )
...
* fix: name of sources file fixed
The wrong name leads to updates being not possible as "No PostgreSQL Installation Found!" will be displayed.
* Change check for PostgreSQL installation commandupdate: switch from file to command check
* fix: command check expression
2026-01-16 10:57:49 +01:00
community-scripts-pr-app[bot]
df0ce0c09b
Update CHANGELOG.md ( #10852 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:32:31 +00:00
CanbiZ (MickLesk)
4fc57b0e0b
immich: use dpkg-query to get intel-opencl-icd version ( #10848 )
2026-01-16 09:32:13 +01:00
Tobias
f0e630cbfe
domain-monitor: fix: cron user ( #10846 )
2026-01-16 09:31:53 +01:00
community-scripts-pr-app[bot]
ba908d3dfd
Update CHANGELOG.md ( #10851 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:31:40 +00:00
Tobias
05c3b08d6e
qui: fix: category ( #10847 )
2026-01-16 09:31:18 +01:00
community-scripts-pr-app[bot]
59697a9eb1
Update CHANGELOG.md ( #10850 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:04:45 +00:00
CanbiZ (MickLesk)
109d6ab6e9
pihole/unbound: create unbound config before apt install to prevent port conflicts ( #10839 )
...
* fix(pihole): create unbound config before apt install to prevent port conflict
* fix(unbound): create config before apt install to prevent port conflict
2026-01-16 09:04:22 +01:00
community-scripts-pr-app[bot]
e309d871d7
Update CHANGELOG.md ( #10849 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 07:39:24 +00:00
CanbiZ (MickLesk)
8b750d42d2
fix(zammad): use ln -sf to avoid failure when symlink exists ( #10840 )
2026-01-16 08:39:01 +01:00
community-scripts-pr-app[bot]
32fd002aa4
Update CHANGELOG.md ( #10844 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 00:14:27 +00:00
community-scripts-pr-app[bot]
1a29f2a604
Update versions.json ( #10843 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 01:14:01 +01:00
community-scripts-pr-app[bot]
e76c453474
Update .app files ( #10831 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-15 14:21:14 +01:00
community-scripts-pr-app[bot]
ebdfdd7ccf
Update CHANGELOG.md ( #10832 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:20:17 +00:00
community-scripts-pr-app[bot]
60d55b71b3
Update date in json ( #10830 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:19:52 +00:00
push-app-to-main[bot]
d6473133c9
Add qui (ct) ( #10829 )
2026-01-15 14:19:34 +01:00
CanbiZ (MickLesk)
ae8f3d1b8e
Remove 'zlib' module from PHP setup
2026-01-15 13:50:27 +01:00
community-scripts-pr-app[bot]
bba52b03da
Update CHANGELOG.md ( #10828 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 12:48:47 +00:00
CanbiZ (MickLesk)
ab33f85d9d
Refactor: FreshRSS + Bump to Debian 13 ( #10824 )
...
* Refactor: FreshRSS + Bump to Debian 13
* update_script
2026-01-15 13:48:10 +01:00
community-scripts-pr-app[bot]
9d39c91dff
Update versions.json ( #10827 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:07:21 +01:00
community-scripts-pr-app[bot]
d4892d299f
Update CHANGELOG.md ( #10823 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 00:14:44 +00:00
community-scripts-pr-app[bot]
c6b01a62f0
Update versions.json ( #10822 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 01:14:24 +01:00
community-scripts-pr-app[bot]
c41c78a0b2
Update CHANGELOG.md ( #10819 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 17:04:48 +00:00
CanbiZ (MickLesk)
bdfd72e311
Switch Ollama install to .tar.zst and add zstd dependency ( #10814 )
2026-01-14 18:04:13 +01:00
community-scripts-pr-app[bot]
fa1f2784f9
Update .app files ( #10817 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-14 18:01:11 +01:00
community-scripts-pr-app[bot]
b3b4d170b3
Update CHANGELOG.md ( #10818 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:48 +00:00
community-scripts-pr-app[bot]
5e8c0d621b
Update CHANGELOG.md ( #10816 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:20 +00:00
community-scripts-pr-app[bot]
64bd501ed9
Update date in json ( #10815 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:16 +00:00
push-app-to-main[bot]
95ad02c9ef
Kutt ( #10812 )
...
* Add kutt (ct)
* Fix success message formatting in kutt.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-14 17:55:51 +01:00
community-scripts-pr-app[bot]
13decbf3a1
Update CHANGELOG.md ( #10811 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:11:22 +00:00
Chris
c178058315
Install libde265-dev from Testing; refactor install check logic in update ( #10810 )
2026-01-14 17:10:58 +01:00
CanbiZ
1980e3c47f
Usenoninteractive mode for NVIDIA setup
...
Replaces all apt commands with apt-get for consistency and adds noninteractive environment variables to prevent interactive dialogs during NVIDIA GPU driver installation. Also adds --force-confold to preserve existing config files and ensures smoother automated installs.
2026-01-14 15:51:00 +01:00
community-scripts-pr-app[bot]
b876001ffa
Update CHANGELOG.md ( #10809 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 13:40:21 +00:00
CanbiZ (MickLesk)
ce5ab97737
Improve NVIDIA GPU setup (5000x Series) ( #10807 )
2026-01-14 14:39:53 +01:00
community-scripts-pr-app[bot]
2aabd0c911
Update versions.json ( #10808 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 13:07:20 +01:00
community-scripts-pr-app[bot]
5fb3ce7b33
Update CHANGELOG.md ( #10803 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 09:09:05 +00:00
Bram
bf648203f0
Add search filtering to CommandDialog for improved script search functionality ( #10800 )
2026-01-14 10:08:44 +01:00
community-scripts-pr-app[bot]
277d1ed5a2
Update CHANGELOG.md ( #10801 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 09:01:00 +00:00
durzo
97bd4833fd
nginxproxymanager: allow updates now the build is fixed ( #10796 )
...
* nginxproxymanager: allow updates now the build is fixed
* fix func
* Change release version to 'latest' for deployment
* Update release version fetching for nginxproxymanager
* Update fetch_and_deploy_gh_release to use latest version
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-14 10:00:32 +01:00
community-scripts-pr-app[bot]
2bc50833d6
Update CHANGELOG.md ( #10799 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 08:45:43 +00:00
Benjamin Horvat
ff74fdff38
Fixed Apache Guacamole installer ( #10798 )
2026-01-14 09:45:21 +01:00
community-scripts-pr-app[bot]
dcfeaefad1
Update CHANGELOG.md ( #10795 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 06:23:30 +00:00
Comk22
40933df6f7
Fix whiptail dialog hanging in Proxmox web console ( #10794 )
2026-01-14 07:22:21 +01:00
community-scripts-pr-app[bot]
556e6a71f2
Update CHANGELOG.md ( #10792 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 00:16:11 +00:00
community-scripts-pr-app[bot]
7df7a9741a
Update versions.json ( #10791 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 01:15:45 +01:00
community-scripts-pr-app[bot]
749cde5bab
Update CHANGELOG.md ( #10790 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:17:58 +00:00
Chris
a990d39812
Fix intel version check; install legacy packages ( #10787 )
2026-01-13 21:17:26 +01:00
community-scripts-pr-app[bot]
8551ad33f3
Update CHANGELOG.md ( #10789 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:17:00 +00:00
Michel Roegl-Brunner
fb1d508182
Remove default VLAN for LAN ( #10782 )
2026-01-13 21:16:36 +01:00
Michel Roegl-Brunner
648829f51e
update_lxcs.sh: Add the option to skip stopped LXC ( #10783 )
...
* Add the option to skip stopped LXC
* Fix issue where a script aborts when /usr/lib/python3.*/EXTERNALLY-MANAGED is not there
2026-01-13 21:16:12 +01:00
community-scripts-pr-app[bot]
12a3b4ecd2
Update .app files ( #10786 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:05:15 +01:00
MickLesk
6e420c311b
fix typo
2026-01-13 20:03:49 +01:00
community-scripts-pr-app[bot]
7da60f5ec0
Update versions.json ( #10780 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 13:06:23 +01:00
community-scripts-pr-app[bot]
92380e9155
Update .app files ( #10778 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 10:56:30 +01:00
community-scripts-pr-app[bot]
9d0c4f8a16
Update CHANGELOG.md ( #10779 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:47:05 +00:00
community-scripts-pr-app[bot]
a09121bc49
Update CHANGELOG.md ( #10777 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:46:45 +00:00
community-scripts-pr-app[bot]
e549378eb1
Update date in json ( #10776 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:46:42 +00:00
push-app-to-main[bot]
186c0f6d09
Investbrain ( #10774 )
...
* Add investbrain (ct)
* Fix success message capitalization
* Fix installation script message and import local IP
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-13 10:46:23 +01:00
community-scripts-pr-app[bot]
7794b49a43
Update CHANGELOG.md ( #10775 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:44:06 +00:00
Slaviša Arežina
002c6624f7
Refactor: Joplin Server ( #10769 )
2026-01-13 10:43:44 +01:00
community-scripts-pr-app[bot]
5044024a19
Update .app files ( #10772 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 08:55:50 +01:00
community-scripts-pr-app[bot]
d8fc9e5c85
Update CHANGELOG.md ( #10773 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:54:25 +00:00
community-scripts-pr-app[bot]
033688ab7d
Update CHANGELOG.md ( #10771 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:54:03 +00:00
community-scripts-pr-app[bot]
faaebca358
Update date in json ( #10770 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:53:59 +00:00
push-app-to-main[bot]
9984ab9d07
Fladder ( #10768 )
2026-01-13 08:53:37 +01:00
community-scripts-pr-app[bot]
8f1b2b9ad2
Update CHANGELOG.md ( #10767 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:10:27 +00:00
Slaviša Arežina
42a2739db6
Backrest: Bump to Trixie ( #10758 )
...
* Bump to trixie
* Update
2026-01-13 08:10:06 +01:00
community-scripts-pr-app[bot]
62ed362fbf
Update CHANGELOG.md ( #10766 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:10:01 +00:00
Slaviša Arežina
7c3d9d231a
Refactor ( #10759 )
2026-01-13 08:09:39 +01:00
community-scripts-pr-app[bot]
8d53604ae3
Update CHANGELOG.md ( #10765 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:05:19 +00:00
Slaviša Arežina
225eae4b27
Refactor ( #10760 )
2026-01-13 08:04:59 +01:00
community-scripts-pr-app[bot]
462e75e8f3
Update CHANGELOG.md ( #10764 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 06:54:06 +00:00
Copilot
10024723b6
Fix Zammad nginx configuration causing installation failure ( #10757 )
...
* Initial plan
* Fix nginx configuration setup in zammad-install.sh
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-01-13 07:53:43 +01:00