diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-26 10:37:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-26 10:37:47 +0200 |
| commit | 18bbfd726aa381ba77e294f657eaaa8b61f2079e (patch) | |
| tree | 15e40d54d03a300c5c8810c81fdc27184305f760 | |
| parent | 11c200faf0f93b2abfc5d29573c3ff64a485a621 (diff) | |
jo
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | org-buetow-ecs/syncthingservice.tf | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,10 @@ ## TODO's * Collect uprecords for my EC2 instances -* Nextcloud and Bastion: Auto re-create in different AZ on failure. +* Migrate `audiobookshelf.buetow.org` to `audiobookshelf.buetow.cloud`. +* Podcast through Audiobookshelf - try it out +* Migrate `bag.buetow.org` to `bag.buetow.cloud`. +* Contact and Calendar sync via ECS (migrate from Nextcloud) * Input variables, for configuring different service hosts. * Backup EFS, don't let `terraform destroy` erease all my data! Or create Backup diff --git a/org-buetow-ecs/syncthingservice.tf b/org-buetow-ecs/syncthingservice.tf index 4aa3fb3..862bce8 100644 --- a/org-buetow-ecs/syncthingservice.tf +++ b/org-buetow-ecs/syncthingservice.tf @@ -86,7 +86,7 @@ resource "aws_lb_listener_rule" "syncthing_ui_https_listener_rule" { condition { host_header { - values = ["syncthing-ui.buetow.cloud"] + values = ["syncthing.buetow.cloud"] } } } |
