NethServer Version: latest
Module: Webtop
I am trying to configure a new isntance of webtop, but getting an error
Traceback (most recent call last):
File "/usr/local/bin/logcli", line 25, in <module>
'LOKI_ADDR': f"http://{loki_env['LOKI_ADDR']}:{loki_env['LOKI_HTTP_PORT']}",
~~~~~~~~^^^^^^^^^^^^^
KeyError: 'LOKI_ADDR'
Traceback (most recent call last):
File "/usr/local/bin/logcli", line 25, in <module>
'LOKI_ADDR': f"http://{loki_env['LOKI_ADDR']}:{loki_env['LOKI_HTTP_PORT']}",
~~~~~~~~^^^^^^^^^^^^^
KeyError: 'LOKI_ADDR'
<3>traefik_last_acme_error_since(): logcli error - Command '['logcli', 'query', '--limit=1', '--from=2026-07-07T07:18:24.278660+00:00', '--timezone=Local', '--quiet', '--no-labels', '{module_id=~"traefik.+"} | json | line_format "{{.MESSAGE}}"| logfmt | providerName="acmeServer.acme" and error!=""| line_format "{{.error}}"']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/usr/local/bin/logcli", line 25, in <module>
'LOKI_ADDR': f"http://{loki_env['LOKI_ADDR']}:{loki_env['LOKI_HTTP_PORT']}",
~~~~~~~~^^^^^^^^^^^^^
KeyError: 'LOKI_ADDR'
Traceback (most recent call last):
File "/usr/local/bin/logcli", line 25, in <module>
'LOKI_ADDR': f"http://{loki_env['LOKI_ADDR']}:{loki_env['LOKI_HTTP_PORT']}",
~~~~~~~~^^^^^^^^^^^^^
KeyError: 'LOKI_ADDR'
<3>traefik_last_acme_error_since(): logcli error - Command '['logcli', 'query', '--limit=1', '--from=2026-07-07T07:18:24.278660+00:00', '--timezone=Local', '--quiet', '--no-labels', '{module_id=~"traefik.+"} | json | line_format "{{.MESSAGE}}"| logfmt | providerName="acmeServer.acme" and error!=""| line_format "{{.error}}"']' returned non-zero exit status 1.
could someone point me to the issue and resolution.