change name

This commit is contained in:
Vincent van der Wal
2026-07-20 11:26:49 +02:00
parent faee466286
commit 54dbaeaadc
10 changed files with 34 additions and 26 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
# OMbrella
# Drizzli
An open-source, high-performance weather forecast website built with SvelteKit and powered by the [Open-Meteo APIs](https://open-meteo.com/).
@@ -66,8 +66,8 @@ here.)
### Example: Caddy
```caddy
ombrella.example.com {
root * /srv/ombrella
drizzli.example.com {
root * /srv/drizzli
file_server
try_files {path} {path}/ /404.html
header {
@@ -81,8 +81,8 @@ ombrella.example.com {
```nginx
server {
server_name ombrella.example.com;
root /srv/ombrella;
server_name drizzli.example.com;
root /srv/drizzli;
error_page 404 /404.html;
add_header Cross-Origin-Opener-Policy "same-origin" always;
add_header Cross-Origin-Embedder-Policy "require-corp" always;