Have a "first-run wizard" that can populate the config file #4
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: krabopolis/frogbot#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, we use a config.toml to handle configuration.
When deploying with containers, it might be easier to be able to configure the bot by setting environment variables instead of having to copy a file into the container.Instead of environment variables, we should have a first run wizard that asks questions and populates a config.toml in $XDG_CONFIG_HOME/frogbot/
Accept configuration via environment variables tooto Have a "first-run wizard" that can populate the config file