Add matrix, cloud, gitea

This commit is contained in:
2026-01-14 10:33:07 -06:00
parent e340288d49
commit 9ca1667a31
24 changed files with 356 additions and 102 deletions

View File

@@ -19,7 +19,9 @@ server {
ssl_certificate_key /etc/letsencrypt/live/domain.dynnamn.ru/privkey.pem;
location / {
return 200 "Hello world!";
charset utf-8;
default_type text/plain;
return 200 "Hello domain.dynnamn.ru!";
# proxy_pass http://your_app_container:port;
# proxy_set_header Host $host;
}