mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
docs: fix existing links
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
b373634012
commit
4d05ca635e
2 changed files with 16 additions and 0 deletions
8
docs/.vuepress/public/_redirects
Normal file
8
docs/.vuepress/public/_redirects
Normal file
|
@ -0,0 +1,8 @@
|
|||
/reference/ /docs/reference/reference.html
|
||||
/guide/ /docs/quick-start/
|
||||
/guide/kubernetes.html /docs/quick-start/kubernetes.html
|
||||
/guide/kubernetes /docs/quick-start/kubernetes.html
|
||||
/guide/synology /docs/quick-start/synology.html
|
||||
/guide/synology.html /docs/quick-start/synology.html
|
||||
/docs/examples.html /recipes/
|
||||
/docs/examples /recipes/
|
|
@ -1,3 +1,11 @@
|
|||
---
|
||||
title: Synology
|
||||
lang: en-US
|
||||
meta:
|
||||
- name: keywords
|
||||
content: pomerium identity-access-proxy synology docker
|
||||
---
|
||||
|
||||
# Synology
|
||||
|
||||
Pomerium can be used to enable secure access to services on your Synology home server or network attached storage (NAS) device. Pomerium acting as an identity aware access proxy is particularly useful as many [self-hosted apps] lack or have insufficient built-in authentication mechanisms.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue