Commit Graph

488 Commits

Author SHA1 Message Date
Yannik Zimmermann 7945d81cdf
Adds umami (#426)
* feat(rstudio-server): adds yml for rstudio server one-click

* fix(rstudio-server): fixed version not to use latest because it could break the one-click-app

* fix: add volume to rstudio to keep persistent data and updated isOfficial value

* fix: updated description to be under 200 characters

* feat(umami): adds umami web-analytics deployment with caprover-umami

* fix: formatting of umami yml

* fix: run prettier to comply yml formatting

* feat: update to caprover-umami postgresql-5ecaf55
2021-05-07 08:32:42 -04:00
Ak4zh 050095b0b0
Added Supabase (#425)
* added supabase postgres

* fixed empty file

* fixed code formatting issues

Co-authored-by: Akash Agarwal <ak@pop-os.localdomain>
2021-05-06 08:29:46 -04:00
Yannik Zimmermann 225036469d
Adds rstudio server (#424)
* feat(rstudio-server): adds yml for rstudio server one-click

* fix(rstudio-server): fixed version not to use latest because it could break the one-click-app

* fix: add volume to rstudio to keep persistent data and updated isOfficial value

* fix: updated description to be under 200 characters
2021-05-06 08:27:50 -04:00
Long Nguyen 5ded7872e4
Add focalboard (#414)
* feat: add Focalboard

* chore: format code
2021-05-05 21:53:30 -04:00
Vladimir Andrienko 3e59084176
Add ONLYOFFICE Document Server support (#423) 2021-05-05 21:50:35 -04:00
Vladimir Andrienko 14881e521e
Add Seafile (official image) support (#422)
* Add Seafile support

* Remove not required variables from Seafile Offical
2021-05-05 21:50:02 -04:00
Long Nguyen 76b0b4d582
Add Papercups (#421)
* wip: add Papercups

* chore: add missing papercups env vars

* chore: fix papercups image tag
2021-05-05 21:48:19 -04:00
kgnfth 463383111f
Bump qBittorrent from 14.2.5 to 14.3.5 (#420)
And updated instructions.
2021-05-04 18:38:10 -04:00
kgnfth 688f77cffa
qBittorent change UMASK_SET to UMASK (#415)
See: https://docs.linuxserver.io/images/docker-qbittorrent#versions
version 20.01.21
2021-05-04 08:41:52 -04:00
Stephen Davis 3be7ec633b
Corrected for spelling and RegEx validation (#417)
This template contained several misspellings of "SMTP" and--I'm not entirely sure what the exact cause of this was, as I could not repeat the errors on templates with similar formatting--the RegEx rules would persistently fail for the SMTP boolean settings. I tested across several browsers and encountered the same problem. After wrapping the default values with ' ' they stopped failing the RegEx check. This pull request should be paired with another with similar changes in the GH Pages template.
2021-05-04 08:39:26 -04:00
Ak4zh 49b2833b48
Added meilisearch (#409)
* added meilisearch

* added more environment variables

* fixed prettier errors

* updated post deployment message with instructions to easily obtain public and private keys

* hardcoded data dirs to default values and removed variables
2021-05-03 08:53:05 -04:00
Simon Belbeoch d4edd8530d
allow more than one domain on nextcloud allowed domains variables are not read on nextcloud reboot (#410)
Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-26 19:28:15 -04:00
Simon Belbeoch 6662d44209
Upgrade Matomo from 3.11.0 to 4.2.1 (#408)
* upgrade mariaDB of matomo from 10.4 to 10.5.9

* add default password of mariadb for matomo

* upgrade matomo from 3.11.0 to 4.2.1 and change database configuration

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-24 20:53:16 -04:00
Long Nguyen 3ddc24038d
feat: add InvoiceNinja (#406)
* feat: add InvoiceNinja

* fix: tweak invoice ninja
2021-04-24 17:10:20 -04:00
Simon Belbeoch 849d981d5b
Upgrade nextcloud from 19.0.0 to 21.0.1 (#405)
* add intelliJ idea's project configuration to gitignore

* upgrade mariadb from 10.5.3 to 10.5.9 for nextcloud

* add redis to nextcloud and upgrade from 19.0.0 to 21.0.1

* remove bad http port for nextcloud

* improve nextcloud end instructions

Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-23 19:25:41 -04:00
Long Nguyen f70b3a6307
feat: add changedetection.io (#404) 2021-04-23 08:48:23 -04:00
Kasra Bigdeli ecfce02a93 Fixed docker binding 2021-04-22 21:24:49 -04:00
Simon Belbeoch 8b142a9616
upgrade n8n from 0.67.3 to 0.116.1 (#403)
Co-authored-by: Simon Belbeoch <simon.belbeoch@octo.com>
2021-04-22 21:22:45 -04:00
Long Nguyen 5c6854d9e0
feat: add Seatable (#402) 2021-04-22 08:47:04 -04:00
Long Nguyen ecb054496b
feat: add joplin/server (#399) 2021-04-21 08:25:34 -04:00
kgnfth ff17418bf1
Add Penpot app. Closes #359 (#398) 2021-04-21 08:24:05 -04:00
kgnfth 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
Simon Belbeoch 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
Simon Belbeoch 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
Ak4zh 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
Long Nguyen 031af00b24
Add Seafile (#390)
* Add Seafile

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

* fixed prettier check
2021-04-19 08:28:58 -04:00
laruche 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
Bukhori Muhammad Aqid aa2c985253
Adding Fider - No Database (#381)
* [add] fider

* [update] fider host domain

* [update] PR feedback
2021-04-10 08:23:56 -04:00
Miguel Michelson Martinez 48d2870e6e
Update chaskiq.yml (#378)
replaced mimemagic dependence
2021-03-27 05:01:04 -04:00
Kasra Bigdeli dbbc09ebdb Fixed formatting 2021-03-25 19:38:54 -04:00
Kasra Bigdeli 3f6404bfa6 Fixed formatting 2021-03-25 19:38:07 -04:00
pubmania 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
Miguel Michelson Martinez 7530c03ae9
Update chaskiq.yml (#376) 2021-03-22 08:36:54 -04:00
Damian Stasik 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
Simon Belbeoch 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
Edward 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
Simon Belbeoch 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
Edward 3459043ada
Update etesync.yml (#368)
spelling
2021-03-09 18:49:32 -05:00
Kasra Bigdeli d09a8b018c Improved InfluxDb2 2021-02-28 16:56:44 -05:00
Kasra Bigdeli 1ef3a2c238 Added telegraf 2021-02-28 15:52:05 -05:00
Kasra Bigdeli cd826525f6 Added telegraf 2021-02-28 15:48:52 -05:00
Kasra Bigdeli 982f6b6828 Added influxdb2 2021-02-28 15:25:53 -05:00
Kasra Bigdeli d21522f529 Changed to standard version instead of hashes 2021-02-28 14:24:12 -05:00
Sojan Jose d23ab02167
chore: fix breakage with caprover installations (#366) 2021-02-23 08:57:07 -05:00
Kasra Bigdeli 1c5692a91c Improved Dokuwiki 2021-02-21 12:36:59 -05:00
Kasra Bigdeli 6e416d771e Updated Dokuwiki 2021-02-21 10:46:20 -05:00
Andrew Graham-Yooll 2019f4256f
Remove the suffix of sentry from the url prefix (#365) 2021-02-20 14:23:43 -05:00
Andrew Graham-Yooll 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
Miguel Michelson Martinez c3b2e34813
Update chaskiq.yml (#362)
version 0.7.1
2021-02-13 06:26:03 -05:00
Simon Belbeoch 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
Bukhori Muhammad Aqid 901226eeec
[update] fix formio error (#358) 2021-02-05 08:20:44 -05:00
Sérgio 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
kgnfth e162813fce
Fix: mastodon sidekiq volume (#353) 2021-01-21 10:39:46 -05:00
kgnfth 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
Kasra Bigdeli f217b81e30
Update mongo-express.yml 2021-01-15 21:16:48 -05:00
Nathaniel Knight 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
Broch Stilley ff693735a6
Update code-server version (#344) 2021-01-10 19:04:27 -05:00
Kasra Bigdeli 957061d4cb
Update organizr.yml 2021-01-09 14:05:18 -05:00
Miguel Michelson Martinez b57f7faee5
Chaskiq upgrade (#342)
* add chaskiq one click

* version tag

* prettier on chaskiq.yml

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

* Added instructions
2021-01-01 15:50:40 -05:00
Miguel Michelson Martinez 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
kgnfth 2758c73e4a
Added Statping & Radarr (#336)
*  Added Statping

*  Added Radarr

* 💎 changed version
2020-12-29 19:45:35 -05:00
kgnfth 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
kgnfth 085f998844
Added Metabase (#333)
*  Added Metabase

*  Added Metabase
2020-12-22 17:54:47 -05:00
kgnfth 4b28458a91
Added AdGuard Home (#330)
*  Added AdGuard Home

* removed port 80/443
2020-12-22 10:23:17 -05:00
Alexander Potemkin f0d348b9ac
Correcting n8n-io.yml docker path for database (#329) 2020-12-22 09:07:57 -05:00
kgnfth 912ca0a08f
Added Commento (#327) 2020-12-21 08:12:42 -05:00
voraczech 3892d19055
change posgress validation redex in posgres-strapi (#326) 2020-12-20 09:45:38 -05:00
Bukhori Muhammad Aqid f05943157c
Appsmith without database (#324)
* [add] appsmith without database

* [update] formatting
2020-12-20 09:27:46 -05:00
Bukhori Muhammad Aqid 3cb85a220d
Form.io (#321)
* [add] form.io

* [delete] smtp default value
2020-12-19 11:58:53 -05:00
kgnfth a5d5dcaaf0
Remove containerHttpPort 80 🔥 (#322) 2020-12-17 19:23:50 -05:00
kgnfth 77a42b34f8
added Wallabag #317 (#320) 2020-12-15 19:21:12 -05:00
Kasra Bigdeli 71d95e60ed
Update nginx-reverse-proxy.yml 2020-12-07 21:15:09 -05:00
kgnfth 6a3f167a4f
Added Monica #288 (#311)
* Added Monica #288

* Monica minor improvements
2020-12-05 08:35:40 -05:00
Joscha Götzer ab85f84422
Setup instructions for after installing Portainer (#312) 2020-12-04 21:17:31 -05:00
kgnfth 1433761920
Removed the "command" parameter from searx.yml (#310) 2020-12-04 09:20:58 -05:00
kgnfth 63438c232c
Added Searx (#309)
* Added Searx

* Fix Searx

* A little fix
2020-12-04 07:47:01 -05:00
kgnfth 9ebfdb7697
Added Chevereto, Ackee, Heimdall, Lychee, qBittorent, Sonarr, Strapi-postgresql (#306)
* Added Sonarr

* Added qBittorent

* Added Lychee

* Added Heimdall

* Added Ackee

* Added Chevereto

* Added strapi-postgresql
2020-11-24 19:04:40 -05:00
Bukhori Muhammad Aqid 1df3708f11
Add OrangeHRM (#300)
* [add] orange hrm configuration

* [update] formatting

* [update] reduce description
2020-11-24 08:05:54 -05:00
kgnfth 671510794b
Added correct proxy IP for PeerTube #107 (#302) 2020-11-21 07:45:02 -05:00
Daniel Rataj a37430b15c
Add Whoops Monitor (#298)
* Add Whoops Monitor

* Run prettier on the file

Co-authored-by: Daniel Rataj <daniel.rataj@mall.cz>
2020-11-13 20:37:16 -05:00
Pranav Raj S aff4fb58fe
Update default version of Chatwoot (#291) 2020-11-05 08:00:44 -05:00
Thomas Cenni 9be4c9d896
Added InvoicePlane. (#296)
* Adding Plausible Analytics.

* Prettify YAML.

* Update plausible.yml

Removed :ro ignored by Caprover.
Added list of docker images used by the app.

* Added InvoicePlane.

* Format invoiceplane.yml

* Using official MySQL image.

* Changed env variables for MySQL official image.
2020-11-03 21:49:23 -05:00
kgnfth ae670cb0d2
A simple typo fix in pgadmin4.yml ✏ (#295) 2020-11-02 14:17:05 -05:00
Touhid M Shaikh 37d7a146dc
Wordpress Databases Password Fix (#294)
* Wordpress Databases Password Fix

Allow special symbols in the databases password field.

* updated regex

updated regex
2020-11-02 08:31:24 -05:00
Kasra Bigdeli e5a4286009 Formatted 2020-10-29 22:42:29 -04:00
Thomas Cenni f49a3d0983
Adding Plausible Analytics. (#292)
* Adding Plausible Analytics.

* Prettify YAML.

* Update plausible.yml

Removed :ro ignored by Caprover.
Added list of docker images used by the app.
2020-10-29 22:41:37 -04:00
Kasra Bigdeli 385221fa47 Fixed https://github.com/caprover/one-click-apps/issues/289 2020-10-26 10:06:28 -04:00
Kasra Bigdeli 8b75d27e5e pgAdmin upgraded to official version 2020-10-25 15:53:12 -04:00
Simon Belbeoch ede2e4f679
[FIX] vscodium persistent data for theme and ssh key (#287)
Co-authored-by: SIBE <simon.belbeoch@octo.com>
2020-10-23 20:20:12 -04:00
Irvin a97058d51e
Adding organizr logo and captain file (#285)
* Adding organizr logo and captain file

* Ran formatter
2020-10-22 19:19:30 -04:00
Jan Sprinz 555330003a
Add ohmyforms (#284) 2020-10-20 18:51:54 -04:00
Sérgio 3840d5d2dc
Humhub Social media platform (#282)
* Humhub draft

* Run prettier
2020-10-20 18:51:13 -04:00
Fatih 8e7dfc8bca
Update portainer.yml (#279)
Portianer now uses portainer/portainer-ce
See: https://www.portainer.io/2020/08/portainer-ce-2-0-what-to-expect/
2020-10-08 08:14:26 -04:00
Fatih 16e2f15489
Do not force cap_appname-gitea as a sub (#278)
let users decide the app name theirself
and don't force it as cap_appname-gitea.domain.com
2020-10-07 21:25:53 -04:00
Kasra Bigdeli bc09ff24c4 Fixed env var 2020-10-07 20:32:14 -04:00
FloMaetschke 692dbd8e6e
Create node-red.yml (#277)
* Create node-red.yml

Adds Node-Red oneclick-app

* adds missing logo

* prettier formatter using vscode

* formatted with prettier not default vscode yaml...
2020-10-07 17:58:31 -04:00
Kasra Bigdeli f33ca414d6 Fixed the description 2020-10-02 23:33:03 -04:00
Kasra Bigdeli 2c748879a8 Added Tensorflow 2020-10-02 23:26:29 -04:00
Rodolfo Silva b5e7fb256d
Allow use of symbols in the redis password (#270)
* allow use symbols in the redis password

You can see the test case here: https://regex101.com/r/6ObzU2/1

* disallow double quote

You'd have to at least exclude `"` as it will breaks the JSON replacement when the template is being rendered.
2020-09-28 20:23:12 -04:00
Kasra Bigdeli 69b28dc094 Fixed format 2020-09-18 19:00:26 -04:00
Volker Kerkhoff d7cf44dc14
Further improvements to drone-gitea (#268)
* Some additional improvements

* Fix formatting
2020-09-18 19:00:08 -04:00
Kasra Bigdeli 095c64c23c Fixed format 2020-09-17 18:56:46 -04:00
Volker Kerkhoff e35c31396c
Latest drone, change from agent to docker runner (#267) 2020-09-17 18:56:14 -04:00
Kasra Bigdeli f3e1368da3
Updated Portrainer version
Fixed https://github.com/caprover/one-click-apps/issues/266
2020-09-17 18:52:53 -04:00
Kasra Bigdeli f1be067753 Formatted 2020-09-15 08:23:17 -04:00
Kasra Bigdeli 742f06762c
Update n8n-io.yml 2020-09-15 08:21:56 -04:00
sandrohanea dc62682321
Fixed: https://github.com/caprover/one-click-apps/issues/262 - VSTS agent (#263) 2020-09-11 08:29:55 -04:00
Kasra Bigdeli 39ec821ea2 Added Coral Talk 2020-09-07 19:19:10 -04:00
sandrohanea ab1e961a5e
Added Squidex (#260)
* Added squidex

* Changed description to be smaller

* prettified

* mend

* Fixed some comments from CR + changed appname-mongo to appname-db + added a clarification that the app should use https in order to work
2020-09-03 19:34:41 -04:00
Kasra Bigdeli 24958039b4 Formatted 2020-08-27 21:15:53 -04:00
Kasra Bigdeli 67700d506c
Update graylog.yml 2020-08-27 21:14:01 -04:00
Alex 878f457fe2
Add Cachet OCA (#257)
* Add Cachet OCA

* Implement feedback (@githubsaturn)
2020-08-26 09:29:36 -04:00
Rohit Singhal b2f8e8e1a9
Update default from email address env variable (#256)
As per documentation in https://github.com/passbolt/passbolt_docker#configure-passbolt
2020-08-26 09:24:10 -04:00
Alex 9f9910a7df
Add BookStack OCA (#253)
* Add BookStack OCA

* Implement feedback (@githubsaturn)

* Add version tag & move APP_URL to defaults
2020-08-26 07:29:43 -04:00
Ivan Stamenkovic 63e50d83d8
Add Kanboard SQLite version (#250)
* Add kanboard sqlite version

* propper case for sqlite

* prettier format missing enf of file line

* Update instructions with more info
2020-08-25 08:41:00 -04:00
Alex ab9e7e0ba5
Fix timezone config in CodiMD OCA (#254) 2020-08-25 08:32:57 -04:00
Pranav Raj S 6a3b5d6ef2
Update invalid option in environment (#247) 2020-08-25 08:02:50 -04:00
Alex 136be3cd6f
Add `notExposeAsWebApp` to CodiMD's DB service (#252) 2020-08-25 00:10:24 -04:00
Alex a4fc42c4ea
Add CodiMD OCA (#249)
* Add CodiMD yaml & png

* Run Prettier on yaml

* Implement feedback (@githubsaturn)
2020-08-24 23:19:49 -04:00
Kasra Bigdeli 427922c4f6
Update mongo-express.yml 2020-08-24 22:21:32 -04:00
Kasra Bigdeli f494dcdd0b
Update gitlab-ce.yml 2020-08-22 12:09:42 -04:00
Kasra Bigdeli af172b6680 Formatter on V4 2020-08-16 20:07:04 -04:00
Kasra Bigdeli 0e70ec541e migrate to v4 2020-08-16 20:03:15 -04:00
Kasra Bigdeli 83103a1809 Fixed build 2020-08-16 19:40:55 -04:00
Kasra Bigdeli 723ca5cca5 Fixed build 2020-08-16 19:37:46 -04:00
Kasra Bigdeli c711509c02 Fixed latest tag 2020-08-16 19:30:53 -04:00
Kasra Bigdeli 43505a20e8 migrated to v4 2020-08-16 19:24:26 -04:00
Kasra Bigdeli 090e2473bd Moved isOfficial under caproverOneClickApp property 2020-08-16 09:46:13 -04:00
Kasra Bigdeli 53fc299f36 Revert "Revert "Added private bin and v4""
This reverts commit f0ccc406dc.
2020-08-16 07:51:10 -04:00
Kasra Bigdeli f0ccc406dc Revert "Added private bin and v4"
This reverts commit 7c827cac0e.
2020-08-16 07:34:44 -04:00
Kasra Bigdeli 3cb7e7d6bb Revert "Added formatter for yml too"
This reverts commit f74d5219a6.
2020-08-16 07:34:16 -04:00
Kasra Bigdeli f74d5219a6 Added formatter for yml too 2020-08-16 07:32:04 -04:00
Kasra Bigdeli 7c827cac0e Added private bin and v4 2020-08-16 07:27:38 -04:00