: export garage’s admin API

This commit is contained in:
VC
2025-10-23 08:59:52 +02:00
parent dcfc8f36e3
commit af6bdd7d1f
2 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
--- ---
web_hostname: web_hostname:
- host: garage.mateu.be - host: garage.mateu.be
- host: admin.garage.mateu.be
- host: mastodon-ndfr.garage.mateu.be - host: mastodon-ndfr.garage.mateu.be
- host: medias.m.nintendojo.fr - host: medias.m.nintendojo.fr
- host: nextcloud-libertus.garage.mateu.be - host: nextcloud-libertus.garage.mateu.be

View File

@@ -0,0 +1,9 @@
server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://[::1]:3903;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
}
}