summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-09-25Excalidraw (#726)Matthieu Borgognon
* 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 outline to v0.64+ & add OIDC connector & add SMTP config & document OSS alternatives * Add Excalidraw * Revert "Update outline to v0.64+ & add OIDC connection & add SMTP config & doc (#677)" This reverts commit 7b1a99847f062e8e6a4aacafacb9fa6446ea0508. * Revert Outline part * Removed exposed port for Excalidraw * FIxes docker release version with commit hash Co-authored-by: Matthieu Borgognon <[email protected]>
2022-09-25feat: add homarr (#727)Ronald Loyko
* feat: add homerr * fix: rename homerr to homarr Co-authored-by: Ronald Loyko <[email protected]>
2022-09-24Removed unused fileKasra Bigdeli
2022-09-24added baikal app template (#725)Vasu Bhatia
* added baikal app template * changed default image version to 0.9.2-nginx * added correct png for baikal logo * fixed baikal displayName Co-authored-by: Vasu Bhatia <[email protected]>
2022-09-24improved photoprism one-click template (#721)Vasu Bhatia
* improved photoprism one-click template * added ofelia daemon --docker directive * removed unsupported caprover mariadb directives, replaced ofelia with chadburn for scheduling * changed chadburn image url to docker hub Co-authored-by: Vasu Bhatia <[email protected]>
2022-09-24Add SurrealDB (#723)Ismail D
* Add SurrealDB * Format surrealdb.yml * Remove yarn.lock
2022-09-18Bump Gitea/MySQL to latest versions (#714)Rychart Redwerkz
2022-09-18Update Umami repository, links and version (#716)Stanislav Khromov
* Update Umami repository, links and version * Formatting
2022-09-07Bump Elasticsearch and Kibana to v8 (#710)Niek van der Maas
* Bump Elasticsearch and Kibana to v8 * Added `SERVER_PUBLICBASEURL`
2022-09-04Fix Listmonk one-click app (wiping DB every time) (#708)MYerouPaleBlue
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](https://github.com/knadh/listmonk/blob/57dbb9e5dbf11b40ad97bbdfe3c39bb9119baea7/cmd/init.go#L108), [source 2](https://github.com/knadh/listmonk/blob/e99c8ed86b71bbcf8bfb2e5361147cec7137cf75/cmd/install.go#L26), [source 3](https://github.com/knadh/listmonk/blob/e99c8ed86b71bbcf8bfb2e5361147cec7137cf75/cmd/install.go#L46)
2022-08-22Add airflow one click app (#704)Edmundo Sanchez
* 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
2022-08-21update: strapi docker image (#697)Andre Kutianski
* 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.
2022-08-20Require email address for admin account creation (#703)Debdut Chakraborty
2022-08-18Updated filebrowser versionKasra Bigdeli
Fixed https://github.com/caprover/caprover/issues/1498
2022-08-15add Matrix Conduit (#702)Jonas Zohren
2022-08-14update maildev.yml (#701)Andre Kutianski
* add MailDev to one-click-apps #695 * update maildev.yml
2022-08-12Update invidious.ymlKasra Bigdeli
https://github.com/caprover/one-click-apps/pull/698
2022-08-12Update monica to latest version (3.7) (#699)Jonas Zohren
2022-08-11Update invidious.ymlKasra Bigdeli
2022-08-11Patch 1 (#698)kendofriendo
* 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
2022-08-10add MailDev to one-click-apps #695 (#696)Andre Kutianski
2022-08-07Fix typo (#694)Joe Innes
STMP -> SMTP
2022-07-31Fix typo on allow cheats variable (#689)Edmundo Sanchez
2022-07-31Update umami apps names (#679)AriaieBOY
* Update umami-mysql.yml * Update umami-only.yml * Update umami-postgresql.yml
2022-07-31Fixed formattingKasra Bigdeli
2022-07-31Add minecraft-bedrock-server app (#686)Edmundo Sanchez
* Add minecraft-bedrock-server app Using this https://github.com/itzg/docker-minecraft-bedrock-server#container-specific * Change latest tag to last tagged version - Version 2022.1.0 - Also added logo * Add env variable to enable cheats
2022-07-31Fixed formattingKasra Bigdeli
2022-07-31New app: Matrix Synapse (#684)Schiriki
* 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
2022-07-31Updates Wordpress to v6 and MySQL to v8 (#685)Brahyam Meneses
2022-07-31Update Chatwoot default version to 2.7.0 (#687)Vishnu Narayanan
2022-07-07Add EmailEngine app (#676)Andrey Zontov
* Add EmailEngine app * Add EmailEngine logo * Remove `--reguirepass` flag for Redis instance * Update yml build file * Apply Prettier style to emailengine.yml
2022-07-06Update outline to v0.64+ & add OIDC connection & add SMTP config & doc (#677)Matthieu Borgognon
* 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 outline to v0.64+ & add OIDC connector & add SMTP config & document OSS alternatives
2022-07-05Upgrade keycloak to v18+ and switch to official repos breaking changes (#675)Matthieu Borgognon
* 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
2022-06-28update umami-postgresql and added umami-mysql (#674)AriaieBOY
* 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
2022-06-27add imgproxy (#673)Matteias Collet
* add imgproxy * add missing newline to imgproxy config
2022-06-24Mattermost one click app (#663)Nauman Shakir
* 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.
2022-06-23Update default n8n version (#672)Baptiste Arnaud
2022-06-14Update Ghost to v5 breaking changes (#670)Matthieu Borgognon
* Update Ghost to v5 breaking changes * Fix formatting issue
2022-06-03Updated healthcheck file and fixed typo (#667)sandrohanea
#666
2022-06-01Add version support (#665)Jordan Hall
2022-05-12Adding TZ Env to ChadBurn Captain file (#661)Alexandre
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.
2022-05-07Add Mayan EDMS (#656)borjarobert
* 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
2022-05-01Add CouchDB with Clouseau (Full Text Search) as one click app (#658)Matías Fort
* 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
2022-04-29Use official Redis image (#657)Daniel Rataj
Co-authored-by: Daniel Rataj <[email protected]>
2022-04-27Update FileRun to latest version (#653)Dorian
2022-04-27Update Appwrite logo (#642)Daniel Rataj
Co-authored-by: Daniel Rataj <[email protected]>
2022-04-24remove unneeded volume mount (#652)Johannah Sprinz
Wiki.js stores all data in the database, mounting this directory prevents updating the app via docker, because it contains the server code itself. See https://docs.requarks.io/en/install/docker#using-docker-compose.
2022-04-20Update zammad to latest version (#646)Malte Kiefer
2022-04-13Made two minor corrections to the existing Percona Server app. (#644)Stephen Davis
* Opted for cleaner '$$cap_appname' w/o '-percona' * Corrected link for available tags
2022-04-03Plex for ARM (#640)marcusique
* added plex-arm * added plex-arm icon * applied prettier Co-authored-by: Mark A <[email protected]>