mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
fix(modules): update fritz!box widget ip
This commit is contained in:
parent
f4544d402c
commit
d4a8ad24a6
2 changed files with 4 additions and 4 deletions
|
@ -18,8 +18,8 @@ in {
|
||||||
"d /var/lib/containers/homepage/images 0700 root root -"
|
"d /var/lib/containers/homepage/images 0700 root root -"
|
||||||
];
|
];
|
||||||
|
|
||||||
system.activationScripts.homepage = ''
|
|
||||||
# Copy files from homepageConfigDirectory to the target directory
|
# Copy files from homepageConfigDirectory to the target directory
|
||||||
|
system.activationScripts.homepage = ''
|
||||||
cp -r ${homepageConfigDirectory}/* /var/lib/containers/homepage/
|
cp -r ${homepageConfigDirectory}/* /var/lib/containers/homepage/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
- Fritz!Box:
|
- Fritz!Box:
|
||||||
name: Fritz!Box
|
name: Fritz!Box
|
||||||
icon: avmfritzbox.png
|
icon: avmfritzbox.png
|
||||||
href: http://192.168.1.1
|
href: http://192.168.178.1
|
||||||
description: Home router configuration
|
description: Home router configuration
|
||||||
widget:
|
widget:
|
||||||
type: "fritzbox"
|
type: "fritzbox"
|
||||||
url: http://192.168.1.1
|
url: http://192.168.178.1
|
||||||
ping: http://192.168.1.1
|
ping: http://192.168.178.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue