mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added ssh.gitforge
This commit is contained in:
parent
fa03af8c4f
commit
0725f9f56c
1 changed files with 86 additions and 0 deletions
|
|
@ -49,6 +49,92 @@
|
||||||
reverse_proxy serenity.pizzly-bortle.ts.net:5600
|
reverse_proxy serenity.pizzly-bortle.ts.net:5600
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
virtualHosts."search.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:6000
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."monitor.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:8090
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."gitforge.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:3000
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."ssh.gitforge.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:3022
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."immich.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:2283
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."nextcloud.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:8100
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
# virtualHosts."documentserver.mayoff.ca" = {
|
||||||
|
# extraConfig = ''
|
||||||
|
# tls {
|
||||||
|
# dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
# }
|
||||||
|
# reverse_proxy serenity.pizzly-bortle.ts.net:8101
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
|
virtualHosts."chat.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:8009
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."media.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy serenity.pizzly-bortle.ts.net:8096
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
virtualHosts."homeassistant.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||||
|
}
|
||||||
|
reverse_proxy homeassistant.pizzly-bortle.ts.net:8123 {
|
||||||
|
header_up Host {upstream_hostport}
|
||||||
|
header_up X-Real-IP {remote_host}
|
||||||
|
header_up X-Forwarded-For {remote_host}
|
||||||
|
header_up X-Forwarded-Proto {scheme}
|
||||||
|
header_up X-Forwarded-Host {host}
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue