Add share/embed/payments frontends and hosts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"contactEmail": "contact@ente.io",
|
||||
"website": "https://ente.io",
|
||||
"tagline": "Open source, end-to-end encrypted photo backup",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.6",
|
||||
"upstreamVersion": "git-main",
|
||||
"healthCheckPath": "/health",
|
||||
"httpPort": 3080,
|
||||
@@ -40,6 +40,27 @@
|
||||
"defaultValue": "albums",
|
||||
"aliasableDomain": true
|
||||
},
|
||||
"SHARE_DOMAIN": {
|
||||
"title": "Public locker hostname",
|
||||
"description": "Hostname for the Ente share/collaboration frontend (e.g. share)",
|
||||
"containerPort": 3080,
|
||||
"defaultValue": "share",
|
||||
"aliasableDomain": true
|
||||
},
|
||||
"EMBED_DOMAIN": {
|
||||
"title": "Embed hostname",
|
||||
"description": "Hostname for the Ente embed frontend (e.g. embed)",
|
||||
"containerPort": 3080,
|
||||
"defaultValue": "embed",
|
||||
"aliasableDomain": true
|
||||
},
|
||||
"PAYMENTS_DOMAIN": {
|
||||
"title": "Payments hostname",
|
||||
"description": "Hostname for the Ente payments frontend (e.g. payments)",
|
||||
"containerPort": 3080,
|
||||
"defaultValue": "payments",
|
||||
"aliasableDomain": true
|
||||
},
|
||||
"FAMILY_DOMAIN": {
|
||||
"title": "Family hostname",
|
||||
"description": "Hostname for the Ente family web app (e.g. family)",
|
||||
|
||||
Reference in New Issue
Block a user