mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 11:08:11 +01:00
Create config.json
This commit is contained in:
55
piwigo/config.json
Normal file
55
piwigo/config.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"name": "Piwigo",
|
||||
"version": "11.3.0",
|
||||
"slug": "piwigo",
|
||||
"description": "Piwigo is a photo gallery software for the web",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/piwigo",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"ports": {
|
||||
"80/tcp": 81
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"full_access": true,
|
||||
"map":[
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"options": {
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user