Merge branch 'master' into cd/goreleaser

This commit is contained in:
2026-03-11 17:50:48 -04:00
committed by GitHub
6 changed files with 31 additions and 9 deletions

View File

@@ -1,9 +1,12 @@
server {
listen 443 ssl;
server_name ghooks.org;
ssl_certificate /etc/letsencrypt/live/ghwebhook.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/ghwebhook.example.com/privkey.pem;
listen 80;
# listen 443 ssl;
server_name ghwebhook.example.com;
# let certbot handle the SSL setup and renewal
# ssl_certificate /etc/letsencrypt/live/ghwebhook.example.com/fullchain.pem;
# ssl_certificate_key /etc/letsencrypt/live/ghwebhook.example.com/privkey.pem;
location /webhook {
proxy_pass http://127.0.0.1:9900;

View File

@@ -5,7 +5,7 @@ Wants=network-online.target
[Service]
Type=exec
ExecStart=/usr/local/bin/signal-cli -a +18134455076 daemon --http 127.0.0.1:8081 --no-receive-stdout
ExecStart=/usr/local/bin/signal-cli -a +YOURNUMBER daemon --http 127.0.0.1:8081 --no-receive-stdout
Restart=on-failure
RestartSec=5