-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation #5
Comments
Hi, Yeah this is definitely somewhere that I'm lacking at the moment. The I'll have a quick pass over the (limited) docs this weekend on a fresh install and see how it goes, I've probably neglected them slightly as things have changed over time! |
No worries! I get it. I certainly appreciate it. |
Any luck with this? |
If not no major worries. Just eager to help out. |
Hey, not had a chance yet, sorry. What specific issues/errors are you actually seeing - might be quicker for me to respond to those. |
Hi, I've ran through and added more information/checked the process - this seems to have worked fine for me for a test install just now. |
Hey @unplugged216 did the updated docs help? If not happy to help you try and get it working if you're having specific errors |
OMG! Apologies, I spaced it. I am checking now. |
Hey Shane, I ran through the install and everything appeared to work well. However, I may be missing something with SSL cert. Ill be taking a look at this later. I didn't see anything in the readme about it but could be something simple. Its enough firefox and chrome wont allow the connection. |
Hey, Glad it seemed to work. The SSL Certs are handled by Traefik so maybe check there or the logs for that container - see: https://doc.traefik.io/traefik/v1.7/configuration/acme/ for details. The default configuration should handle this automatically with a http-based challenge (eg, there is no need to have a working instance of mydnshost to allow for a dns-based challenge) and shouldn't need any changes. |
Gotcha. Yep. Seems to be Traefik. However, trying to stumble through the logs. Of course multiple domains, so one error but duplicated for each domain. Also, this one about the backend.
And for ssl
However, the second error has to do with this freaking dnsmasq Ubuntu insists on lol. |
Oh. It looks like every single domain used, which are quite a few, needs to be public. Is that intentional? |
Alrighty @ShaneMcC , I was able to get it all worked out. However, the one hiccup that kept me stumbled for a while was bind. Slaves must be defined. So, I attempted to use |
So, I stumbled upon this gem. I tried the demo and played around with dns zones and such. Decided id like to setup my own instance. Yeah, not so easy lol.
Using the instructions in the readme and attempting to apply them to Ubuntu 21.04 is not working. Seems a lot of configuration changes need to be made that aren't documented. Errors are packing the logs. I modified the configuration to what seems logical by replace hostnames.
If there was a starting point to a completely functional setup, I would be glad to help contribute to the codebase or even docs.
Can you help getting this going on Ubuntu 21.04?
The text was updated successfully, but these errors were encountered: