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