feat: add Flutter web frontend with authentication and recipe management features
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
:{$PORT:5000} {
|
||||
root * /usr/share/caddy
|
||||
file_server
|
||||
|
||||
# SPA-routing – returnera alltid index.html för okända paths
|
||||
try_files {path} /index.html
|
||||
|
||||
encode gzip
|
||||
}
|
||||
Reference in New Issue
Block a user