mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Setting ROOT_URL causes 404 not found #408
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @admlko on GitHub (Jun 1, 2024).
TLDR: Setting ROOT_URL environment variable doesn't seem to work correctly, WebUI won't load
Is this urgent: No
DNS provider(s) you use: Gandi
Program version: Docker latest tag
Running version latest built on 2024-05-23T13:33:03.304Z (commit 8e09cd6)What are you using to run the container: UnRAID Docker
Extra information:
Working: ROOT_URL: /
Not working: ROOT_URL: /ddns
Logs:
Configuration file (remove your credentials!):
Host OS: UnRAID latest
@qdm12 commented on GitHub (Jun 14, 2024):
You need a
/suffix to the address:http://SERVERIP:2245/ddns/I pushed a change
76afd8361eto serve the root now on both /rooturl and /rooturl/ if rooturl is not empty.