Is your enhancement request related to a problem? Please describe.
I am running multiple instances, it would be nice to have the ability to specify config location (ex. ./invidious -c config/config.yml -o invidious.log) - this way you can keep all configs in the same location and specify at runtime
Is your enhancement request related to a problem? Please describe.
I am running multiple instances, it would be nice to have the ability to specify config location (ex.
./invidious -c config/config.yml -o invidious.log
) - this way you can keep all configs in the same location and specify at runtimeDescribe the solution you'd like
ability to specify config location (ex.
./invidious -c config/config.yml -o invidious.log
)Describe alternatives you've considered
none attempt modification myself
Additional context
So can run multiple instances from the same directory and keep the configs in one location
Default could be to use
config/config.yml
unless -c is specified