Skip to content

Commit

Permalink
feat: add awesomenoss.octolab.org and whisper.octolab.org domains
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jul 27, 2022
1 parent 3985930 commit ff6a22a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions traefik/dynamic/awesomenoss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
http:
routers:
awesomenoss:
rule: Host(`awesomenoss.octolab.org`)
service: github
tls:
certResolver: letsencrypt
middlewares:
- redirect-awesomenoss

middlewares:
redirect-awesomenoss:
redirectRegex:
regex: .*
replacement: https://github.com/kamilsk
15 changes: 15 additions & 0 deletions traefik/dynamic/whisper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
http:
routers:
whisper:
rule: Host(`whisper.octolab.org`)
service: github
tls:
certResolver: letsencrypt
middlewares:
- redirect-whisper

middlewares:
redirect-whisper:
redirectRegex:
regex: .*
replacement: https://github.com/lifeosm/whisper

0 comments on commit ff6a22a

Please sign in to comment.