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 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"image": "ghcr.io/alexbelgium/booksonic_air-{arch}",
"description": "platform for accessing the audibooks you own wherever you are",
"devices": [
"/dev/sda",
@@ -44,10 +40,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"share:rw",
"media:rw"
],
"map": ["share:rw", "media:rw"],
"name": "Booksonic-air",
"options": {
"PUID": 0,
@@ -62,10 +55,7 @@
"ports_description": {
"4040/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",