Files
hassio-addons/joplin/config.json
2022-03-23 08:59:27 +01:00

45 lines
1.2 KiB
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"description": "Self-hosted open source note-taking application",
"environment": {
"APP_PORT": "22300"
},
"map": ["config:rw", "share:rw"],
"name": "Joplin Server",
"options": {
"APP_BASE_URL": "http://your_domain:port",
"data_location": "/config/addons_config/joplin"
},
"ports": {
"22300/tcp": 22300
},
"ports_description": {
"22300/tcp": "Web interface"
},
"schema": {
"APP_BASE_URL": "str",
"DB_CLIENT": "str?",
"MAILER_AUTH_PASSWORD": "str?",
"MAILER_AUTH_USER": "str?",
"MAILER_ENABLED": "int?",
"MAILER_HOST": "str?",
"MAILER_NOREPLY_EMAIL": "str?",
"MAILER_NOREPLY_NAME": "str?",
"MAILER_PORT": "int?",
"MAILER_SECURE": "int?",
"POSTGRES_DATABASE": "str?",
"POSTGRES_HOST": "str?",
"POSTGRES_PASSWORD": "str?",
"POSTGRES_PORT": "int?",
"POSTGRES_USER": "str?",
"data_location": "str?"
},
"slug": "joplin",
"upstream": "2.7.4",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "2.7.4-8",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
}