diff options
| author | Irvin <[email protected]> | 2020-10-22 19:19:30 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-22 19:19:30 -0400 |
| commit | a97058d51e904089c1f9512d5024d87dab44a7aa (patch) | |
| tree | ee92bf53c186ff61d52da1152cd262fa620de9ef | |
| parent | 555330003ab90274fcf8fdffe183bb50a7b5543b (diff) | |
| download | caprover-one-click-apps-a97058d51e904089c1f9512d5024d87dab44a7aa.tar.gz caprover-one-click-apps-a97058d51e904089c1f9512d5024d87dab44a7aa.zip | |
Adding organizr logo and captain file (#285)
* Adding organizr logo and captain file
* Ran formatter
| -rw-r--r-- | public/v4/apps/organizr.yml | 50 | ||||
| -rw-r--r-- | public/v4/logos/organizr.png | bin | 0 -> 22245 bytes |
2 files changed, 50 insertions, 0 deletions
diff --git a/public/v4/apps/organizr.yml b/public/v4/apps/organizr.yml new file mode 100644 index 0000000..fe426bc --- /dev/null +++ b/public/v4/apps/organizr.yml @@ -0,0 +1,50 @@ +captainVersion: 4 +services: + '$$cap_appname': + image: organizr/organizr:$$cap_version + environment: + TZ: '$$cap_tz' + PHP_TZ: '$$cap_tz' + fpm: '$$cap_fpm' + branch: '$$cap_branch' #'v2-master' #v2-master or #v2-develop + PUID: 1000 + PGID: 1000 + + volumes: + - '$$cap_appname-config:/config' + caproverExtra: + containerHttpPort: '80' +caproverOneClickApp: + variables: + - id: '$$cap_version' + label: Organizr Version + defaultValue: 'amd64' + description: Check out their Docker page for the valid tags https://hub.docker.com/r/organizr/organizr/tags + validRegex: "/^([^\\s^\\/])+$/" + + - id: '$$cap_fpm' + label: Set FPM to True or False + defaultValue: 'true' + description: Should Organizr us a socket connection instead of TCP? + validRegex: '/^(true | false)/' + + - id: '$$cap_branch' + label: Organizr branch + defaultValue: 'v2-master' + description: Branch name to use + + instructions: + start: |- + Do you have quite a bit of services running on your computer or server? Do you have a lot of bookmarks or have to memorize a bunch of ip's and ports? + Well, Organizr is here to help with that. Organizr allows you to setup "Tabs" that will be loaded all in one webpage. You can then work on your server with ease. + Want to give users access to some Tabs? No problem, just enable user support and have them make an account. + Want guests to be able to visit too? Enable Guest support for those tabs. + + More information: https://github.com/causefx/Organizr/ + + end: |- + Organizr has been successfully deployed! + displayName: Organizr + isOfficial: true + description: An HTPC/Homelab services organizer that is written in PHP. + documentation: See https://docs.organizr.app/ diff --git a/public/v4/logos/organizr.png b/public/v4/logos/organizr.png Binary files differnew file mode 100644 index 0000000..fa6102b --- /dev/null +++ b/public/v4/logos/organizr.png |
