mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update to 1.7.23
This commit is contained in:
@@ -1 +1,4 @@
|
||||
|
||||
## 1.7.23 (14-10-2021)
|
||||
- Update to latest version from linuxserver/docker-grav
|
||||
- Initial release (nightly builds)
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user