mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-11 10:07:22 +02:00
Sorted json
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Piwigo is a photo gallery software for the web",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -37,7 +42,11 @@
|
||||
"environment": {
|
||||
"PWG_LOCAL_DIR": "/data"
|
||||
},
|
||||
"map": ["media:rw", "share:rw", "ssl"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Piwigo",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
@@ -49,7 +58,10 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -64,7 +76,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "12.2.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "12.2.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user