push-app-to-main[bot]
398a5d2e34
Ampache ( #11369 )
...
* Add ampache (ct)
* less msg blocks
* Update ampache.json
* Update ampache-install.sh
* typo
* Fix PHP_VERSION and MARIADB_DB_USER syntax
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
---------
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 >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Chris <punk.sand7393@fastmail.com >
2026-01-30 23:48:51 +01:00
CanbiZ (MickLesk)
0fc4e6ed10
fix(koillection): add export APP_RUNTIME for composer post-install scripts
2026-01-30 14:27:29 +01:00
CanbiZ (MickLesk)
3fc0b29d88
fix(koillection): override FrankenPHP runtime with Symfony runtime
...
Koillection 1.8.0 configures FrankenPHP runtime in composer.json extra,
but we use Apache. Fix by:
- Adding APP_RUNTIME to .env.local for CLI commands
- Adding SetEnv APP_RUNTIME in Apache VirtualHost for web requests
- Creating uploads directory before chown
- Update script checks and adds runtime config for upgrades
2026-01-30 13:53:20 +01:00
CanbiZ (MickLesk)
80cba8d29d
fix chown
2026-01-30 13:31:00 +01:00
CanbiZ (MickLesk)
90eb33c09e
refactor(php): remove redundant PHP_MODULE entries ( #11362 )
...
- Add dom and gmp to BASE_MODULES in setup_php()
- Remove modules already covered by BASE_MODULES (cli,common,bcmath,curl,dom,gd,gmp,intl,mbstring,readline,xml,zip)
- Remove modules already covered by EXTENDED_MODULES (mysql,sqlite3,pgsql,redis,imagick,bz2,apcu)
- Remove modules already covered by BUILTIN (ctype,exif,ffi,fileinfo,gettext,iconv,pdo,tokenizer)
- Affected: 31 install scripts, 12 ct scripts
2026-01-30 13:05:05 +01:00
CanbiZ (MickLesk)
c5e4b1a210
Refactor: Koillection ( #11361 )
2026-01-30 13:04:42 +01:00
Chris
6fc6bab1bf
Refactor: Byparr ( #11338 )
...
- Use Camoufox (Firefox in Playwright) as intended
- Remove Chromium and deps
- Adapt dependencies to Debian
2026-01-29 18:43:00 +01:00
Chris
e3b796b842
Immich: Pin version to 2.5.2 ( #11335 )
2026-01-29 18:02:37 +01:00
CanbiZ (MickLesk)
94b9190e07
cloudflare: Remove deprecated DNS-over-HTTPS proxy option ( #11068 )
...
* Remove deprecated DNS-over-HTTPS proxy option from cloudflared installer
* docs(cloudflared): update notes - remove deprecated DoH proxy info
- DoH proxy-dns feature deprecated by Cloudflare (Feb 2026)
- Add tunnel setup instructions instead
2026-01-29 17:15:10 +01:00
Michel Roegl-Brunner
a5aa55ffad
Kollection: Update to php 8.5 ( #11315 )
...
* Upgrade PHP version from 8.4 to 8.5
* Configure PHP version and modules for setup
Added PHP version and configuration for setup.
2026-01-29 15:03:58 +01:00
Chris
b67a82123e
Immich: v2.5.0 ( #11240 )
2026-01-29 14:37:54 +01:00
CanbiZ (MickLesk)
25ecb12060
feat(jellyfin): add logrotate instead of reducing log level ( #11326 )
2026-01-29 13:40:32 +01:00
CanbiZ (MickLesk)
44f5656a56
Alpine-Valkey ( #11320 )
2026-01-29 13:31:14 +01:00
Tobias
b013dcb1e3
fix: vikunja v1 ( #11308 )
2026-01-29 10:58:41 +01:00
push-app-to-main[bot]
fd3e6196cc
Add nodecast-tv (ct) ( #11287 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-01-28 16:10:52 +01:00
CanbiZ (MickLesk)
3a5e2f9515
quickfix broken fpm install
2026-01-28 11:29:11 +01:00
CanbiZ (MickLesk)
3a04923479
various scripts: use setup_meilisearch function ( #11259 )
2026-01-28 11:09:56 +01:00
CanbiZ (MickLesk)
6c1d1e1e71
Refactor: NPMPlus / Default Login ( #11262 )
2026-01-28 11:06:02 +01:00
CanbiZ (MickLesk)
497cefa850
fix(npmplus): graceful timeout for login retrieval ( #11238 )
...
- Change msg_error to msg_warn when login not found
- Add helpful user instructions for manual setup
- Script now exits normally instead of appearing stuck
- Resolves #10988
2026-01-28 10:22:32 +01:00
Milen Valchev
0e7e08579b
feat: add NVIDIA driver install prompt for GPU-enabled containers ( #11184 )
2026-01-27 22:40:47 +01:00
CanbiZ (MickLesk)
d789af9637
feat(grist): enable Enterprise features toggle ( #11239 )
2026-01-27 22:16:24 +01:00
MickLesk
e7e45db45b
fix(termix): resolve nginx reload error due to duplicate master_process directive ( #11241 )
...
- Remove Docker-specific 'master_process' and 'pid' directives from nginx.conf
- These directives conflict when used with systemd nginx in LXC environment
- Keep complete upstream nginx.conf configuration otherwise intact
- Add PORT variable replacement to use port 80
- Add nginx -t validation before reload
2026-01-27 21:22:40 +01:00
Chris
85d50cf1d1
Immich: update libraw ( #11233 )
2026-01-27 17:38:16 +01:00
CanbiZ (MickLesk)
5a86b4a219
fix(termix): download nginx.conf from upstream repo ( #11228 )
2026-01-27 14:03:47 +01:00
K3vin
297a0a00de
Fixing Nginx configuration for 1.11.0 installs ( #11207 )
2026-01-26 22:20:34 +01: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
Slaviša Arežina
427986deaf
Fix ( #11196 )
2026-01-26 14:25:34 +01: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
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
Chris
f05927602c
ensure additional JSON files are in place ( #11183 )
2026-01-25 21:01:31 +01:00
CanbiZ (MickLesk)
9f3fa8e46c
fix(deluge): correct service paths to /usr/local/bin ( #11170 )
2026-01-25 13:41:38 +01: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
Chris
918d7c9053
Manyfold: fix permissions error ( #11165 )
2026-01-25 08:11:48 +01: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
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
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
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
d6b4cea3ba
Netbox: Refactor ( #11126 )
...
* refactor install script
* refactor update script
2026-01-24 23:14:55 +01: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
Slaviša Arežina
c0fb35c90b
Update bitmagnet installation script with environment variables ( #11119 )
2026-01-24 16:38:57 +01:00
Chris
4b3f7f688c
Spoolman: move to uv ( #11121 )
2026-01-24 16:29:46 +01:00
Slaviša Arežina
e7f8a27aac
Standard ( #11109 )
2026-01-24 07:55:04 +01:00
CanbiZ (MickLesk)
b2017086cd
Bump various scripts to Debian 13 (Trixie) ( #11093 )
2026-01-23 21:54:23 +01: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
Chris
4ea4422042
Scanopy: remove integrated daemon script ( #11100 )
2026-01-23 21:21:19 +01: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
Tobias
b73acc998f
add: uptime-kuma: chromium ( #11081 )
2026-01-23 13:08:18 +01: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
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