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

WebDAV https support #40

Open
ajnavarro opened this issue Mar 7, 2021 · 4 comments
Open

WebDAV https support #40

ajnavarro opened this issue Mar 7, 2021 · 4 comments
Labels
enhancement New feature or request
Projects

Comments

@ajnavarro
Copy link
Member

Add HTTPS support for WebDAV interface.

@ajnavarro ajnavarro added the enhancement New feature or request label Mar 7, 2021
@ajnavarro ajnavarro added this to To do in distribyted via automation Mar 7, 2021
@pataquets
Copy link
Contributor

I'd suggest to just add some reverse proxy implementing TLS termination, such as Caddy or Traefik. Aside from TLS termination, both handle automatic certificate issuance and renewal with Let's Encrypt using ACME protocol.

@pataquets
Copy link
Contributor

@ajnavarro I can provide further help by sending an example Docker Compose manifest and Caddyfile configuration, if needed. Maybe at some contrib subdirectory?
The Docker Compose manifest may also serve as a quick deployment blueprint.

@ajnavarro
Copy link
Member Author

@pataquets sounds good!

@Jipok
Copy link

Jipok commented Feb 23, 2024

There are simpler solutions. Here's an example of a great project:
https://github.com/suyashkumar/ssl-proxy
You don't need docker or any complicated setup. Just download the binary, run it specifying the ports and domain name.

If you are interested in authorization and support for multiple domains, I recommend my project:
https://github.com/Jipok/Jauth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants