* Refactor: Mealie
Updated Node.js version and adjusted database setup. Improved installation steps for Python dependencies and NLTK data.
* Update mealie.sh
* Modify mealie-install.sh for dependencies and config
Updated dependencies and added environment variables for Mealie installation.
* Update logo URL and increase RAM requirement
* Increase default RAM allocation from 2048 to 3072
* Update Mealie installation script for versioning and settings
* Update mealie.sh
Bump default OS version to Debian 13 and PHP to 8.3 in Baikal install scripts and config. Add curl to PHP modules. Refactor PostgreSQL database setup to use new variable names and helper function for credentials.
* Refactor: Healthchecks
* Enhance healthchecks update process with backup and venv
Added backup creation for existing healthchecks installation before updating. Enhanced the update process by recreating the Python virtual environment and installing requirements.
* -
Added copyright, author, and license information.
Replaces 'npm ci' with 'npm install --legacy-peer-deps' in install and update scripts to address peer dependency issues. Adds global npm update and turbo prune steps to the update script for better Docker build support.
Prompts user to select Zabbix version (7.0 LTS, 7.4, or latest) during installation and update. Refactors download logic to use the chosen version, improving flexibility and user control over Zabbix deployment.
* test skip scheduler during install & not running migration
- migration is run by the start script anyway, I think
* restore db upgrade during install/update; add new env vars; patch start.sh
* Correcting mariadb config string sed modification to match mariadb provided in Debian 13
* Correcting Debian version for LibreNMS to 13 to match installation script.
* fix: karakeep strip "v" from release version
* fix: strip v from release for karakeep version
* Fix MODULE_VERSION and SERVER_VERSION formatting
* formatting
* librenms-install.sh aktualisieren
* librenms.json aktualisieren
* Update credentials and add generation
* Update credentials and add generation
* Refactor LibreNMS credentials output format
Updated the script to change how LibreNMS credentials are written to the creds file, adding a header for clarity.
* remove empty line
* remove space
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
* NetVisor: add pkg-config as build dependency
- this will be needed for v0.9.2
* Add libssl-dev as build dependency
* Increase RAM to 3GB
* Change apt-get to apt for package installation
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>