-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker support #81
Comments
Yep, github actions are totally fine to use, I was going to use it for linting/formatting soon. Can you add a |
What about using argparser for the flags and arguments ? |
The homegrown one has a bit of life left in it, if it ain't broke don't fix it (for now). Eventually it should be replaced with something nice like click or the other popular one |
I've had a quick go but there's some bugs in the archiver-debt branch that I'll wait to get settled. But basically the changes I was looking to make:
|
And so I don't lose it, the help text for
|
I'll leave this open even though #106 has been merged because the restructure with the new GUI has made it so docker is needed for |
I've got a PR ready to add docker support.
Is it OK to add github actions for building the image, I'll also need to add a command line option to allow changing the bind address for
view
so it can be bound to0.0.0.0
for the container.If's that's all good I'll go ahead and put in the PR.
The text was updated successfully, but these errors were encountered: