commit ad828f9c1df7e900dcc4e30fd50e089c71c69ae5 Author: juyung Date: Sun Aug 31 12:34:58 2025 -0700 Upload diff --git a/README.md b/README.md new file mode 100644 index 0000000..f838e13 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Expatbase + +Expatbase is an unfinished Flarum community site for foreigners to discuss visas, daily life and travel. diff --git a/etc/caddy/Caddyfile b/etc/caddy/Caddyfile new file mode 100644 index 0000000..3d00656 --- /dev/null +++ b/etc/caddy/Caddyfile @@ -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 +} diff --git a/flarum-starter.tar.zst b/flarum-starter.tar.zst new file mode 100644 index 0000000..11c4464 Binary files /dev/null and b/flarum-starter.tar.zst differ diff --git a/var.zip b/var.zip new file mode 100644 index 0000000..a7ec323 Binary files /dev/null and b/var.zip differ