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