mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 23:04:09 +02:00
Joplin initial addition
This commit is contained in:
25
joplin/config.json
Normal file
25
joplin/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Joplin",
|
||||
"version": "2.3.5",
|
||||
"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": "your_domain"
|
||||
},
|
||||
"schema": {
|
||||
"APP_BASE_URL": "str"
|
||||
},
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
||||
}
|
||||
Reference in New Issue
Block a user