mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
38 lines
806 B
JSON
38 lines
806 B
JSON
{
|
|
"name": "Joplin Server",
|
|
"version": "ios-v12.3.1",
|
|
"upstream": "ios-v12.3.1",
|
|
"slug": "joplin",
|
|
"description": "Self-hosted open source note-taking application",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"webui": "http://[HOST]:[PORT:22300]",
|
|
"ports": {
|
|
"22300/tcp": 22300
|
|
},
|
|
"apparmor": "true",
|
|
"ports_description": {
|
|
"22300/tcp": "Web interface"
|
|
},
|
|
"environment": {
|
|
"APP_PORT": "22300"
|
|
},
|
|
"options": {
|
|
"APP_BASE_URL": "http://your_domain:port"
|
|
},
|
|
"schema": {
|
|
"APP_BASE_URL": "str",
|
|
"DB_CLIENT": "str?",
|
|
"POSTGRES_PASSWORD": "str?",
|
|
"POSTGRES_USER": "str?",
|
|
"POSTGRES_PORT": "int?",
|
|
"POSTGRES_HOST": "str?",
|
|
"POSTGRES_DATABASE": "str?"
|
|
},
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7"
|
|
]
|
|
}
|