* feat: add btcpayserver
* feat: add logo for btcpayserver
* fix: mention HTTPS in the instructions
* fix: add thunderhub volume to main app
* fix: mention nginx configuration changes in instructions
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
Only version 6 of gotenberg works. If the image name is left undefined it downloads version 7.5, which fails when called (at least when converting msword docs to pdf). Setting it to gotenberg:6 fixes it.
* added imagor and imagor-aws
* added imagor_unsafe env var in aws version
* updated app description
* fixed icon name
* renamed aws to s3 as it supports all s3 compatible storage
* Added new app (Netbox)
Added new application--Netbox is an IP address and datacenter infrastructure management platform originally developed by engineers at Digital Ocean. It is particularly helpful for anyone managing medium to large networks. Further documentation is linked in the deployment information, the script has been formatted using Prettier, and its associated logo has been formatted to match Caprover's layout.
* Updated formatting per Caprover .prettierrc
* Added tag-based timer app (traggo)
Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
With tags, Traggo tries to be as customizable as possible, ie-if you work on different projects you could add a `project` tag. If you like to see statistics from the different things you do, you could add tags with values like `email`, `programming`, `meeting`. You can do it just as you like.