Configure manifest so that port checkboxes are unchecked
-
G girish marked this topic as a regular topic
-
G girish locked this topic
-
G girish unlocked this topic
-
G girish moved this topic from Support
-
We are looking to package BTC Core for cloudron. This has a number of ports, most of which are optional.
Is there a way to have these in the interface, but UNCHECKED by default?
@nostrdev said in Configure manifest so that port checkboxes are unchecked:
Is there a way to have these in the interface, but UNCHECKED by default?
Maybe we can add a flag in the manifest?
recommended
comes to mind. Iffalse
, the UI can have the checkbox off by default.optional
doesn't work here because all port bindings are generally optional (the UI always presents a checkbox for each port binding). -
OK, i have added this now as
enabledByDefault
flag instead for next release.I have long wanted this for traccar app too. Which exposes way too many ports by default in the UI.
edit: I tried reasoning with chatgpt for
recommended
, but it was very much against adding it -
-