Commit Graph

463 Commits

Author SHA1 Message Date
ecb054496b feat: add joplin/server (#399) 2021-04-21 08:25:34 -04:00
ff17418bf1 Add Penpot app. Closes #359 (#398) 2021-04-21 08:24:05 -04:00
05230a43be Remove db prefix for thumbor (#396)
* Remove db prefix for thumbor

Let the user choose how they want to name it.

* Changed the volume name to be more clearer
2021-04-20 20:19:03 -04:00
e6dabc8067 Upgrade bitwarden_rs from 1.15.1 to 1.20.0 (#397)
* upgrade strapi to 3.5.4

* upgrade bitwarden_rs from 1.15.1 to 1.20.0 + better config

* fix typo

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-20 20:18:19 -04:00
bb80fca9c3 upgrade strapi to 3.5.4 (#395)
Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-20 20:17:46 -04:00
4f42eccfc2 Updated Paperless-ng with additional variables (#392)
* added more variables supported by paperless-ng and added variable descriptions

* fixed regex validator for numeric inputs and email

* fixed regex validator

* removed a few optional variables

* unique variable name patterns

* added url protocol for CORS header

* added pre-consume script variable

Co-authored-by: ak4zh <akash@gmail.com>
2021-04-20 20:07:54 -04:00
031af00b24 Add Seafile (#390)
* Add Seafile

* chore: add seafile logo & format
2021-04-20 20:05:39 -04:00
493e7d6af1 added HedgeDoc (#389) 2021-04-20 20:04:28 -04:00
9f4f0914d4 Added paperless-ng (#388)
* Added paperless-ng

* fixed prettier check
2021-04-19 08:28:58 -04:00
7149329fd2 Modification env variable for N8N database usage ! (#384)
according to : https://github.com/n8n-io/n8n/blob/master/docker/compose/withPostgres/docker-compose.yml

Co-authored-by: Loic @laruche <loic@bby.ma>
2021-04-12 15:48:19 -04:00
aa2c985253 Adding Fider - No Database (#381)
* [add] fider

* [update] fider host domain

* [update] PR feedback
2021-04-10 08:23:56 -04:00
48d2870e6e Update chaskiq.yml (#378)
replaced mimemagic dependence
2021-03-27 05:01:04 -04:00
dbbc09ebdb Fixed formatting 2021-03-25 19:38:54 -04:00
3f6404bfa6 Fixed formatting 2021-03-25 19:38:07 -04:00
1d288f8d7a Adding Akaunting (#377)
* Add Akaunting

Tested it on my instance and it works perfect. All images used are from official sources.

* Add Akaunting logo

Added Akaunting logo downloaded from their official website https://akaunting.com/

* Change docker tag from "latest" to 2.1.8 

Change docker tag from "latest" to 2.1.8

* Updated as per comments

Removed ports: 8080:80 as per comment - CapRover automatically reverse proxy to your app. Added the the db version.

* Create node.js.yml

* Create formatter.yml

* Delete formatter.yml

* Delete node.js.yml

Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
2021-03-25 19:37:53 -04:00
00496e2590 Fixed formatting 2021-03-25 19:37:15 -04:00
877a3bc579 Fixed formatting 2021-03-25 19:36:49 -04:00
7530c03ae9 Update chaskiq.yml (#376) 2021-03-22 08:36:54 -04:00
0a9885932f Allow users to set code-server version (#374)
* Update code-server to latest version

* Add ability to define version by users
2021-03-17 18:21:47 -04:00
76cf35c938 Bsr normalize descriptions (#371)
* BSR: use check out as the fact to check instead of checkout

* BSR: remove useless whitespace

whitespaces removed are the whitespace at the end of the line of lines followed by empty lines on files where checkout was replaced by check out

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
2021-03-17 07:56:19 -04:00
91daa6b904 Tidy instructions spelling & spacing (#369)
* tidy up instructions spelling/spacing

* remove spaces in empty lines

Co-authored-by: Edward <edward@finchit.co.za>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
2021-03-14 14:09:07 -04:00
8ed35e268f Upgrade Strapi from beta to 3.5.3 (#370)
Upgrade strapi. Upgrade mongodb dependencies. Remove the root user for mongo to secure the database. Add generated mongoDB password to help users

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-03-14 13:58:05 -04:00
3459043ada Update etesync.yml (#368)
spelling
2021-03-09 18:49:32 -05:00
d09a8b018c Improved InfluxDb2 2021-02-28 16:56:44 -05:00
1ef3a2c238 Added telegraf 2021-02-28 15:52:05 -05:00
cd826525f6 Added telegraf 2021-02-28 15:48:52 -05:00
982f6b6828 Added influxdb2 2021-02-28 15:25:53 -05:00
d21522f529 Changed to standard version instead of hashes 2021-02-28 14:24:12 -05:00
d23ab02167 chore: fix breakage with caprover installations (#366) 2021-02-23 08:57:07 -05:00
1c5692a91c Improved Dokuwiki 2021-02-21 12:36:59 -05:00
6e416d771e Updated Dokuwiki 2021-02-21 10:46:20 -05:00
2019f4256f Remove the suffix of sentry from the url prefix (#365) 2021-02-20 14:23:43 -05:00
512312d2fb Use $$cap_root_domain to help facilitate the easy setup of sentry (#364)
* Use $$cap_root_domain to help facilitate the easy setup of sentry

* Add http prefix
2021-02-20 13:06:32 -05:00
c3b2e34813 Update chaskiq.yml (#362)
version 0.7.1
2021-02-13 06:26:03 -05:00
6a199b6d3f add mattermost entreprise edition (#361)
* add mattermost entreprise edition

* change mattermost entreprise to mattermost prod (wich is mattermost entreprise)

* add mattermost ee logo

* fix lint

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-02-10 19:43:54 -05:00
901226eeec [update] fix formio error (#358) 2021-02-05 08:20:44 -05:00
1514424a23 Weblate translation management service (#325)
* Weblate translation service

* Add missing environment variables

* Make open registration configurable

* Run linter

* Fix app volume

* Fix volume mount

* Various fixes to cap setup options

* Better descriptions for variables in weblate

* Fixes to weblate (image version and env var name)
2021-01-21 18:53:25 -05:00
e162813fce Fix: mastodon sidekiq volume (#353) 2021-01-21 10:39:46 -05:00
96f8cc2cc7 added missing env option for monica and a little change (#351)
* added missing env option for monica & and a little change

* added missing env option for monica and a little change
2021-01-19 20:01:36 -05:00
f217b81e30 Update mongo-express.yml 2021-01-15 21:16:48 -05:00
eea62a2ea6 Add Shiori, a simple link saving service (#346)
This commit adds a configuration file and logo for [Shiori], a simple
link saving service. Shiori can also save copies of the pages you save
with it.
2021-01-14 17:58:01 -05:00
ff693735a6 Update code-server version (#344) 2021-01-10 19:04:27 -05:00
957061d4cb Update organizr.yml 2021-01-09 14:05:18 -05:00
b57f7faee5 Chaskiq upgrade (#342)
* add chaskiq one click

* version tag

* prettier on chaskiq.yml

* formatted
2021-01-07 18:10:58 -05:00
5041131cd5 Update photoprism.yml 2021-01-07 08:18:57 -05:00
9e8e8b3ad5 Update mastodon.yml 2021-01-01 15:52:07 -05:00
1017a3be6b Added Mastodon (#338)
*  Added Mastodon

* Added instructions
2021-01-01 15:50:40 -05:00
b813233438 Chaskiq oneclick (#337)
* add chaskiq one click

* version tag

* prettier on chaskiq.yml

* Update chaskiq.yml

update tag version

* Update chaskiq.yml

documentation details, fix domain
2020-12-31 12:36:12 -05:00
2758c73e4a Added Statping & Radarr (#336)
*  Added Statping

*  Added Radarr

* 💎 changed version
2020-12-29 19:45:35 -05:00
c9f929f74c Added Duplicati & removed port mapping in lychee 🔧 (#334)
* 🔧 removed port mapping in lychee

* 🔧 removed port mapping in lychee

*  Added Duplicati
2020-12-24 12:27:06 -05:00