Add example for pomerium#9232
Conversation
Signed-off-by: Jeff Matson <jeff@jeffmatson.net>
| redirect: | ||
| path_redirect: /remote.php/dav/ | ||
|
|
||
| Thanks to `@JeffMatson <https://github.com/JeffMatson>`_ for Pomerium example. |
There was a problem hiding this comment.
you can add a https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-sectionauthor but not in a visible way. The documentation has been written by lots of people https://github.com/nextcloud/documentation/graphs/contributors :)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Pull request overview
Adds a new reverse-proxy configuration snippet for Pomerium to the admin manual, alongside existing examples (Apache/Traefik/NGINX/Caddy).
Changes:
- Add a “Pomerium” section with redirect rules for
/.well-known/{carddav,caldav}. - Add attribution for the contributed Pomerium example.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| reverse_proxy {$NEXTCLOUD_HOST:localhost} | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
Line 149 is a blank line containing trailing spaces. This can cause whitespace-only diffs and can fail doc/formatting linters; make it a truly empty line (no spaces).
|
|
||
| Pomerium | ||
| ^^^^^^^^ | ||
| :: |
There was a problem hiding this comment.
The literal block introduced by "::" should be followed by a blank line before the indented content. As written, the Pomerium snippet starts immediately on the next line, which can break RST rendering; insert an empty line between "::" and the first "- from" line.
| :: | |
| :: |
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
|
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/documentation/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
No description provided.