diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
| commit | 723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch) | |
| tree | 0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/photoprism.yml | |
| parent | 9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff) | |
| download | caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip | |
Fixed build
Diffstat (limited to 'public/v4/apps/photoprism.yml')
| -rw-r--r-- | public/v4/apps/photoprism.yml | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/public/v4/apps/photoprism.yml b/public/v4/apps/photoprism.yml index 124e6a7..13e1e75 100644 --- a/public/v4/apps/photoprism.yml +++ b/public/v4/apps/photoprism.yml @@ -1,29 +1,31 @@ captainVersion: 4 services: - $$cap_appname: - image: photoprism/photoprism:$$cap_photoprism_version - volumes: - - $$cap_appname-data:/photoprism/originals/ - restart: always - caproverExtra: - containerHttpPort: "2342" + $$cap_appname: + image: photoprism/photoprism:$$cap_photoprism_version + volumes: + - $$cap_appname-data:/photoprism/originals/ + restart: always + caproverExtra: + containerHttpPort: '2342' caproverOneClickApp: - variables: - - id: $$cap_photoprism_version - label: Photoprism Version - defaultValue: "20200427" - description: Check out their Docker page for the valid tags - https://hub.docker.com/r/photoprism/photoprism/tags - validRegex: /^([^\s^\/])+$/ - instructions: - start: PhotoPrism is a server-based application for browsing, organizing and - sharing your personal photo collection. It makes use of the latest - technologies to automatically tag and find pictures without getting in - your way. - end: Photoprism is deployed and available as $$cap_appname. Please also enable - Websockets in the Caprover UI. When you log in the default password is - 'photoprism' - displayName: Photoprism - isOfficial: true - description: An app for browsing, organizing and sharing your personal photo collection. - documentation: Taken from https://hub.docker.com/r/photoprism/photoprism + variables: + - id: $$cap_photoprism_version + label: Photoprism Version + defaultValue: '20200427' + description: Check out their Docker page for the valid tags + https://hub.docker.com/r/photoprism/photoprism/tags + validRegex: /^([^\s^\/])+$/ + instructions: + start: + PhotoPrism is a server-based application for browsing, organizing and + sharing your personal photo collection. It makes use of the latest + technologies to automatically tag and find pictures without getting in + your way. + end: + Photoprism is deployed and available as $$cap_appname. Please also enable + Websockets in the Caprover UI. When you log in the default password is + 'photoprism' + displayName: Photoprism + isOfficial: true + description: An app for browsing, organizing and sharing your personal photo collection. + documentation: Taken from https://hub.docker.com/r/photoprism/photoprism |
