lander configuration

This commit is contained in:
Jef Roosens 2023-12-30 17:52:10 +01:00
parent fef9b0866f
commit 3cd1f7c4fc
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
10 changed files with 149 additions and 29 deletions

View file

@ -0,0 +1,3 @@
s.roosens.me {
reverse_proxy localhost:18080
}

View file

@ -0,0 +1,15 @@
[Unit]
Description=Lander
After=network.target network-online.target
Requires=network-online.target
[Service]
Type=exec
User=lander
Group=lander
ExecStart=/usr/local/bin/lander
Restart=always
EnvironmentFile=/etc/lander/lander.env
[Install]
WantedBy=multi-user.target