chore: add ansible backend docker frontend-prep

This commit is contained in:
2026-01-21 13:05:13 +01:00
parent 5a280b6b01
commit 943fe4de7d
14930 changed files with 2341433 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[Unit]
Description=Serveo Tunnel Service
After=network-online.target nginx.service
Wants=network-online.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory={{directory}}
ExecStart=/usr/bin/ssh \
-o ServerAliveInterval=60 \
-o ServerAliveCountMax=3 \
-o ExitOnForwardFailure=yes \
-o StrictHostKeyChecking=no \
-R {{nginx_app_name}}:80:{{nginx_domain}}:80 \
serveo.net
Restart=always
RestartSec=10
StandardOutput=append:{{tunnel_log}}
StandardError=append:{{tunnel_log_error}}
[Install]
WantedBy=multi-user.target