Skip to content
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

Unraid Snikket deployment #153

Open
matda59 opened this issue Feb 2, 2023 · 1 comment
Open

Unraid Snikket deployment #153

matda59 opened this issue Feb 2, 2023 · 1 comment

Comments

@matda59
Copy link

matda59 commented Feb 2, 2023

Using CaddyV2 container set up the caddyfile as specified, but i'm not getting the certs come through properly,

  1. erros in the snikket-certs container
    remote error: tls: internal error
  2. I understand using the network mode as Host opens all ports, but i don't feel this works on unraid like this, i need to have port mappings. Can i get the port mappings for each of the 4 containers? i've added one for snikket proxy..

image

@lilotter45
Copy link

I don't know if you got this sorted by now, but if not, I'll take a guess at what might be the issue:

Certbot requires port 80 for the http-01 challenge. In your screenshot, you have it mapped to port 5080, which is fine, as long as you've done the translation from 80 to 5080 at your firewall/router.

Where I'm going with this is, I would make sure you have port forwarding setup for port 80 on your firewall with it mapped to port 5080 on your unraid server.

As with the quickstart instructions, this assumes that you don't have other services already running on port 80. If you do, you'll need to first have your reverse proxy handle the traffic and route it according to its domain. I'm not familiar with caddy, so I can't offer much insight on the actual caddy config, but there are several examples in the docs and I have a suggested one for HAProxy in the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants