-
Notifications
You must be signed in to change notification settings - Fork 4
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
feature/idea: add docker/unraid? #13
Comments
I second this request, though I have had less issue getting it set up in a VM in Unraid, apart from the fact that I cannot authenticate and don't know how to establish the Wireguard connection. |
Never heard of Unraid until now! I love this idea! Thanks for suggesitng. I'm not entirely sure the OS-control limitations of a docker container but I'll look into it. |
I have been trying to learn how to make docker images myself. While I still don't know what I'm doing so take this with a grain of salt... I can tell you that It should be possible. postgress and wireguard both work inside unraid as a docker container I have actually managed to get a database setup that way but I havn't been able to configure PGadmin properly so its kinda a pain to manage and I really wish it had a gui. On the topic of the Gui thing is also doable with making a x server virtual display that gets access via vnc / webgui Unraid has a community made app store that makes it super easy to setup docker images with pre made templates. |
this was all the progress I made. I got the app working I think but getting it to open in vnc i haven't figured out. RUN apt update -y RUN apt-get update && apt-get install -y |
Iv attempted to run this on unraid in a vm with mixed results (the fault of my vm)
running the app in a docker container would be much more elegant if there could be a webUI
The text was updated successfully, but these errors were encountered: