mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-27 01:36:03 +02:00
Update to 1.7.24
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 1.7.24 (28-10-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-grav
|
||||||
|
|
||||||
## 1.7.23 (14-10-2021)
|
## 1.7.23 (14-10-2021)
|
||||||
- Update to latest version from linuxserver/docker-grav
|
- Update to latest version from linuxserver/docker-grav
|
||||||
- Initial release (nightly builds)
|
- Initial release (nightly builds)
|
||||||
|
|||||||
@@ -1,10 +1,19 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Fast, Simple, and Flexible, file-based Web-platform",
|
"description": "Fast, Simple, and Flexible, file-based Web-platform",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"map": ["share:rw", "media:rw", "config:rw"],
|
"map": [
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"name": "Grav web server",
|
"name": "Grav web server",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 1000,
|
"PUID": 1000,
|
||||||
@@ -23,8 +32,8 @@
|
|||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "grav",
|
"slug": "grav",
|
||||||
"upstream": "1.7.23",
|
"upstream": "1.7.24",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.7.23",
|
"version": "1.7.24",
|
||||||
"webui": "http://[HOST]:[PORT:80]"
|
"webui": "http://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user