From d88d9bc379525a349e74e80b485380ad8eb1ed8b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 14 Oct 2021 16:41:18 +0200 Subject: [PATCH] Update to 1.7.23 --- grav/CHANGELOG.md | 3 +++ grav/config.json | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/grav/CHANGELOG.md b/grav/CHANGELOG.md index 93f181116..c7c3d2a79 100644 --- a/grav/CHANGELOG.md +++ b/grav/CHANGELOG.md @@ -1 +1,4 @@ + +## 1.7.23 (14-10-2021) +- Update to latest version from linuxserver/docker-grav - Initial release (nightly builds) diff --git a/grav/config.json b/grav/config.json index 879e58b63..24b9ab3df 100644 --- a/grav/config.json +++ b/grav/config.json @@ -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": ",", @@ -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]" }