[Feature Request] Label changes to significantly reduce repetition #1298
Replies: 5 comments
-
I like this idea and I'm not sure if this helps, but I'd imagine it could work similar to how https://github.com/linuxserver/docker-swag has default config files for known/popular apps. Most labels could be implied but overridden if you choose. Preferably, the following would have default values:
|
Beta Was this translation helpful? Give feedback.
-
Please just tag me if any more clarification is needed. I still think the idea has merit as it would be simpler for users to implement, reduce compose labels significantly and given the actual functionality already exists for other labels has precedent. Supporting both exact icon name and the mdi variant as a fallback would be a nice enhancement. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to lack of community interest. |
Beta Was this translation helpful? Give feedback.
-
Is there actually no interest in this or did it just suffer from too many discussions pushing it away from the first page resulting in no eyes on? It feels like this change fits in with how other things are already configured in Homepage. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
I propose that in a fashion similar to "You do not need to specify the server or container values, as they will be automatically inferred" that we also infer
name
andicon
when the labels are empty.If we were to additionally introduce the concept of a domain template we could extend this to also infer
href
from the container name. i.e. set a global domain template ofhttps://${href}.example.org
These two changes would remove 60% of all my labels e.g.
From
To
Case sensitivity (e.g. Emby vs. emby) and the use
-
separator (e.g. blue iris vs. blueiris vs blue-iris) may also need looked at as part of the enhancement.Other
No response
Beta Was this translation helpful? Give feedback.
All reactions