feat: snipeit

This commit is contained in:
Strix 2024-01-01 19:09:49 +01:00
parent ca7fb59460
commit b251cc9894
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
3 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,11 @@
server {
listen 80;
server_name snipe.ixvd.net;
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
# default html page
location / {
proxy_pass http://snipeit;
}
}