CanbiZ
3b96230327
Various Downgrades to Debian 12 (MySQL / OMW / Technitium) ( #8595 )
...
* downgrades deb12
* fixes
* Update inventree.sh
* fix format
* Update Debian version to 12 in omv and technitiumdns configs
Changed the Debian version from 13 to 12 in both omv.json and technitiumdns.json to reflect the correct OS version for these configurations.
2025-10-23 17:28:38 +02:00
CanbiZ
1fe00c2493
Refactor: Kavita + Updated tools.func (no-same-owner) ( #8594 )
2025-10-23 15:46:28 +02:00
CanbiZ
c1205691e7
tools.func: update update_check messages for clarity ( #8588 )
...
* Update update check messages for clarity
* Change message for no update available case
2025-10-23 13:06:13 +02:00
CanbiZ
634a847c06
part-db: use helper-script php function ( #8575 )
2025-10-22 17:56:41 +02:00
CanbiZ
c92f9d5518
Check and remove Node.js if version is not 22
...
Remove existing Node.js installation if version is not 22.
2025-10-22 17:18:35 +02:00
CanbiZ
c7fffd85d3
Expand MongoDB setup to support Ubuntu and update repo handling
...
Extended the MongoDB setup function to handle both Debian and Ubuntu distributions, mapping their codenames to supported MongoDB suites. Updated the GPG key URL and output path, and adjusted the repository source file structure to match MongoDB's nested layout.
2025-10-22 17:07:12 +02:00
CanbiZ
2ae62055a6
Improve MongoDB repo setup for unknown Debian releases
...
Fallback to 'bookworm' for unknown Debian releases and update repository verification to check the correct nested path for MongoDB. Also adjust the sources.list format to match the new repository structure.
2025-10-22 17:02:44 +02:00
CanbiZ
e6bd1b5759
Fix MongoDB repo verification and component setup
...
Simplifies the arguments passed to verify_repo_available by removing the MongoDB version and org path from the suite parameter. Also sets the repository component to 'main' instead of using the variable REPO_COMPONENT.
2025-10-22 16:53:38 +02:00
CanbiZ
55120ae165
Fix MongoDB repo verification path in setup script
...
Update the repository path passed to verify_repo_available to include the MongoDB version, ensuring the correct repository is checked for availability.
2025-10-22 16:50:53 +02:00
CanbiZ
4672934701
Improve MongoDB repo suite selection for Debian
...
Enhances the setup_mongodb function to explicitly map Debian codenames to MongoDB-supported suites and adds a fallback to 'bookworm' if the repository is unavailable for the detected suite. This improves compatibility with newer Debian releases and provides clearer error handling.
2025-10-22 16:47:22 +02:00
CanbiZ
e60020a998
omada: remove static mongodb install ( #8577 )
2025-10-22 16:41:30 +02:00
CanbiZ
dfda118e65
Improve Node.js setup robustness and module handling
...
Enhances the setup_nodejs function by improving checks for existing Node.js and npm installations, ensuring jq is installed, handling APT update failures with retries, and providing clearer messaging. Also refines global Node module installation logic with better version checks, update/install messaging, and error handling. Ensures a safe working directory for npm to avoid errors.
2025-10-22 16:38:58 +02:00
CanbiZ
6d7c318dec
Fix MongoDB repo suite handling for new Debian versions
...
Adds explicit mapping of 'trixie', 'forky', and 'sid' to 'bookworm' for MongoDB repository setup. Improves error handling by failing early if the repository is unavailable, instead of attempting a fallback.
2025-10-22 16:32:15 +02:00
CanbiZ
9c39c9cd67
fix formatting
2025-10-22 16:28:03 +02:00
CanbiZ
0ed95ea9cb
Install npm using Debian repository if not found
...
Replaced manual npm installation with apt install.
2025-10-22 16:25:00 +02:00
CanbiZ
433119e830
Update Node.js version and npm installation logic
...
Updated Node.js version to 22 and modified npm installation process to handle missing npm in Node 22.x.
2025-10-22 16:21:01 +02:00
CanbiZ
a794358c14
Refactor MongoDB setup function
...
Refactor MongoDB setup function to improve error handling and streamline commands.
2025-10-22 16:17:20 +02:00
CanbiZ
0f69e8cc69
Refactor MySQL installation logic in tools.func
...
Refactor MySQL installation script for clarity and efficiency. Update package handling and repository setup for Debian 13+.
2025-10-22 15:42:41 +02:00
CanbiZ
1c9d325ae8
Refactor: Full Change & Feature-Bump of tools.func ( #8409 )
2025-10-22 15:25:26 +02:00
CanbiZ
c160079447
jellyfin: fix opencl dep for ubuntu ( #8535 )
2025-10-21 08:33:32 +02:00
CanbiZ
ef4fab1a2c
nextcloudpi: to deb12
2025-10-20 09:32:39 -07:00
CanbiZ
dc358da26f
nextcloudpi: to deb12
2025-10-20 09:32:17 -07:00
CanbiZ
bcdbbc4678
Enhance error message for container creation failure ( #8511 )
2025-10-20 18:01:51 +02:00
CanbiZ
523d2b66bd
Paperless-AI: Increase CPU and RAM ( #8507 )
...
* Paperless-AI: Increase CPU and RAM
* Paperless-AI: Increase CPU and RAM
2025-10-20 16:19:01 +02:00
CanbiZ
a257a77f63
Remove GoMFT scripts and related files ( #8499 )
2025-10-20 12:58:33 +02:00
CanbiZ
25251add27
qf: remove unoconv
2025-10-20 12:27:06 +02:00
CanbiZ
932de62b38
Filebrowser-Quantum: change initial config to newer default ( #8497 )
2025-10-20 09:35:38 +02:00
CanbiZ
8ece0e3676
Jellyfin: ensure libjemalloc is used / increase hdd space ( #8494 )
...
* Jellyfin: ensure libjemalloc used
* Enhance Jellyfin update script with libjemalloc checks
Added checks for libjemalloc2 installation and symlink creation before updating Jellyfin.
* Change apt-get to apt for installing libjemalloc2
* Increase default disk size from 8GB to 16GB
* Increase HDD size for Jellyfin configuration
Updated HDD size from 8GB to 16GB in jellyfin.json.
2025-10-20 08:28:22 +02:00
CanbiZ
b34a449d9f
Refactor Yarn installation into setup_nodejs
...
Removed Yarn installation check and integrated it into the setup_nodejs function.
2025-10-20 07:51:33 +02:00
CanbiZ
b36b4258cc
Refactor: Nginx Proxy Manager ( #8453 )
2025-10-18 13:33:00 +02:00
CanbiZ
77aba17771
fix libheif trixie
2025-10-18 08:24:19 +02:00
CanbiZ
3df8fadbba
fix libheif trixie
2025-10-18 08:23:52 +02:00
CanbiZ
01ccfc023a
fix pip3
2025-10-17 16:07:01 +02:00
CanbiZ
c055781fed
remove unbound prompt
2025-10-17 15:48:33 +02:00
CanbiZ
78c8933855
Disable 'pve-enterprise' and 'ceph enterprise' repositories using 'Enabled: false' instead of commenting out lines; add 'Enabled: false' to new repository entries. ( #8399 )
2025-10-16 17:03:35 +02:00
CanbiZ
ac89626832
Enhance nginx proxy manager install script ( #8400 )
2025-10-16 17:02:04 +02:00
CanbiZ
72ecf11324
fix bookworm
2025-10-16 15:27:38 +02:00
CanbiZ
98f2bd9783
Update ImageMagick policy modification for multiple versions
2025-10-16 15:05:14 +02:00
CanbiZ
b46820966e
paperless-ngx: remove unneeded deps, use static ghostscript ( #8397 )
2025-10-16 14:45:27 +02:00
CanbiZ
67cff5e18a
fix deps
2025-10-16 11:21:30 +02:00
CanbiZ
4625dc58cb
Trixie; Mime-Support removal
2025-10-16 09:23:41 +02:00
CanbiZ
30f462b62a
fix immich version
2025-10-15 23:56:00 +02:00
CanbiZ
3cd857f2e0
bump q to s scripts to debian 13 ( #8366 )
2025-10-15 22:58:08 +02:00
CanbiZ
6c8975e4aa
Bump O to P-Scripts to Debian 13 (Trixie) ( #8367 )
2025-10-15 22:39:16 +02:00
341f87045c
Bump L to N-Scripts to Debian 13 (Trixie) ( #8368 )
...
* Bump L to N-Scripts to Debian 13 (Trixie)
* refactor
* Add apt clean command to cleanup process
* Add apt clean command to cleanup process
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-10-15 22:29:48 +02:00
CanbiZ and Slaviša Arežina
b4f0fcb3d3
Zabbix: various bugfixes agent1/agent2 ( #8294 )
...
* Zabbix: various bugfixes agent1/agent2
* Update zabbix.sh
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-10-11 22:53:10 +02:00
CanbiZ
45e1e490aa
wger: fix python and pip install ( #8295 )
2025-10-11 22:40:31 +02:00
CanbiZ
03af580449
searxng: add msgspec as dependency ( #8293 )
2025-10-11 22:37:24 +02:00
CanbiZ
d53a249bbf
keycloak: fix update check ( #8275 )
2025-10-11 19:16:12 +02:00
CanbiZ
e2e63cf319
komga: fix update check ( #8285 )
2025-10-11 19:15:37 +02:00
CanbiZ
a733c85293
fix autoclose action
2025-10-11 14:41:27 +02:00
CanbiZ
3f02934bf5
fix typo
2025-10-10 20:11:22 +02:00
CanbiZ and Slaviša Arežina
4b5fc75ee1
Harmonize Service MSG-Blocks ( #8233 )
...
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-10-10 11:15:44 +02:00
CanbiZ
f39b17ad7a
zammad: Change Suite to 12
2025-10-10 08:58:47 +02:00
CanbiZ
1f5a83732e
fix Repo
2025-10-10 07:12:46 +02:00
CanbiZ
d07affa368
bump various scripts to deb 13 ( #8227 )
2025-10-09 19:43:23 +02:00
CanbiZ and Copilot
bfcda5d07a
Bump W-V Scripts to Debian 13 ( #8176 )
...
* bump various scripts (V - W) to debian 13
* Update install/wizarr-install.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add apt clean command to cleanup process
* Update ct/wireguard.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-07 21:40:31 +02:00
CanbiZ
78a66c3612
Alpine-Caddy: remove functions ( #8177 )
2025-10-07 21:26:33 +02:00
CanbiZ
c75be209e2
Bump Z-Y Scripts to Debian 13 ( #8174 )
2025-10-07 21:23:56 +02:00
CanbiZ
abc95db08a
Update config_path for Zigbee2MQTT configuration ( #8153 )
2025-10-06 23:03:15 +02:00
CanbiZ
2092c5bdce
Node-Red: bump to Debian 13 ( #8141 )
2025-10-06 13:47:14 +02:00
CanbiZ
e87dc5dbbc
NocoDB: bump to Debian 13 ( #8140 )
2025-10-06 13:46:57 +02:00
CanbiZ
a2057d4302
Navidrome: Bump to Debian 13 ( #8139 )
2025-10-06 13:08:02 +02:00
CanbiZ
563a69e68b
pve-scripts-local: add update function ( #8138 )
2025-10-06 12:41:06 +02:00
CanbiZ
8f8eb7aba5
ActualBudget: bump to debian 13 ( #8124 )
2025-10-06 00:11:49 +02:00
CanbiZ
3e1753b3c7
2fauth: bump to debian 13 ( #8123 )
2025-10-05 22:29:43 +02:00
CanbiZ
965b8cb33e
adventurelog: bump to debian 13 ( #8125 )
2025-10-05 22:28:23 +02:00
CanbiZ
03d36a6c10
grist: remove unneeded var ( #8060 )
2025-10-03 09:30:18 +02:00
CanbiZ
deb85bd264
rm v in Version check
2025-10-02 13:18:59 +02:00
CanbiZ
74b332b7ec
EMQX: removal logic in emqx update ( #8050 )
...
Added conditional checks to remove either emqx or emqx-enterprise packages.
2025-10-02 12:33:08 +02:00
CanbiZ
48e3b66342
fix FlareSolverr version check to v3.3.25 ( #8051 )
2025-10-02 12:32:24 +02:00
CanbiZ
e58d1dc3d2
Add conditional logic for EFI disk allocation ( #8024 )
2025-10-02 00:29:12 +02:00
CanbiZ
42ae2a4cdc
New Script: PhpMyAdmin (Addon) ( #8030 )
2025-10-01 17:07:28 +02:00
CanbiZ
70d2be62e9
caddy: fix typo for setup_go ( #8017 )
2025-09-30 21:17:02 +02:00
CanbiZ
11ae7450c7
Add TypeScript and related packages installation
2025-09-30 16:07:34 +02:00
CanbiZ
598bfd291f
Update npm install command to include dev dependencies
2025-09-30 14:26:13 +02:00
CanbiZ
34ef80ac87
Changedetection: Bump nodejs to 24 ( #8002 )
2025-09-30 14:16:27 +02:00
CanbiZ
72e5ac5c80
Remove Frigate from Website ( #7972 )
2025-09-29 12:37:47 +02:00
CanbiZ
4a56d8d9aa
Remove not exist admin credentials from output ( #7849 )
2025-09-23 13:23:03 +02:00
CanbiZ
2d290cb27f
VM: Increase pv & xz functions (HA OS / Umbrel OS) ( #7838 )
2025-09-23 12:06:35 +02:00
CanbiZ
1f40670ea0
cosmos: add info note for configuration file ( #7824 )
2025-09-23 12:06:07 +02:00
CanbiZ
1fafb3f661
Suppress wrong errors from uv shell integration in setup_uv ( #7822 )
2025-09-23 11:39:46 +02:00
CanbiZ
21f98835dc
Update Tandoor install scripts for newer dependencies ( #7826 )
2025-09-23 11:38:07 +02:00
CanbiZ
5382fa1dbd
Update Monica and Outline to use Node.js 22 ( #7833 )
2025-09-23 11:36:29 +02:00
CanbiZ
f99d582eb5
ElementSynapse: add note for Bridge Install Methods ( #7820 )
2025-09-23 10:47:25 +02:00
CanbiZ
25e89f7bac
Refactor Caddyfile configuration for headscale-admin ( #7821 )
2025-09-23 10:47:00 +02:00
CanbiZ
19678e2534
Update Zabbix install for Debian 13 and agent selection ( #7819 )
2025-09-23 10:46:32 +02:00
CanbiZ
aab1a9bce5
LiteLLM: Bump to Debian 13 & add deps ( #7815 )
2025-09-23 10:45:20 +02:00
CanbiZ
b15d7be4c3
Improve subscription element removal in post-install script ( #7814 )
2025-09-23 10:44:14 +02:00
CanbiZ
3a668870b7
gh: remove ai autolabel test ( #7817 )
2025-09-23 09:47:05 +02:00
CanbiZ
01b6bec1fe
Implement clean install option in tools.func ( #7785 )
2025-09-21 16:20:18 +02:00
CanbiZ
adda76f587
caddy: modify disk size and implement xCaddy update ( #7775 )
2025-09-21 08:28:39 +02:00
CanbiZ
20e8730a34
Harmonize and shorten JSON Names for PVE/PBS/PMG ( #7773 )
2025-09-21 08:28:14 +02:00
CanbiZ
9ce9de8e84
Fix regex to extract MySQL version correctly ( #7774 )
2025-09-21 08:28:07 +02:00
CanbiZ
5e2168b2d1
Cloudflared: Bump to Debian 13 ( #7719 )
2025-09-18 15:22:51 +02:00
CanbiZ
37e3739bd2
Update AdGuard Home to Debian 13 and improve install ( #7720 )
2025-09-18 15:20:15 +02:00
CanbiZ
2919ce16f1
pve-tool: execute.sh by @jeroenzwart ( #7708 )
2025-09-18 12:56:01 +02:00
CanbiZ
7ef8afe4d2
Refactor autolabeler workflow to simplify steps
2025-09-18 12:06:04 +02:00
CanbiZ
694d9c203e
Refactor AI label review workflow and improve config
2025-09-18 12:03:52 +02:00
CanbiZ
76dcc45e9f
Update autolabeler to use environment variable for config
2025-09-18 12:01:42 +02:00