Update to 1.7.23

This commit is contained in:
alexbelgium
2021-10-14 16:41:18 +02:00
parent 1c4a2f32aa
commit d88d9bc379
2 changed files with 20 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 1.7.23 (14-10-2021)
- Update to latest version from linuxserver/docker-grav
- Initial release (nightly builds)

View File

@@ -1,5 +1,10 @@
{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Fast, Simple, and Flexible, file-based Web-platform",
"devices": [
@@ -22,7 +27,11 @@
"PUID": "0",
"PGID": "0"
},
"map": ["share:rw", "media:rw", "config:rw"],
"map": [
"share:rw",
"media:rw",
"config:rw"
],
"name": "grav NAS",
"options": {
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
@@ -35,7 +44,10 @@
"ports_description": {
"80/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"TZ": "str?",
"localdisks": "str?",
@@ -44,8 +56,8 @@
"cifspassword": "str?"
},
"slug": "grav_nas",
"upstream": "nightly-0.1.0.991-ls16",
"upstream": "1.7.23",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.0.991-ls16",
"version": "1.7.23",
"webui": "http://[HOST]:[PORT:8787]"
}