mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01: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 -"
|
||||
];
|
||||
|
||||
# Copy files from homepageConfigDirectory to the target directory
|
||||
system.activationScripts.homepage = ''
|
||||
# Copy files from homepageConfigDirectory to the target directory
|
||||
cp -r ${homepageConfigDirectory}/* /var/lib/containers/homepage/
|
||||
'';
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
- Fritz!Box:
|
||||
name: Fritz!Box
|
||||
icon: avmfritzbox.png
|
||||
href: http://192.168.1.1
|
||||
href: http://192.168.178.1
|
||||
description: Home router configuration
|
||||
widget:
|
||||
type: "fritzbox"
|
||||
url: http://192.168.1.1
|
||||
ping: http://192.168.1.1
|
||||
url: http://192.168.178.1
|
||||
ping: http://192.168.178.1
|
||||
|
|
Loading…
Reference in a new issue