Skip to content

Commit a77201f

Browse files
authored
Breakout modules (#46)
* Add kavita * Kavita, not deluge * Update to get zone name from domain name * Update locals and docs * Remove zone name from config * Remove zone from config * Don't watch Linus and code at the same time * Remove this module * Breakout modules
1 parent f75fd7f commit a77201f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3
-1896
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ terraform {
4242
}
4343

4444
module "nginx_conf" {
45-
source = "./modules/nginx_config"
45+
source = "git@github.com:DCCoder90/home-tf-modules.git//nginx_config?ref=1.0.0"
4646
}
4747

4848
locals {

terraform/modules/authentik/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

terraform/modules/authentik/directory.tf

Lines changed: 0 additions & 18 deletions
This file was deleted.

terraform/modules/authentik/main.tf

Lines changed: 0 additions & 1 deletion
This file was deleted.

terraform/modules/authentik/providers.tf

Lines changed: 0 additions & 13 deletions
This file was deleted.

terraform/modules/authentik/variables.tf

Lines changed: 0 additions & 18 deletions
This file was deleted.

terraform/modules/dns/README.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

terraform/modules/dns/cloudflare.tf

Lines changed: 0 additions & 27 deletions
This file was deleted.

terraform/modules/dns/nginxproxy.tf

Lines changed: 0 additions & 36 deletions
This file was deleted.

terraform/modules/dns/outputs.tf

Whitespace-only changes.

0 commit comments

Comments
 (0)