* 'Add new script'
* add alpine-garage-install.sh
* add alpine-garage.sh
* Update alpine-garage.sh
* Update garage-install.sh
* Increase default RAM and disk for Garage containers
Updated ct/garage.sh and ct/alpine-garage.sh to set higher default RAM (1024MB for Garage, 512MB for Alpine-Garage) and disk (5GB for both). Synced these resource changes in frontend/public/json/garage.json to ensure consistency in container setup defaults.
* 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: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
* 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.
* 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.
* 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>
- Ensure VectorChord upgrades only run if there is also an Immich update
- Ensure pgvector is up-to-date before updating VectorChord
- Move postgresql service restart before extension update commands
- Add reindex commands to update process
- Attempt to address superfluous sharp compilation