Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,12 +1,8 @@
{
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Piwigo is a photo gallery software for the web",
"description": "Piwigo is a photo gallery software for the web",
"image": "ghcr.io/alexbelgium/piwigo-{arch}",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -42,11 +38,7 @@
"environment": {
"PWG_LOCAL_DIR": "/data"
},
"map": [
"media:rw",
"share:rw",
"ssl"
],
"map": ["media:rw", "share:rw", "ssl"],
"name": "Piwigo",
"options": {
"PUID": 1000,
@@ -58,10 +50,7 @@
"ports_description": {
"80/tcp": "Web UI port"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",