fix typos in forgejo manual
This commit is contained in:
parent
1d0b49f959
commit
1ce11b99ad
1 changed files with 6 additions and 6 deletions
|
|
@ -28,7 +28,7 @@ The following snippet enables Forgejo and makes it available under the `forgejo.
|
||||||
shb.forgejo = {
|
shb.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = "forgejo";
|
subdomain = "forgejo";
|
||||||
enable = "example.com";
|
domain = "example.com";
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
"theadmin" = {
|
"theadmin" = {
|
||||||
|
|
@ -53,8 +53,8 @@ shb.hardcodedsecret."forgejo/user/password" = {
|
||||||
```
|
```
|
||||||
|
|
||||||
Two users are created, `theadmin` and `theuser`,
|
Two users are created, `theadmin` and `theuser`,
|
||||||
respectively with the passwords `foregejo/admin/password`
|
respectively with the passwords `forgejo/admin/password`
|
||||||
and `foregejo/user/password` from a SOPS file.
|
and `forgejo/user/password` from a SOPS file.
|
||||||
|
|
||||||
This assumes secrets are setup with SOPS
|
This assumes secrets are setup with SOPS
|
||||||
as mentioned in [the secrets setup section](usage.html#usage-secrets) of the manual.
|
as mentioned in [the secrets setup section](usage.html#usage-secrets) of the manual.
|
||||||
|
|
@ -212,7 +212,7 @@ shb.forgejo.sso = {
|
||||||
Passing the `ssl` option will auto-configure nginx to force SSL connections with the given
|
Passing the `ssl` option will auto-configure nginx to force SSL connections with the given
|
||||||
certificate.
|
certificate.
|
||||||
|
|
||||||
The `shb.foregejo.sso.secretFile` and `shb.forgejo.sso.secretFileForAuthelia` options
|
The `shb.forgejo.sso.secretFile` and `shb.forgejo.sso.secretFileForAuthelia` options
|
||||||
must have the same content. The former is a file that must be owned by the `forgejo` user while
|
must have the same content. The former is a file that must be owned by the `forgejo` user while
|
||||||
the latter must be owned by the `authelia` user. I want to avoid needing to define the same secret
|
the latter must be owned by the `authelia` user. I want to avoid needing to define the same secret
|
||||||
twice with a future secrets SHB block.
|
twice with a future secrets SHB block.
|
||||||
|
|
@ -230,9 +230,9 @@ shb.restic.instances."forgejo" = {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
The name `"foregjo"` in the `instances` can be anything.
|
The name `"forgjo"` in the `instances` can be anything.
|
||||||
The `config.shb.forgejo.backup` option provides what directories to backup.
|
The `config.shb.forgejo.backup` option provides what directories to backup.
|
||||||
You can define any number of Restic instances to backup Foregejo multiple times.
|
You can define any number of Restic instances to backup Forgejo multiple times.
|
||||||
|
|
||||||
### Extra Settings {#services-forgejo-usage-extra-settings}
|
### Extra Settings {#services-forgejo-usage-extra-settings}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue