summaryrefslogtreecommitdiffhomepage
path: root/public
AgeCommit message (Collapse)Author
2022-10-17Postgres updates (#768)Matthew Francis Brunetti
* Update default postgres version to latest 14.x * Fix variable references in template * Use postgres defaults as one-click defaults * Don't postfix user-given app name with "-db"
2022-10-16feat(crater): add variables for system mail sender address and name (#766)Ronald Loyko
2022-10-16chore(n8n): bump version and optimize variables (#767)Ronald Loyko
* chore(n8n): bump version and optimize variables * feat(n8n): add environment variable for editor base URL As recommended in n8n best practices. * feat(n8n): add smtp environment variables
2022-10-16fix(appwrite): prevent naming conflicts (#765)Ronald Loyko
2022-10-16feat(rocketchat): fix restrictive regexes and bump version (#764)Ronald Loyko
* feat(rocketchat): bump version * feat(rocketchat): bump mongodb version * fix(rocketchat): update restrictive regexes * feat(rocketchat): add enabling websocket note
2022-10-16Update ackee.yml (#763)Triston Wasik
updated default version to one that is useable. (pre 3.0.0 no longer exists on docker)
2022-10-15 iRedMail - Update requirements (#762)Ido S
* iRedMail - Open Source Mail Server * Formatted with prettier^2.0.5 * Local Check - iredmail.yml * Adding requirements * Formatted with prettier * Formatted with [email protected] * Formatted with formatter CLI Co-authored-by: Ido S <[email protected]> Co-authored-by: Ido s <[email protected]>
2022-10-12Feat add transfer sh (#758)Luis Lopes
* Added transfer.sh * Added logo * Don't use latest * formatter * Fixed variable name
2022-10-12feat: add botpress (#759)Ronald Loyko
* feat: add botpress * fix(botpress): improve wording * fix(botpress): language file permissions * feat(botpress): add instructions
2022-10-11feat: add typebot (#760)Ronald Loyko
2022-10-10feat(poste-io): instructions and customization (#754)Ronald Loyko
* feat(poste-io): instructions and customization * fix(poste-io): change URL scheme in instructions * fix(poste-io): wording in instructions * fix(poste-io): remove port customization
2022-10-10feat: add gotenberg (#756)Ronald Loyko
* feat: add gotenberg * feat(gotenberg): add image * feat(gotenberg): add instructions
2022-10-09feat: add novu (#757)Ronald Loyko
2022-10-09feat(kutt): customization and bump version (#755)Ronald Loyko
2022-10-07feat: add planka (#752)Ronald Loyko
2022-10-07feat: add owncast (#751)Ronald Loyko
2022-10-07feat: add openvpn-as (#750)Ronald Loyko
2022-10-07feat: add lago (#753)Ronald Loyko
2022-10-07feat: add ghostfolio (#741)Ronald Loyko
2022-10-06added GlitchTip (#749)Peter Achberger
* added GlitchTip * make prettier
2022-10-03Bump Weblate to latest version (#747)Rychart Redwerkz
2022-10-02feat: add keila (#746)Ronald Loyko
2022-10-02refactor: switch lightning implementation to cln (#745)Ronald Loyko
2022-10-01[update] removing appsmith no database (#744)Bukhori Muhammad Aqid
2022-09-30feat: add btcpayserver (#743)Ronald Loyko
* 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
2022-09-28fix: add username var to end instructions (#738)Ronald Loyko
2022-09-28feat: add crater (#737)Ronald Loyko
* feat: add crater * fix: turn off optimizations * feat: add crater logo * refactor: remove queue worker options * fix: improve start instructions
2022-09-27feat: add woodpecker (#733)Ronald Loyko
* feat: add woodpecker * feat: add agent configurations * feat: add more start instructions
2022-09-27fix: typo in appwrite (#732)Ronald Loyko
2022-09-26feat: update appwrite (#731)Ronald Loyko
* feat: update appwrite closes #633 closes #551 * fix: remove comments * fix: open runtimes network
2022-09-26feat: add webtop (#729)Ronald Loyko
* feat: add webtop * feat: add webtop logo * fix: use explicit version
2022-09-26feat: add openvscode-server (#730)Ronald Loyko
* feat: add openvscode-server * fix: use explicit version
2022-09-25feat: update Penpot (#728)Ronald Loyko
Co-authored-by: Ronald Loyko <[email protected]>
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