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

[ENHANCEMENTS] Redirects #173

Closed
boehamian opened this issue May 26, 2024 · 1 comment
Closed

[ENHANCEMENTS] Redirects #173

boehamian opened this issue May 26, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@boehamian
Copy link

Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Got to do redirects for CardDAV and calDAV for nextcloud server. No sure if this has been implemented or where to put.

Describe alternatives you've considered
Have considered moving to Nginx proxy manager but given the issues with it at the moment I am reluctant.

Additional context
This is the settings I need to put forward for nextcloud https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html

@boehamian boehamian added the enhancement New feature or request label May 26, 2024
@tobychui tobychui added help wanted Extra attention is needed and removed enhancement New feature or request labels May 26, 2024
@tobychui
Copy link
Owner

There is an item named "Redirection" in the side menu.
圖片

The redirect rules is applied globally instead of per HTTP proxy rule. Use your full domain in the matching rule (e.g. nextcloud.yourdomain.com/.well-known/carddav) and point it to your NextCloud server (e.g. your_nextcloud_instance_ip_addr:port/remote.php/dav/). You can also enable regex but that tends to slow down the whole proxy server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants