Update IP addresses from 13 to 5 for gotify, loki, and workflows
This commit is contained in:
parent
39f4a6a2fa
commit
0f426fb436
7 changed files with 8 additions and 8 deletions
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue