Tooloco
Tooloco
> At the end, do you have a static URL that could be executed to update the DDNS record at cloutflare? If yes, you could try using the custom option....
> Cloudflare is not a classic DDNS provider, but a regular DNS provider with consequent web APIs for all their settings. The required `curl` call hence differs quite significantly from...
Ok so the easiest solution for me was adding a CNAME DNS record pointing to my DDNS domain
Yes I get that, what im saying is there should be an option for a custom base url so I can proxy it under mydomain.com/dashboard. I guess it can be...
I can do some testing on my setup tomorrow as well, I'm using Nginx.
Okay, so I totally forgot about this. Just tested it seems I get a 404 with the reverse proxy pointing to subfolder /dashboard/. Nginx config: ```nginx location /dashboard/ { #Authentication...
Hello, I am also wondering this especially for the config option "disableConfigurationForNonAdmin". As im using OIDC with Authentik I have no idea where the property "type: admin" is being read...