chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.8.4 (#1884)

This commit is contained in:
renovate[bot] 2023-12-27 22:37:24 +00:00 committed by GitHub
parent 62ece3b11c
commit d8835edb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 23 deletions

View File

@ -1,23 +1,22 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Homepage", "name": "Homepage",
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8756, "port": 8756,
"tipi_version": 1, "tipi_version": 2,
"version": "v0.8.3", "version": "0.8.4",
"id": "homepage", "id": "homepage",
"categories": [ "categories": [
"utilities" "utilities"
], ],
"description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages.", "description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages.",
"short_desc": "A highly customizable homepage", "short_desc": "A highly customizable homepage",
"author": "gethomepage", "author": "gethomepage",
"source": "https://github.com/gethomepage/homepage", "source": "https://github.com/gethomepage/homepage",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": [
"arm64", "arm64",
"amd64" "amd64"
] ]
} }

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:v0.8.3 image: ghcr.io/gethomepage/homepage:v0.8.4
container_name: homepage container_name: homepage
restart: unless-stopped restart: unless-stopped
ports: ports: