fix urls in documentation

This commit is contained in:
ibizaman 2025-07-12 21:20:41 +02:00 committed by Pierre Penninckx
parent 00cfdf243c
commit 0648b8a13c
2 changed files with 4 additions and 3 deletions

View file

@ -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), 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: 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 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 The other secrets can be randomly generated with
`nix run nixpkgs#openssl -- rand -hex 64`. `nix run nixpkgs#openssl -- rand -hex 64`.

View file

@ -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), 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. Here is an example with Let's Encrypt certificates, validated using the HTTP method.
First, set the global configuration for your domain: First, set the global configuration for your domain: