add capability to restrict remote panel modes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,6 +3,7 @@ FROM scratch
|
||||
# Group ID 20 is dialout, needed for tty read/write access
|
||||
USER 3000:20
|
||||
ENV READ_ONLY=false
|
||||
ENV CONTROL_ALLOWED_PANEL_MODES=""
|
||||
COPY dist/invertergui-linux-arm64 /bin/invertergui
|
||||
ENTRYPOINT ["/bin/invertergui"]
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user