Custom config options in manifest
-
One cool option would be the ability to add custom config values in the manifest that are tied to a new tab in the UI when editing an app. These options can be mapped to environment vars which are available to start.sh. For instance, for Minecraft:
'whitelist': {
'name': 'Whitelist',
'default': 'true',
'var': MC_WHITELIST_ENABLED,
'restart_required': true
}Another point here is I would like it if these options were available when initially installing an app. This would allow someone to initialize an app with even more options out of the gate.
If this is already possible or has already been requested, I apologise for not checking well enough. I used Minecraft as my usecase but I'm sure this can be applied to other apps with simple toggle config options. Makes for a slightly better user experience.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
Internally, there is already a way to set custom env vars (you can do this only in the CLI currently,