1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-31 14:28:08 +00:00

Compare commits

..

No commits in common. "75facdbcef25c493108037a4ab6940b364845832" and "1b3f64fbacc469f9fad9fd743c526b8c405eeccb" have entirely different histories.

4 changed files with 9 additions and 8 deletions

View file

@ -8,4 +8,4 @@ jobs:
steps:
- run: install -m 700 -d ~/.ssh
- run: install -m 600 <(echo '${{ secrets.DEPLOY_KEY }}') ~/.ssh/deploy_key
- run: ssh -i ~/.ssh/deploy_key -o 'StrictHostKeyChecking no' kou029w@keiu.net 'sh -c "cd ~/keiu.net && git pull --rebase && docker compose up --detach --remove-orphans"'
- run: ssh -i ~/.ssh/deploy_key -o 'StrictHostKeyChecking no' kou029w@keiu.net 'sh -c "cd ~/keiu.net && git pull --rebase && docker compose up -d"'

View file

@ -11,7 +11,7 @@ services:
- ./srv:/srv
- caddy_data:/data
- caddy_config:/config
dns:
dns.keiu.net:
image: coredns/coredns:1.9.3@sha256:8e352a029d304ca7431c6507b56800636c321cb52289686a581ab70aaa8a2e2a
restart: unless-stopped
expose: ["443"]

View file

@ -5,12 +5,13 @@
}
keiu.net {
file_server
reverse_proxy /dns-query https://dns {
transport http {
tls_server_name keiu.net
}
}
}
www.keiu.net {
redir https://keiu.net{uri} 308
}
minicharge.keiu.net {
redir https://minicharge.fly.dev permanent
}
dns.keiu.net {
reverse_proxy https://dns.keiu.net
}

View file

@ -1,5 +1,5 @@
https://. tls://. . {
tls /var/lib/caddy/data/caddy/certificates/acme.zerossl.com-v2-dv90/keiu.net/keiu.net.crt /var/lib/caddy/data/caddy/certificates/acme.zerossl.com-v2-dv90/keiu.net/keiu.net.key
tls /var/lib/caddy/data/caddy/certificates/acme.zerossl.com-v2-dv90/dns.keiu.net/dns.keiu.net.crt /var/lib/caddy/data/caddy/certificates/acme.zerossl.com-v2-dv90/dns.keiu.net/dns.keiu.net.key
reload
prometheus 0.0.0.0:9153
hosts {