mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/git: migrate to forgejo from gitea
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
b41344a212
commit
3b20c0a25b
6 changed files with 55 additions and 25 deletions
|
@ -12,6 +12,9 @@ in
|
|||
"sso/felix/password-hash" = { };
|
||||
"sso/felix/totp-secret" = { };
|
||||
"paperless/password" = { };
|
||||
"git/password" = {
|
||||
owner = config.users.users.forgejo.name;
|
||||
};
|
||||
"nextcloud/password" = {
|
||||
owner = config.users.users.nextcloud.name;
|
||||
};
|
||||
|
@ -85,9 +88,10 @@ in
|
|||
defaultUser = "felix";
|
||||
passwordFile = secrets."freshrss/password".path;
|
||||
};
|
||||
# self-hosted git service
|
||||
gitea = {
|
||||
# self-hosted git server
|
||||
git = {
|
||||
enable = true;
|
||||
passwordFile = secrets."git/password".path;
|
||||
};
|
||||
# collaborative markdown editor
|
||||
hedgedoc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue