summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBen <[email protected]>2020-04-29 01:43:07 +0100
committerGitHub <[email protected]>2020-04-28 20:43:07 -0400
commit2b80325b99a698a2510b30913e6a69cf1e1bbc9c (patch)
tree78137591857d69be059b245ddaaffdf8236493bc
parent37abf28c342eee9dab8054fa4d4bb1862c2958c4 (diff)
downloadcaprover-one-click-apps-2b80325b99a698a2510b30913e6a69cf1e1bbc9c.tar.gz
caprover-one-click-apps-2b80325b99a698a2510b30913e6a69cf1e1bbc9c.zip
Add Photoprism (#164)
-rw-r--r--public/v2/apps/photoprism.json31
-rw-r--r--public/v2/logos/photoprism.pngbin0 -> 6330 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/public/v2/apps/photoprism.json b/public/v2/apps/photoprism.json
new file mode 100644
index 0000000..d36690d
--- /dev/null
+++ b/public/v2/apps/photoprism.json
@@ -0,0 +1,31 @@
+{
+ "captainVersion": "2",
+ "documentation": "Taken from https://hub.docker.com/r/photoprism/photoprism",
+ "displayName": "Photoprism",
+ "description": "An app for browsing, organizing and sharing your personal photo collection.",
+ "dockerCompose": {
+ "version": "3.3",
+ "services": {
+ "$$cap_appname": {
+ "image": "photoprism/photoprism:$$cap_photoprism_version",
+ "containerHttpPort": "2342",
+ "volumes": [
+ "$$cap_appname-data:/photoprism/originals/"
+ ],
+ "restart": "always"
+ }
+ }
+ },
+ "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'"
+ },
+ "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^\\/])+$/"
+ }
+ ]
+}
diff --git a/public/v2/logos/photoprism.png b/public/v2/logos/photoprism.png
new file mode 100644
index 0000000..2e88037
--- /dev/null
+++ b/public/v2/logos/photoprism.png
Binary files differ