WebUI fail to set url #92

Closed
opened 2025-12-29 14:24:45 +01:00 by adam · 1 comment
Owner

Originally created by @starskyzheng on GitHub (Jul 12, 2025).

Hi, Thanks for the amazingly software. However, I'm fail with setting url.
I'm following this instruction: https://docs.godoxy.dev/WebUI#configurations
Here is the docker compose config. What I'm wrong?

 ariang:
    restart: unless-stopped
    image: p3terx/ariang:latest
    ports:
      - 6880:6880
    labels:
      proxy.aliases: ariang
      proxy.ariang: |
        port: 6880
        homepage:
          name: AriaNG
          url: "https://www.baidu.com/"     #### here should be functional
          category: Downloads
Originally created by @starskyzheng on GitHub (Jul 12, 2025). Hi, Thanks for the amazingly software. However, I'm fail with setting url. I'm following this instruction: `https://docs.godoxy.dev/WebUI#configurations` Here is the docker compose config. What I'm wrong? ``` ariang: restart: unless-stopped image: p3terx/ariang:latest ports: - 6880:6880 labels: proxy.aliases: ariang proxy.ariang: | port: 6880 homepage: name: AriaNG url: "https://www.baidu.com/" #### here should be functional category: Downloads ```
adam closed this issue 2025-12-29 14:24:45 +01:00
Author
Owner

@yusing commented on GitHub (Jul 13, 2025):

Fixed in the latest version

@yusing commented on GitHub (Jul 13, 2025): Fixed in the latest version
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#92