Skip to content

Add example for pomerium #9232

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,20 @@ Caddy

reverse_proxy {$NEXTCLOUD_HOST:localhost}
}


Pomerium
^^^^^^^^
::
- from: https://subdomain.example.com
path: /.well-known/carddav
redirect:
path_redirect: /remote.php/dav/
- from: https://subdomain.example.com
path: /.well-known/caldav
redirect:
path_redirect: /remote.php/dav/

Thanks to `@JeffMatson <https://github.com/JeffMatson>`_ for Pomerium example.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fear I introduce the "Thanks to" pattern with #1297 🙈

The rules were from a GitHub issue, and my motivation was to acknowledge the actual authors.


Example
-------
Expand Down