unix socket forgejo?
This commit is contained in:
parent
2232ad3f31
commit
b482fbc2ea
2 changed files with 52 additions and 55 deletions
|
@ -6,11 +6,6 @@ in {
|
|||
config = {
|
||||
modules = {
|
||||
services = {
|
||||
forgejo = {
|
||||
enable = true;
|
||||
domain = "git.reidlab.pink";
|
||||
port = 3000;
|
||||
};
|
||||
|
||||
# you should probably keep this on
|
||||
# actually enables nginx, configures acme,
|
||||
|
@ -22,6 +17,11 @@ in {
|
|||
"reidlab.pink".dataDir = "/var/www/reidlab.pink";
|
||||
};
|
||||
|
||||
forgejo = {
|
||||
enable = true;
|
||||
domain = "git.reidlab.pink";
|
||||
};
|
||||
|
||||
matomo = {
|
||||
enable = true;
|
||||
domain = "analytics.reidlab.pink";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue