Add a WoL Manager service

This commit is contained in:
Josh.5
2023-09-06 00:06:18 +12:00
parent c8d613da5b
commit 90510bd8ea
11 changed files with 190 additions and 55 deletions

View File

@@ -296,6 +296,11 @@ RUN \
&& sed -i 's/^Categories=.*$/Categories=System;/' /usr/share/applications/thunar-bulk-rename.desktop \
&& sed -i 's/^Categories=.*$/Categories=System;/' /usr/share/applications/org.gnome.gedit.desktop \
&& \
echo "**** Install WoL Manager requirements ****" \
&& apt-get install -y \
tcpdump \
xprintidle \
&& \
echo "**** Section cleanup ****" \
&& apt-get clean autoclean -y \
&& apt-get autoremove -y \
@@ -551,7 +556,8 @@ ENV \
ENABLE_STEAM="true" \
STEAM_ARGS="-silent" \
ENABLE_SUNSHINE="true" \
ENABLE_EVDEV_INPUTS="false"
ENABLE_EVDEV_INPUTS="false" \
ENABLE_WOL_POWER_MANAGER="false"
# Configure required ports
ENV \