Compare commits
No commits in common. "d49d94fa671a8796de7ad55149ecdc3942a3e86d" and "d7a7573621692d7dbcf37709886a3947f4f4cadf" have entirely different histories.
d49d94fa67
...
d7a7573621
|
@ -24,8 +24,8 @@ in
|
||||||
encode gzip
|
encode gzip
|
||||||
reverse_proxy http://localhost:8080
|
reverse_proxy http://localhost:8080
|
||||||
}
|
}
|
||||||
https://bin.atlanticaweb.fr {
|
https://search.atlanticaweb.fr {
|
||||||
reverse_proxy http://localhost:8081
|
reverse_proxy http://localhost:5000
|
||||||
}
|
}
|
||||||
atlanticaweb.fr {
|
atlanticaweb.fr {
|
||||||
root * /srv/www/atlanticaweb.fr
|
root * /srv/www/atlanticaweb.fr
|
||||||
|
@ -62,18 +62,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.caddy.gid = config.ids.uids.caddy;
|
users.groups.caddy.gid = config.ids.uids.caddy;
|
||||||
services = {
|
services.jellyfin.enable = true;
|
||||||
jellyfin.enable = true;
|
services.shiori.enable = true;
|
||||||
shiori.enable = true;
|
|
||||||
microbin = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
MICROBIN_PORT = 8081;
|
|
||||||
MICROBIN_NO_LISTING = true;
|
|
||||||
MICROBIN_ENABLE_BURN_AFTER = true;
|
|
||||||
MICROBIN_QR = true;
|
|
||||||
MICROBIN_PUBLIC_PATH = "https://bin.atlanticaweb.fr";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,18 +8,11 @@
|
||||||
database = {
|
database = {
|
||||||
type = "sqlite3"; # Database type
|
type = "sqlite3"; # Database type
|
||||||
};
|
};
|
||||||
#extraConfig = ''
|
|
||||||
#[rss]
|
|
||||||
#ENABLED = true
|
|
||||||
#'';
|
|
||||||
settings.server = {
|
settings.server = {
|
||||||
ROOT_URL = "https://git.atlanticaweb.fr/"; # Root web URL
|
ROOT_URL = "https://git.atlanticaweb.fr/"; # Root web URL
|
||||||
HTTP_PORT = 3001; # Provided unique port
|
HTTP_PORT = 3001; # Provided unique port
|
||||||
DOMAIN = "git.atlanticaweb.fr"; # Domain name
|
DOMAIN = "git.atlanticaweb.fr"; # Domain name
|
||||||
};
|
};
|
||||||
settings.other = {
|
|
||||||
ENABLE_FEED = true;
|
|
||||||
};
|
|
||||||
dump.enable = true;
|
dump.enable = true;
|
||||||
dump.backupDir = "/srv/backup/gitea";
|
dump.backupDir = "/srv/backup/gitea";
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue