Aliaksei
                                            Aliaksei
                                        
                                    Hey, @timothyle97! Check the following overview of the ZeroUI architecture: Express server (backend) serves the frontend HTML/JS/CSS files (React-based application) to the user. Backend transforms the request from [ZeroTier Central...
Hello, @mcondarelli, thanks for detail description of the feature request. I've been already considering about DNS support in ZeroUI, but was focused on the core part, there are a lot...
ZeroUI has ZeroTier Central compatible API (but not for user management, for now). Please check the ZeroUI README.md and ZeroTier Central API for more info.
Please refer to this [discussion](https://github.com/dec0dOS/zero-ui/discussions/11). No problem, keep asking and thanks for your contribution!
Maybe your node.js version is too old. Please try to upgrade to the latest LTS version.
Please check the browser console error log and the ZU_SECURE_HEADERS flag.
Set the ZU_SECURE_HEADERS to false. It may not work without HTTPS
Hmm, it seems that ZeroTier has changed their API endpoint from `/api/` to `/api/v1`. The old one is presented in the outdated [documentation](https://my.zerotier.com/central-api.html), and the [new one introduces the `v1`...
Hello, @mcondarelli. I've found your issue in the [zeronds repo](https://github.com/zerotier/zeronsd/issues/107) and could help you to understand the architecture of ZeroUI. ZeroUI splits into two parts: the backend and the frontend....
The [`backend/services/network.js`](https://github.com/dec0dOS/zero-ui/blob/cfdddd1dd60e2990cfd578f32dd12a006ff93795/backend/services/network.js#L8) file is used to handle additional data on the backend. So you could add the DNS entry here. Sorry, I couldn't dig deeper on how to better implement...