Files
hassio-addons/joplin/config.json
2023-03-18 11:28:17 +01:00

54 lines
1.3 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted open source note-taking application",
"environment": {
"APP_PORT": "22300"
},
"image": "ghcr.io/alexbelgium/joplin-{arch}",
"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"
},
"privileged": [
"SYS_TIME"
],
"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_SECURITY": "list(none|tls|starttls)?",
"POSTGRES_DATABASE": "str?",
"POSTGRES_HOST": "str?",
"POSTGRES_PASSWORD": "str?",
"POSTGRES_PORT": "int?",
"POSTGRES_USER": "str?",
"data_location": "str?"
},
"slug": "joplin",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.10.11",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
}