mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
chore: add some forgejo settings
This commit is contained in:
parent
f1b0e2de51
commit
3ebd408ea2
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
||||||
|
|
||||||
services.forgejo = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
server = {
|
||||||
|
ROOT_URL = "https://git.luj.fr/";
|
||||||
|
LANDING_PAGE = "luj";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."git.luj.fr" = {
|
services.nginx.virtualHosts."git.luj.fr" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue