Mauro Condarelli

Results 53 comments of Mauro Condarelli

I started building an all-in-one Docker image (I'll do a proper clone ASAP). First comment is ZeroUI does not seem very robust on restart. I don't really know how relevant...

Apparently ZeroNSd relies on ZeroTier Central RESTful API to get info about the network. At first glance it seems it uses just one call: `GET /api/network/{networkId}`. Is there any easy...

I've seen that, but I didn't find a way to get (and check against) ZeroTier Central API token (the one needed in "Token authentication is accomplished by sending the following...

I'm having problems so I tried to install and build on my devel machine (instead of building in a Docker container). Unfortunately something is very wrong on my setup: ```...

I am kind of trapped in an chicken-and-egg situation. I am trying to produce an all-in-one container with ZeroTier-One, ZeroUI and ZeroNSd. Unfortunately ZeroNSd seems not to like alpine/musl (segfault;...

Error log (Firefox) say: ``` Content Security Policy: Couldn’t process unknown directive ‘script-src-attr’ Loading failed for the with source “http://172.17.0.2:4000/app/static/js/runtime-main.1e458087.js”. app:1:1 Loading failed for the with source “http://172.17.0.2:4000/app/static/js/8.dd99f694.chunk.js”. app:1:1 Loading...

I did preliminary work and started to actually try to use ZeroNSd redirecting it to zero-ui backend. First incompatibility arises from different path prefix: ZeroTier Central uses ".../api/v1/" while in...

Sorry for the late comeback. I've been *very* busy in the meantime (and I'm still short on time). I need to add the `"config": { "dns": {"domain": "some.domain", "servers": [...

Thanks. I had divined that much. I seem to understand the background task essentially receives a data stream from foreground and updates some internal data. Background also listens for ZTC-like...

Sorry for the late comeback. I just pushed a NOT-WORKING copy of my current development. Please check the throwaway [branch](https://github.com/mcondarelli/zero-ui/tree/WIP_something_to_show). Problem is this implements response to "http://localhost:3000/api/network/..." as required (I...