mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "Joplin Server",
|
|
"version": "2.7.4-8",
|
|
"upstream": "2.7.4",
|
|
"slug": "joplin",
|
|
"description": "Self-hosted open source note-taking application",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"webui": "[PROTO:ssl]://[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",
|
|
"data_location": "/config/addons_config/joplin"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw"
|
|
],
|
|
"schema": {
|
|
"APP_BASE_URL": "str",
|
|
"DB_CLIENT": "str?",
|
|
"POSTGRES_PASSWORD": "str?",
|
|
"POSTGRES_USER": "str?",
|
|
"POSTGRES_PORT": "int?",
|
|
"POSTGRES_HOST": "str?",
|
|
"POSTGRES_DATABASE": "str?",
|
|
"MAILER_ENABLED": "int?",
|
|
"MAILER_HOST": "str?",
|
|
"MAILER_PORT": "int?",
|
|
"MAILER_SECURE": "int?",
|
|
"MAILER_AUTH_USER": "str?",
|
|
"MAILER_AUTH_PASSWORD": "str?",
|
|
"MAILER_NOREPLY_NAME": "str?",
|
|
"MAILER_NOREPLY_EMAIL": "str?",
|
|
"data_location": "str?"
|
|
},
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
]
|
|
}
|