2024-08-16 15:28:32 +02:00
|
|
|
{ config, lib, ... }:
|
|
|
|
{
|
|
|
|
services.caddy = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
virtualHosts = {
|
|
|
|
":5050".extraConfig = ''
|
|
|
|
reverse_proxy :8083
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :8003
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://git.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :3333
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://photos.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :2342
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://books.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :8083
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://fish.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :3030
|
|
|
|
'';
|
|
|
|
|
|
|
|
":2344".extraConfig = ''
|
|
|
|
reverse_proxy :2342
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://jellyfin.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :8096
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://slskd.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :5030
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://radarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :7878
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://sonarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :8989
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://sonarr-anime.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :8999
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://prowlarr.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :9696
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://grafana.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :3000
|
|
|
|
'';
|
|
|
|
|
2024-08-16 18:46:16 +02:00
|
|
|
"http://status.normandy.hypervirtual.world".extraConfig = ''
|
2024-08-16 15:28:32 +02:00
|
|
|
reverse_proxy :4000
|
|
|
|
'';
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
}
|