This commit is contained in:
Jay 2025-08-31 12:34:58 -07:00
commit ad828f9c1d
4 changed files with 20 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Expatbase
Expatbase is an unfinished Flarum community site for foreigners to discuss visas, daily life and travel.

17
etc/caddy/Caddyfile Normal file
View file

@ -0,0 +1,17 @@
expatbase.net {
root * /var/www/html/flarum/public
php_fastcgi unix//var/run/php/php8.2-fpm.sock
header /assets/* {
+Cache-Control "public, must-revalidate, proxy-revalidate"
+Cache-Control "max-age=25000"
Pragma "public"
}
file_server
encode zstd gzip
}
mail.expatbase.net {
reverse_proxy localhost:8081
encode zstd gzip
}

BIN
flarum-starter.tar.zst Normal file

Binary file not shown.

BIN
var.zip Normal file

Binary file not shown.