documentation
documentation copied to clipboard
Add caddy instructions
A similar config can be seen here: https://caddy.community/t/nginx-config-translation-help/8166
There should be an option to have both SSL and non-SSL options for users that don't have a domain, since Letsencrypt certificates are only valid for domains unless ZeroSSL is configured. The latter can be achieved by adding tls off
or specifying http:// <domain>
for the host.
I have not tried running Laravel app in Caddy itself, so personally, I would have to test first to comment on anything else.
There should be an option to have both SSL and non-SSL options for users that don't have a domain, since Letsencrypt certificates are only valid for domains unless ZeroSSL is configured. The latter can be achieved by adding
tls off
or specifyinghttp:// <domain>
for the host.I have not tried running Laravel app in Caddy itself, so personally, I would have to test first to comment on anything else.
I've added instructions for using Caddy without SSL.
Is this going to be ever merged lol
I am going to close this in favor of #535