Chris and GitHub
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
Chris and GitHub
f05927602c
ensure additional JSON files are in place ( #11183 )
2026-01-25 21:01:31 +01:00
CanbiZ (MickLesk) and GitHub
9f3fa8e46c
fix(deluge): correct service paths to /usr/local/bin ( #11170 )
2026-01-25 13:41:38 +01:00
596f0166dc
Karakeep: Add the FFmpeg option to the installation script ( #11157 )
...
Co-authored-by: Chris <[email protected] >
Co-authored-by: CanbiZ (MickLesk) <[email protected] >
2026-01-25 09:05:26 +01:00
Chris and GitHub
918d7c9053
Manyfold: fix permissions error ( #11165 )
2026-01-25 08:11:48 +01:00
CanbiZ (MickLesk) and GitHub
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
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 <[email protected] >
Co-authored-by: Chris <[email protected] >
2026-01-24 23:49:59 +01:00
CanbiZ (MickLesk) and GitHub
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 and GitHub
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
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
Chris and GitHub
d6b4cea3ba
Netbox: Refactor ( #11126 )
...
* refactor install script
* refactor update script
2026-01-24 23:14:55 +01:00
CanbiZ (MickLesk) and GitHub
d356ba4822
fix(authelia): use POSIX-safe arithmetic to avoid exit code 1 with set -e ( #11125 )
2026-01-24 18:20:53 +01:00
Slaviša Arežina and GitHub
c0fb35c90b
Update bitmagnet installation script with environment variables ( #11119 )
2026-01-24 16:38:57 +01:00
Chris and GitHub
4b3f7f688c
Spoolman: move to uv ( #11121 )
2026-01-24 16:29:46 +01:00
Slaviša Arežina and GitHub
e7f8a27aac
Standard ( #11109 )
2026-01-24 07:55:04 +01:00
CanbiZ (MickLesk) and GitHub
b2017086cd
Bump various scripts to Debian 13 (Trixie) ( #11093 )
2026-01-23 21:54:23 +01:00
CanbiZ (MickLesk) and GitHub
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
Chris and GitHub
4ea4422042
Scanopy: remove integrated daemon script ( #11100 )
2026-01-23 21:21:19 +01:00
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 <[email protected] >
2026-01-23 14:06:35 +01:00
Tobias and GitHub
b73acc998f
add: uptime-kuma: chromium ( #11081 )
2026-01-23 13:08:18 +01:00
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
ZarenOFF and GitHub
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
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 <[email protected] >
---------
Co-authored-by: Tobias <[email protected] >
2026-01-23 11:09:14 +01:00
Slaviša Arežina and GitHub
cc801353f8
FHEM: Bump to Debian 13 ( #11061 )
...
* bump
* Update
2026-01-23 08:44:26 +01:00
Slaviša Arežina and GitHub
cb713abb06
Duplicati: Bump to Debian 13 ( #11060 )
...
* Bump to debian 13
* Update
2026-01-23 08:43:48 +01:00
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) <[email protected] >
Co-authored-by: Tobias <[email protected] >
2026-01-22 11:56:59 +01:00
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 <[email protected] >
2026-01-21 21:25:50 +01:00
Tobias and GitHub
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)
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
CanbiZ (MickLesk) and GitHub
914c316f42
Joplin-Server: use yarn workspaces focus for faster builds ( #11027 )
2026-01-21 12:00:46 +01:00
CanbiZ (MickLesk) and GitHub
7146e8d5b9
dolibarr: switch mirror ( #11004 )
2026-01-20 22:21:02 +01:00
CanbiZ (MickLesk) and GitHub
5e7e7c884d
checkmk: reordner base function ( #10990 )
2026-01-20 13:36:13 +01:00
CanbiZ (MickLesk) and GitHub
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
CanbiZ (MickLesk) and GitHub
9a489f0b53
fix(tautulli): add version detection and proper update script ( #10842 ) ( #10976 )
2026-01-19 22:40:27 +01:00
CanbiZ (MickLesk) and GitHub
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
push-app-to-main[bot] and GitHub
7a71414d0e
Add yubal (ct) ( #10955 )
2026-01-19 20:40:05 +01:00
Chris and GitHub
cb8a900d84
PeaNUT: change default port ( #10962 )
2026-01-19 17:20:25 +01:00
90f73d1d24
Remove custom IP fetching ( #10954 )
...
Co-authored-by: CanbiZ (MickLesk) <[email protected] >
2026-01-19 16:33:08 +01:00
Slaviša Arežina and GitHub
56ab6a6cb8
Refactor: Homepage ( #10950 )
2026-01-19 15:45:41 +01:00
Robert Castley and GitHub
de14cab715
Update/splunk enterprise ( #10949 )
2026-01-19 14:53:25 +01:00
Slaviša Arežina and GitHub
f029460bc6
Refactor ( #10945 )
2026-01-19 13:36:59 +01:00
CanbiZ (MickLesk) and GitHub
73944792b5
Remove phpIPAM ( #10939 )
2026-01-19 10:04:19 +01:00
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 <[email protected] >
2026-01-18 22:24:04 +01:00
Slaviša Arežina and GitHub
dbf551d162
Refactor ( #10928 )
2026-01-18 22:05:08 +01:00
Slaviša Arežina and GitHub
ca97009d1e
Remove iVentoy script ( #10924 )
2026-01-18 21:20:26 +01:00
Christiaan Goossens and GitHub
fe5108f7ca
Fix escaping of the map block ( #10920 )
2026-01-18 18:18:00 +01:00
Christiaan Goossens and GitHub
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
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 <[email protected] >
2026-01-18 15:18:51 +01:00