Skip to content

Draft: offline monitor app

Joanne Hugé requested to merge feat/offline-monitor into master

Serve an offline monitor app on a device to allow one to monitor the services from that device without internet connection, from the LAN.

Steps to do currently

daemon "exec dnsmasq --conf-file=/dev/null -p0 -k8 - -i $re6stnet_iface  -F ${re6stnet_subnet%/*},ra-only,$((${re6stnet_subnet#*/}>64 ? ${re6stnet_subnet#*/} : 64)),1d"
main-interface enp0s31f6
interface enp0s31f6
  • Put these input parameters:
<?xml version="1.0" encoding="UTF-8"?>
<instance>
    <parameter id="download_url">https://officejs.erp5.net/document_module/20241218-47F9BCC3/Base_download</parameter>
    <parameter id="title">Offline Monitor App</parameter>
</instance>

Nginx Proxy

IPV6 addresses:

  • SERVICE_IPV6: IPv6 of partition containing service to monitor
  • OFFLINE_MONITOR_IPV6: IPv6 of partition containing offline monitor app

/cc @tomo @romain

Edited by Joanne Hugé

Merge request reports