Commit Graph

852 Commits

Author SHA1 Message Date
Stanislav Khromov ff855ced02
Update Umami repository, links and version (#716)
* Update Umami repository, links and version

* Formatting
2022-09-18 11:27:22 -07:00
Niek van der Maas 086ccdb2ac
Bump Elasticsearch and Kibana to v8 (#710)
* Bump Elasticsearch and Kibana to v8

* Added `SERVER_PUBLICBASEURL`
2022-09-07 15:29:22 -07:00
MYerouPaleBlue 228ebe329d
Fix Listmonk one-click app (wiping DB every time) (#708)
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))
2022-09-04 10:49:52 -07:00
Edmundo Sanchez 217592aa18
Add airflow one click app (#704)
* 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-22 22:14:09 -07:00
Andre Kutianski bd28102aba
update: strapi docker image (#697)
* 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-21 20:46:47 -07:00
Debdut Chakraborty ca33c5ad8f
Require email address for admin account creation (#703) 2022-08-20 16:09:09 -07:00
Kasra Bigdeli d4b64b39a4
Updated filebrowser version
Fixed https://github.com/caprover/caprover/issues/1498
2022-08-18 18:38:07 -07:00
Jonas Zohren 487903bcf1
add Matrix Conduit (#702) 2022-08-15 21:17:43 -07:00
Andre Kutianski 85f739fb0d
update maildev.yml (#701)
* add MailDev to one-click-apps #695

* update maildev.yml
2022-08-14 22:18:45 -07:00
Kasra Bigdeli 2bf0c2a152
Update invidious.yml
https://github.com/caprover/one-click-apps/pull/698
2022-08-12 13:01:27 -07:00
Jonas Zohren 05806284a1
Update monica to latest version (3.7) (#699) 2022-08-12 07:19:16 -07:00
Kasra Bigdeli e6c85cb705
Update invidious.yml 2022-08-11 20:22:59 -07:00
kendofriendo dca7b00475
Patch 1 (#698)
* 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-11 20:20:24 -07:00
Andre Kutianski 4ec4a4144f
add MailDev to one-click-apps #695 (#696) 2022-08-10 20:52:46 -07:00
Joe Innes 3f13ac3255
Fix typo (#694)
STMP -> SMTP
2022-08-07 08:13:39 -07:00
Edmundo Sanchez 913d6835d4
Fix typo on allow cheats variable (#689) 2022-07-31 20:32:25 -07:00
AriaieBOY fbec355229
Update umami apps names (#679)
* Update umami-mysql.yml

* Update umami-only.yml

* Update umami-postgresql.yml
2022-07-31 20:28:55 -07:00
Kasra Bigdeli f5453a07ba Fixed formatting 2022-07-31 08:02:40 -07:00
Edmundo Sanchez 69fbfaa172
Add minecraft-bedrock-server app (#686)
* 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-31 08:01:35 -07:00
Kasra Bigdeli 5d143db547 Fixed formatting 2022-07-31 08:00:17 -07:00
Schiriki 80053a8de3
New app: Matrix Synapse (#684)
* 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-31 07:59:46 -07:00
Brahyam Meneses 2cfe45f09c
Updates Wordpress to v6 and MySQL to v8 (#685) 2022-07-31 07:56:50 -07:00
Vishnu Narayanan 628e2843a6
Update Chatwoot default version to 2.7.0 (#687) 2022-07-31 07:55:56 -07:00
Andrey Zontov b06a9b8af9
Add EmailEngine app (#676)
* Add EmailEngine app

* Add EmailEngine logo

* Remove `--reguirepass` flag for Redis instance

* Update yml build file

* Apply Prettier style to emailengine.yml
2022-07-07 11:55:46 -07:00
Matthieu Borgognon 7b1a99847f
Update outline to v0.64+ & add OIDC connection & add SMTP config & doc (#677)
* 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-06 15:52:31 -07:00
Matthieu Borgognon d1b89fe65f
Upgrade keycloak to v18+ and switch to official repos breaking changes (#675)
* 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-07-05 18:00:24 -07:00
AriaieBOY 786b53a341
update umami-postgresql and added umami-mysql (#674)
* 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-28 16:20:03 -07:00
Matteias Collet 803b64ade8
add imgproxy (#673)
* add imgproxy

* add missing newline to imgproxy config
2022-06-27 11:36:57 -07:00
Nauman Shakir 033866ad60
Mattermost one click app (#663)
* 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-24 15:52:38 -07:00
Baptiste Arnaud 09f9db2d4e
Update default n8n version (#672) 2022-06-23 09:56:48 -07:00
Matthieu Borgognon 1638debf1c
Update Ghost to v5 breaking changes (#670)
* Update Ghost to v5 breaking changes

* Fix formatting issue
2022-06-14 12:48:31 -07:00
sandrohanea 03f3819e7d
Updated healthcheck file and fixed typo (#667)
#666
2022-06-03 07:37:31 -07:00
Jordan Hall 39577b1ea6
Add version support (#665) 2022-06-01 19:19:21 -07:00
Alexandre 0ddaef9d94
Adding TZ Env to ChadBurn Captain file (#661)
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-12 22:45:56 -07:00
borjarobert 297bf1c96a
Add Mayan EDMS (#656)
* 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-07 07:59:18 -07:00
Matías Fort 5e63ffeb62
Add CouchDB with Clouseau (Full Text Search) as one click app (#658)
* 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-05-01 10:47:36 -07:00
Daniel Rataj fd7bdd8700
Use official Redis image (#657)
Co-authored-by: Daniel Rataj <daniel.rataj@mall.cz>
2022-04-29 08:48:49 -07:00
Dorian 9ac2be5dd1
Update FileRun to latest version (#653) 2022-04-27 17:54:01 -07:00
Daniel Rataj 7151c7337d
Update Appwrite logo (#642)
Co-authored-by: Daniel Rataj <daniel.rataj@mall.cz>
2022-04-27 17:47:23 -07:00
Johannah Sprinz 0fd1f8e992
remove unneeded volume mount (#652)
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-24 10:24:31 -07:00
Malte Kiefer b2a2b35473
Update zammad to latest version (#646) 2022-04-20 11:24:25 -07:00
Stephen Davis ddd2fbd3ea
Made two minor corrections to the existing Percona Server app. (#644)
* Opted for cleaner '$$cap_appname' w/o '-percona'

* Corrected link for available tags
2022-04-13 06:23:30 -07:00
marcusique 0448ee8a08
Plex for ARM (#640)
* added plex-arm

* added plex-arm icon

* applied prettier

Co-authored-by: Mark A <markajtay@gmail.com>
2022-04-03 06:55:10 -07:00
Daniel Rataj c5189effdb
Update Appwrite logo (#639)
Co-authored-by: Daniel Rataj <daniel.rataj@mall.cz>
2022-03-30 06:33:09 -07:00
Daniel Rataj 09eefb0f7e
Add Appwrite (#638)
* Add Appwrite

* Update formatter

* Update dockerfileLines

Co-authored-by: Daniel Rataj <daniel.rataj@mall.cz>
2022-03-28 19:23:00 -07:00
Martin Mariano 7c1512557c
Added: Prerender (#631)
Signed-off-by: Martin <martin@hotmail.com.br>
2022-03-04 17:19:48 -08:00
Martin Mariano 905df50d9d
fix: fixed incorrect envar name (#632)
Signed-off-by: Martin <martin@hotmail.com.br>
2022-03-04 17:18:10 -08:00
David Dembeck 0f7d962618
bump meilisearch defaultValue (#629)
Also fix curl command as they use Bearer now.
2022-02-28 21:37:01 -08:00
Kasra Bigdeli 1de256dc6b Readded ohmyforms https://github.com/caprover/one-click-apps/pull/284 2022-02-26 11:54:35 -08:00
Kasra Bigdeli 9de1983742 Revert "Removed ohmyforms https://github.com/caprover/one-click-apps/pull/284"
This reverts commit 93e3538639.
2022-02-26 11:39:31 -08:00