-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Sad, No clear Documentaion #254
Comments
Finally I got it make work by placing
At top of my Caddyfile. |
If you like a particular plugin in Caddy, in addition to reading the documentation, it's a good idea to closely follow the discussions in the issues section. Many use cases and potential pitfalls are discussed there. |
The documentation issues with Caddy plugins have been persistent for a long time, and the discussions in the issues section are an essential source of information or means of obtaining it. |
@afzl-wtu You are right it would be great to have more documentation for all the wonderful features this project has. As fairly mentioned by @ArcCal, issues and PRs are valuable sources of information here, in addition to the comments written in the code. Anyone may also help the project by composing extra docs, examples, etc.
The answer to your question really depends on what you have in your config. The layer4 module doesn't generate any certificates itself. When You may influence certificate selection/generation by specifying TLS options inside a website block:
|
Hi, I actually agree, the docs for this module could be greatly improved. I've simply been too busy to prioritize it myself. Caddyfile support is a relatively new enhancement by the way. I would gladly accept pull requests to improve the docs! We could also potentially start a wiki if needed, maybe with examples, to keep the README tidy. |
It is really very sad that after spending one hour on this app and compiling my caddy with this app. I am still at no where. Whenever I try to copy code provided in README.md file for IMAP setup i get this:
I do not know where to put your provided code:
I want caddy to handle my caddy generated ssl certificate at port 993 for Imap and then proxy unencrypted connection to port 143
I want something like this in my caddyFile:
But I am still at nowhere.
The text was updated successfully, but these errors were encountered: