From 0648b8a13c2d2a2819c7efc4a86bb6e85da479fc Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 12 Jul 2025 21:20:41 +0200 Subject: [PATCH] fix urls in documentation --- modules/services/forgejo/docs/default.md | 5 +++-- modules/services/home-assistant/docs/default.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/services/forgejo/docs/default.md b/modules/services/forgejo/docs/default.md index c356e05..99a1a2b 100644 --- a/modules/services/forgejo/docs/default.md +++ b/modules/services/forgejo/docs/default.md @@ -68,7 +68,7 @@ so please follow that first. :::: If the `shb.ssl` block is used (see [manual](blocks-ssl.html#usage) on how to set it up), -the instance will be reachable at `https://fogejo.example.com`. +the instance will be reachable at `https://forgejo.example.com`. Here is an example with Let's Encrypt certificates, validated using the HTTP method: @@ -139,7 +139,8 @@ shb.sops.secrets."forgejo/ldap/adminPassword" = { ``` The `shb.forgejo.ldap.adminPasswordFile` must be the same -as the `shb.ldap.ldapUserPasswordFile`. +as the `shb.ldap.ldapUserPasswordFile` which is achieved +with the `key` option. The other secrets can be randomly generated with `nix run nixpkgs#openssl -- rand -hex 64`. diff --git a/modules/services/home-assistant/docs/default.md b/modules/services/home-assistant/docs/default.md index eeec463..ff1c162 100644 --- a/modules/services/home-assistant/docs/default.md +++ b/modules/services/home-assistant/docs/default.md @@ -84,7 +84,7 @@ so please follow that first. :::: If the `shb.ssl` block is used (see [manual](blocks-ssl.html#usage) on how to set it up), -the instance will be reachable at `https://fogejo.example.com`. +the instance will be reachable at `https://ha.example.com`. Here is an example with Let's Encrypt certificates, validated using the HTTP method. First, set the global configuration for your domain: