-
I saw in the FAQ that I need to enable https to get the QR code working. Can someone provide a Caddyfile which allows to use the QR function? Spoolman is running on a local server without an official domain |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Got an answer from the Caddy community. https:// {
} |
Beta Was this translation helpful? Give feedback.
-
Thank you, searched the last 5 hours for how to get this to work. Since I used Unraid to host the Caddy and Spoolman Docker containers I had to change the config to the following
Change the |
Beta Was this translation helpful? Give feedback.
Got an answer from the Caddy community.
The Caddyfile should look like this:
https:// {
tls internal {
on_demand
}
}