Update IP addresses from 13 to 5 for gotify, loki, and workflows

This commit is contained in:
albert 2024-12-18 20:00:23 +01:00
parent 39f4a6a2fa
commit 0f426fb436
Signed by: albert
GPG key ID: 3895DD267CA11BA9
7 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ jobs:
apt install git nodejs nix-bin sudo curl -y
git config --global user.email ${{github.actor}}
git config --global user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -19,7 +19,7 @@ jobs:
apt install git nodejs nix-bin sudo curl -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -20,7 +20,7 @@ jobs:
apt install git nodejs nix-bin sudo sudo curl -y
git config user.email "${{github.actor}}"
git config user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -20,7 +20,7 @@ jobs:
apt install git nodejs nix-bin sudo curl -y
git config --global user.email ${{github.actor}}
git config --global user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -20,7 +20,7 @@ jobs:
apt install git nodejs nix-bin sudo curl -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -20,7 +20,7 @@ jobs:
apt install git nodejs nix-bin sudo sudo curl -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Forgejo Runner"
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"
run: |

View file

@ -25,7 +25,7 @@
# TODO: Update these when I move the server to warsaw-ovh-01
networking.extraHosts = ''
100.64.0.13 influx.sysctl.io
100.64.0.13 loki.sysctl.io
100.64.0.5 influx.sysctl.io
100.64.0.5 loki.sysctl.io
'';
}