-
Notifications
You must be signed in to change notification settings - Fork 29
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 #8
Comments
Hello Niek, I'm also glad people appreciate what I am doing! When I was browsing issues on upstream repo, I saw numerous Docker-related ones. I would gladly add Docker support and even wanted to, however while I have no experience with docker at all, there were other things that needed more work that I prioritized more. If you have such knowledge about docker and you want to contribute, I will be more than happy to merge a PR with some good code! Just remember to follow rules in Thanks in advance! |
It seems to be a better practice to keep all dependencies documented in repo and package-lock, so there will be no issues with installing them manually. Even though there are more deps that self-hosters might not use, it makes it easier to change configuration and manage some things like docker images (see #8).
It seems to be a better practice to keep all dependencies documented in repo and package-lock, so there will be no issues with installing them manually. Even though there are more deps that self-hosters might not use, it makes it easier to change configuration and manage some things like docker images (see #8).
What about those of us running unRAID? Would you ever consider merging this into Community Apps for a simple docker container install? |
It seems to be a better practice to keep all dependencies documented in repo and package-lock, so there will be no issues with installing them manually. Even though there are more deps that self-hosters might not use, it makes it easier to change configuration and manage some things like docker images (see zneix#8).
Hey, thanks for picking up this repo! haste-server is really cool and I'm glad it's being revitalized.
I was wondering how you felt about adding Docker support? I have a semi-decent image locally and there's a couple of PRs for it in the old repo. I could try and clean it up and make a PR
The text was updated successfully, but these errors were encountered: