Compare commits
No commits in common. "b55cc6534958553f8acd6060f27be58e00420edd" and "c7ea357d9bff74cefe67e7a3e57019b6d44862f6" have entirely different histories.
b55cc65349
...
c7ea357d9b
2 changed files with 11 additions and 18 deletions
|
@ -16,13 +16,10 @@
|
||||||
routers = {
|
routers = {
|
||||||
gitssh = {
|
gitssh = {
|
||||||
rule = "HostSNI(`*`)";
|
rule = "HostSNI(`*`)";
|
||||||
entrypoints = ["ssh"];
|
entrypoints = ["gitssh"];
|
||||||
service = "gitssh";
|
service = "gitssh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
|
||||||
gitssh.loadBalancer.servers = [{address = "100.121.201.47:2222";}];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
http = {
|
http = {
|
||||||
middlewares = {
|
middlewares = {
|
||||||
|
@ -207,6 +204,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
||||||
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
|
uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}];
|
||||||
gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}];
|
gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}];
|
||||||
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}];
|
||||||
|
@ -238,7 +236,7 @@
|
||||||
web = {
|
web = {
|
||||||
address = ":80";
|
address = ":80";
|
||||||
};
|
};
|
||||||
ssh = {
|
gitssh = {
|
||||||
address = ":2222";
|
address = ":2222";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -65,23 +65,23 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Host sakura
|
Host sakura
|
||||||
Hostname 100.121.201.47
|
HostName 100.121.201.47
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/sakura
|
IdentityFile ~/.ssh/sakura
|
||||||
Host kariru
|
Host kariru
|
||||||
Hostname 100.126.229.95
|
HostName 100.126.229.95
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/kariru
|
IdentityFile ~/.ssh/kariru
|
||||||
Host yuki
|
Host yuki
|
||||||
Hostname 100.108.113.89
|
HostName 100.108.113.89
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/yuki
|
IdentityFile ~/.ssh/yuki
|
||||||
Host arashi
|
Host arashi
|
||||||
Hostname 100.94.214.100
|
HostName 100.94.214.100
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/arashi
|
IdentityFile ~/.ssh/arashi
|
||||||
Host sora
|
Host sora
|
||||||
Hostname 100.104.42.96
|
HostName 100.104.42.96
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/sora
|
IdentityFile ~/.ssh/sora
|
||||||
Host daphbot
|
Host daphbot
|
||||||
|
@ -89,24 +89,19 @@
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/daphbot
|
IdentityFile ~/.ssh/daphbot
|
||||||
Host tsuru
|
Host tsuru
|
||||||
Hostname 100.82.146.40
|
HostName 100.82.146.40
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/tsuru
|
IdentityFile ~/.ssh/tsuru
|
||||||
Host haru
|
Host haru
|
||||||
Hostname 100.73.192.45
|
HostName 100.73.192.45
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/haru
|
IdentityFile ~/.ssh/haru
|
||||||
Host basegbot
|
Host basegbot
|
||||||
HostName 100.83.81.116
|
HostName 100.83.81.116
|
||||||
User basegbot
|
User basegbot
|
||||||
IdentityFile ~/.ssh/basegbot
|
IdentityFile ~/.ssh/basegbot
|
||||||
Host git.flake.sh
|
|
||||||
Hostname git.flake.sh
|
|
||||||
User notohh
|
|
||||||
IdentityFile ~/.ssh/notohh-forgejo
|
|
||||||
Port 2222
|
|
||||||
Host rpi4
|
Host rpi4
|
||||||
Hostname 100.92.145.147
|
HostName 100.92.145.147
|
||||||
User notoh
|
User notoh
|
||||||
IdentityFile ~/.ssh/rpi4
|
IdentityFile ~/.ssh/rpi4
|
||||||
Host pve
|
Host pve
|
||||||
|
|
Loading…
Reference in a new issue