Docker Containers widget with mobile url #993
TheLordDuck
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im setting up my homeserver dashboard and I really need this kind of thing where in the pc i need the url to be https://audiobookshelf.homeserver.example.com and in the phone for example with audiobookshelf i need a mobileUrl or something like that with audiobookshelf:// to redirect directly to the mobile app and not open in a new tab the service. So something like this would be ideal.
containers:
audiobookshelf:
name: Container Name
description: Description of the container
url: https://audiobookshelf.homeserver.example.com
/* new property
appUrl: audiobookshelf://
*/
icon: si:container-icon
hide: false
Beta Was this translation helpful? Give feedback.
All reactions