Compare commits
2 Commits
d7a7573621
...
d49d94fa67
Author | SHA1 | Date |
---|---|---|
Alexandre LUCAZEAU | d49d94fa67 | |
Alexandre LUCAZEAU | 4d804b08d7 |
|
@ -24,8 +24,8 @@ in
|
|||
encode gzip
|
||||
reverse_proxy http://localhost:8080
|
||||
}
|
||||
https://search.atlanticaweb.fr {
|
||||
reverse_proxy http://localhost:5000
|
||||
https://bin.atlanticaweb.fr {
|
||||
reverse_proxy http://localhost:8081
|
||||
}
|
||||
atlanticaweb.fr {
|
||||
root * /srv/www/atlanticaweb.fr
|
||||
|
@ -62,6 +62,18 @@ in
|
|||
};
|
||||
|
||||
users.groups.caddy.gid = config.ids.uids.caddy;
|
||||
services.jellyfin.enable = true;
|
||||
services.shiori.enable = true;
|
||||
services = {
|
||||
jellyfin.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,11 +8,18 @@
|
|||
database = {
|
||||
type = "sqlite3"; # Database type
|
||||
};
|
||||
#extraConfig = ''
|
||||
#[rss]
|
||||
#ENABLED = true
|
||||
#'';
|
||||
settings.server = {
|
||||
ROOT_URL = "https://git.atlanticaweb.fr/"; # Root web URL
|
||||
HTTP_PORT = 3001; # Provided unique port
|
||||
DOMAIN = "git.atlanticaweb.fr"; # Domain name
|
||||
};
|
||||
settings.other = {
|
||||
ENABLE_FEED = true;
|
||||
};
|
||||
dump.enable = true;
|
||||
dump.backupDir = "/srv/backup/gitea";
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Reference in New Issue