Currently, every time the container is restarted the DB is wiped-out!
This is due to `idempotent = false` by default (doc: "make --install run only if the database isn't already setup"). Setting ` --idempotent` ensures that DB will be initialized only if empty (i.e. the first time).
[source 1](57dbb9e5db/cmd/init.go (L108)), [source 2](e99c8ed86b/cmd/install.go (L26)), [source 3](e99c8ed86b/cmd/install.go (L46))
* Add Airflow as one click app
- All using bitnami's docker images
- Most environment variables supported
- Alll it needs is the app name and it will work
- All services have passwords, all of them autogenerated on build
- only the webserver is exposed as webapp
* Add airflow logo
* Run prettier on airflow.yml
* remove explicit port definition on capp_appname service
* update: strapi docker image
Update Strapi docker image since the official isn't maintained anymore.
* update: strapi docker image
Update Strapi docker image since the official isn't maintained anymore.
* Update invidious.yml
Developer no longer hosts on docker. Changed the image and links to quay.io.
Also changed default postgres placeholder to 14 to match developer's docker-compose.
* Update invidious.yml
Replaced defaultValue for invidious version to correct Quay.io tag.
* replace tag with SHA256
test did not work with tag, but did with sha
* New app: Matrix Synapse
* Change default version
* default version fix
* Add explanation to change the max_upload_size
* Update explanation to change the max_upload_size
* Fix bugs in explanation to change the max_upload_size
* Remove simple
* Code clean up
* Overhaul: no need for the user to execute command
* code formatting
* add public_baseurl
* homeserver.yaml configured to use postgres
* finished postgres setup
* Add "start" description
* Update Ghost to v5 breaking changes
* Fix formatting issue
* Upgrade keycloak to v18+ and switch to official repos breaking changes
* Made data persistent trough postgres
* Fix formatting
* update umami-postgresql and added umami-mysql
* add umami-postgresql.png
* change default version of umami
* fix a typo
* set minimum umami version to 1.33.2
* fix
* fix umami version and added no DB app
* umami-nodb
* change nodb to only
* removed the outdated mattermost one-click apps, added a latest mattermost one-click app with updated configs
* updated version tags
* ran prettier
* reverted changes in package.json
* reverted package.json and package-lock.json to the version before commits.
The captainfile didn't use `$$cap_tz` and without the `TZ` env varriable alpine stays in UTC.
With this fix, the container will now have the proper timezone set.
* Create mayan-edms.yml
First working draft of Mayan EDMS as a One-Click-App
* Added Mayan EDMS logo png
* Updates instructions and description
* Format change
* format changes
* format
* after prettier
* Added missing validRegex and better descriptions
$$cap_redis_pass can't be blank
* Remove command from postgres and update instructions
* Add CouchDB with Clouseau (Full Text Search) as one click app
* Add files via upload
* Update couchdb-clouseau
* Rename couchdb-clouseau to couchdb-clouseau.yml