Add shlink service (url-shortener)
This commit is contained in:
parent
a4e54de54c
commit
ea037209f6
4 changed files with 48 additions and 6 deletions
|
@ -7,8 +7,10 @@ faas_svc:
|
|||
extra_svcs:
|
||||
- domain: link.serguzim.me
|
||||
faas_function: url-mapper
|
||||
- domain: msrg.cc
|
||||
faas_function: webpage-msrg-cc
|
||||
- domain: serguzim.me
|
||||
faas_function: webpage-serguzim-me
|
||||
www_domain: true
|
||||
hsts: true
|
||||
caddy_extra: |
|
||||
header /.well-known/* Access-Control-Allow-Origin *
|
||||
|
||||
|
@ -20,10 +22,6 @@ faas_svc:
|
|||
rewrite * /.well-known/webfinger/{user}.json
|
||||
import faas webpage-msrg-cc
|
||||
}
|
||||
- domain: serguzim.me
|
||||
faas_function: webpage-serguzim-me
|
||||
www_domain: true
|
||||
hsts: true
|
||||
- domain: team-leon.eu
|
||||
faas_function: webpage-team-leon-eu
|
||||
www_domain: true
|
||||
|
|
Reference in a new issue