Deleted installation and container scripts, as well as related JSON metadata, for Domain Monitor, Miniflux, NetVisor, and Splunk Enterprise. This removes support for these applications from the repository.
Deleted JSON files for Donetick, Infisical, Open WebUI, and Pangolin from the public/json directory. These files are no longer needed and have been removed to clean up the repository.
Updated Donetick configuration with new categories, documentation link, config path, logo, and description. Adjusted resource requirements for installation.
* Add Miniflux script
* Delete ct/headers/miniflux
This will get auto-generated by our func
* Minor fixes to Miniflux scripts
- run `apt update` before `apt upgrade miniflux`
- use selfh.st/icons for logo
- remove `[trusted=yes]` from miniflux source
- remove extra spaces
- change `apt-get` to `apt`
* Move Miniflux DB creds
Move Miniflux database credentials from a separate file, to directly inside of the `/etc/minflux.conf` file.
* Update Miniflux source to be trusted automatically
* Store ~/.pgpass for db backups using pg_dump
* Use GitHub Release binary instead of UNSIGNED apt source
* Add apt -y clean
* Make recommended changes
* Added notes
* Set `LISTEN_ADDR=0.0.0.0:8080` by default
* Finishing touches. Removed some unneeded msg blocks
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Introduces Alpine-based installation and management scripts for Garage, including ct/alpine-garage.sh and install/alpine-garage-install.sh. Updates ct/garage.sh and install/garage-install.sh to unify update logic, resource defaults, and credential handling. Adds frontend/public/json/garage.json with metadata and install options for both Debian and Alpine. Improves service management and configuration generation for both environments.