mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +01:00
Add docker image into addon conf
This commit is contained in:
parent
21adf1eb28
commit
f63cedb9ac
@ -24,14 +24,15 @@
|
|||||||
"keyfile": "privkey.pem"
|
"keyfile": "privkey.pem"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"leave_front_door_open": "bool?"
|
"leave_front_door_open": "bool?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000,
|
"3000/tcp": 3000,
|
||||||
"9226/tcp": 9226
|
"9226/tcp": 9226
|
||||||
}
|
},
|
||||||
}
|
"image" : "sebclemhassaddon/{arch}-hassio-nextcloud-backup"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user