Add forgejo
This commit is contained in:
parent
8afb236c52
commit
0e4a2c5b9d
4 changed files with 26 additions and 0 deletions
5
bert/services/http/git.chandlerswift.com.nix
Normal file
5
bert/services/http/git.chandlerswift.com.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{config, ...}: {
|
||||
services.caddy.virtualHosts."git.chandlerswift.com".extraConfig = ''
|
||||
reverse_proxy localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}
|
||||
'';
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./files.chandlerswift.com.nix
|
||||
./git.chandlerswift.com.nix
|
||||
./home.chandlerswift.com.nix
|
||||
./maps.chandlerswift.com.nix
|
||||
./stjohnscccc.org.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue