migrate from gitea to forgejo
This commit is contained in:
parent
985b5344f6
commit
e8f134f5c7
3 changed files with 20 additions and 19 deletions
hosts/Anton
19
hosts/Anton/forgejo.nix
Normal file
19
hosts/Anton/forgejo.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/mnt/data/services/forgejo";
|
||||
|
||||
#appName = "My low quality unfinished Projects";
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.huwe.mooo.com";
|
||||
HTTP_PORT = 3000;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue