Set up PocketID login
This commit is contained in:
parent
c518a377fd
commit
1c34e0cb07
7 changed files with 75 additions and 6 deletions
10
caddy/Caddyfile
Normal file
10
caddy/Caddyfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
##############################################################################
|
||||
# Caddyfile for PocketID
|
||||
# /etc/caddy/Caddyfile
|
||||
# After modifying, gracefully reload Caddy with `sudo systemctl reload caddy`
|
||||
##############################################################################
|
||||
|
||||
# Reverse proxy for PocketID
|
||||
id.starcat.systems {
|
||||
reverse_proxy 127.0.0.1:1411
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue