Invalid syntax in wiki #62

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

Originally created by @singularity0821 on GitHub (Apr 27, 2025).

Since it is not that simple to open a PR for a wiki, I'll do it like this.

The references to the icons need to be in quotes, otherwise godoxy show errors for using the reserved character @ and ignores the homepage configuration.

Docker-labels-and-Route-Files:

Change:

proxy.app.homepage: |
        name: App
        icon: @selfhst/app.svg
        description: An app
        category: app

To (in both examples):

proxy.app.homepage: |
        name: App
        icon: "@selfhst/app.svg"
        description: An app
        category: app

https://github.com/yusing/godoxy/wiki/Homepage-configurations:

Change:

| icon          | <ul><li>Icon from [walkxcode](https://github.com/walkxcode/dashboard-icons) or [selfh.st](https://selfh.st/icons)</li><li>Absolute Icon URL</li><li>Relative path to proxy target</li></ul> | automatic detected                                                                               | <ul><li>#1<br>`@walkxcode/<filename>.png`<br>`@selfhst/<filename>.svg`</li><li>#2<br>`https://example.com/icon.png`</li><li>#3<br>`/path/to/icon.png`</li></ul> |

To:

| icon          | <ul><li>Icon from [walkxcode](https://github.com/walkxcode/dashboard-icons) or [selfh.st](https://selfh.st/icons) in quotes</li><li>Absolute Icon URL</li><li>Relative path to proxy target</li></ul> | automatic detected                                                                               | <ul><li>#1<br>`"@walkxcode/<filename>.png"`<br>`"@selfhst/<filename>.svg"`</li><li>#2<br>`https://example.com/icon.png`</li><li>#3<br>`/path/to/icon.png`</li></ul> |
Originally created by @singularity0821 on GitHub (Apr 27, 2025). Since it is not that simple to open a PR for a wiki, I'll do it like this. The references to the icons need to be in quotes, otherwise godoxy show errors for using the reserved character `@` and ignores the homepage configuration. [Docker-labels-and-Route-Files](https://github.com/yusing/godoxy/wiki/Docker-labels-and-Route-Files): Change: ``` proxy.app.homepage: | name: App icon: @selfhst/app.svg description: An app category: app ``` To (in both examples): ``` proxy.app.homepage: | name: App icon: "@selfhst/app.svg" description: An app category: app ``` [https://github.com/yusing/godoxy/wiki/Homepage-configurations](https://github.com/yusing/godoxy/wiki/Homepage-configurations): Change: ``` | icon | <ul><li>Icon from [walkxcode](https://github.com/walkxcode/dashboard-icons) or [selfh.st](https://selfh.st/icons)</li><li>Absolute Icon URL</li><li>Relative path to proxy target</li></ul> | automatic detected | <ul><li>#1<br>`@walkxcode/<filename>.png`<br>`@selfhst/<filename>.svg`</li><li>#2<br>`https://example.com/icon.png`</li><li>#3<br>`/path/to/icon.png`</li></ul> | ``` To: ``` | icon | <ul><li>Icon from [walkxcode](https://github.com/walkxcode/dashboard-icons) or [selfh.st](https://selfh.st/icons) in quotes</li><li>Absolute Icon URL</li><li>Relative path to proxy target</li></ul> | automatic detected | <ul><li>#1<br>`"@walkxcode/<filename>.png"`<br>`"@selfhst/<filename>.svg"`</li><li>#2<br>`https://example.com/icon.png`</li><li>#3<br>`/path/to/icon.png`</li></ul> | ```
adam closed this issue 2025-12-29 14:23:48 +01:00
Author
Owner

@yusing commented on GitHub (Apr 27, 2025):

Fixed, thanks!

@yusing commented on GitHub (Apr 27, 2025): Fixed, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#62