change password to string
All checks were successful
Deploy Homepage / deploy (push) Successful in 3s
All checks were successful
Deploy Homepage / deploy (push) Successful in 3s
This commit is contained in:
parent
036ddc8fea
commit
077427e849
@ -15,7 +15,7 @@
|
|||||||
widget:
|
widget:
|
||||||
type: deluge
|
type: deluge
|
||||||
url: http://deluge
|
url: http://deluge
|
||||||
password: 85934212 # webui password
|
password: "85934212" # webui password
|
||||||
|
|
||||||
- Home:
|
- Home:
|
||||||
- Frigate:
|
- Frigate:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:v0.9.11
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config # Make sure your local config directory exists
|
- ./config:/app/config # Make sure your local config directory exists
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user