Files
HomeServerPortainerTemplates/templates.json

74 lines
2.2 KiB
JSON

{
"version": "3",
"templates": [
{
"id": 1,
"type": 3,
"title": "Dawarich",
"description": "Self-hosted alternative to Google Location History",
"categories": ["Applications"],
"platform": "linux",
"logo": "https://dawarich.app/img/logo.svg",
"repository": {
"url": "https://git.bprieshof.nl/brammp/HomeServerCTs",
"stackfile": "stacks/dawarich-DockerCompose.yaml"
},
"env": [
{
"name": "DAWARICH_PORT",
"label": "Dawarich port",
"description": "The port Dawarich is hosted on",
"default": "3000"
},
{
"name": "POSTGRESS_HOST",
"label": "DB server ip/hostname",
"description": "Postgresql server ip adres or hostname"
},
{
"name": "POSTGRESS_PORT",
"label": "DB server port",
"description": "Postgresql server port",
"default": "5432"
},
{
"name": "POSTGRESS_DB_NAME",
"label": "DB name",
"description": "Postgresql database name"
},
{
"name": "POSTGRESS_DB_USERNAME",
"label": "DB Username",
"description": "Postgresql database username"
},
{
"name": "POSTGRESS_DB_PASSWORD",
"label": "DB Password",
"description": "Postgresql database pasword"
},
{
"name": "APPLICATION_HOSTS",
"label": "App hosts",
"description": "IP Address and hostnames the application is reacheable from",
"default": "localhost,::1,127.0.0.1"
},
{
"name": "SECRET_KEY_BASE",
"label": "Secret key base",
"description": "The secret_key_base is used as the input secret to the applications key generator"
},
{
"name": "PHOTON_API_HOST",
"label": "Photon API endpoint",
"description": "Endpoint url for komoot Photon API"
},
{
"name": "PHOTON_API_KEY",
"label": "Photon API Key",
"description": "API Key for komoot Photon API"
}
],
"maintainer": "https://git.bprieshof.nl/brammp"
}
]
}