2 Commits
docs ... main

Author SHA1 Message Date
f05518499a chore: publish 1.1.1+1.1.1 release 2025-10-07 21:30:50 +02:00
14a84d1f6b chore: publish 1.1.0+1.1.0 release 2025-08-29 18:43:39 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ LAUTI_ADMIN_EMAIL=admin@example.com
## Localization and Theming
LAUTI_TIMEZONE=Europe/London
LAUTI_LANGUAGE=en
LAUTI_LOCALE=en_US
LAUTI_THEME=default # 'default' creates a new theme based on the lauti theme
## Plausible

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: codeberg.org/klasse-methode/lauti:${IMAGE_TAG:-1.0.0}
image: codeberg.org/klasse-methode/lauti:${IMAGE_TAG:-1.1.1}
networks:
- proxy
environment:
@ -22,6 +22,7 @@ services:
- LAUTI_BASE_URL=https://${DOMAIN}
- LAUTI_KILLSWITCH_HASHES
- LAUTI_TIMEZONE
- LAUTI_LOCALE
- LAUTI_THEME
- LAUTI_THEMES_PATH=/data/themes
- LAUTI_OSM_TILE_CACHE_DIR=/data/cache/osm
@ -45,7 +46,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "backupbot.backup=true"
- "coop-cloud.${STACK_NAME}.version=1.0.1+1.0.0"
- "coop-cloud.${STACK_NAME}.version=1.1.1+1.1.1"
volumes:
- "data:/data"
healthcheck:

1
release/1.1.0+1.1.0 Normal file
View File

@ -0,0 +1 @@
Please replace LAUTI_LANGUAGE with LAUTI_LOCALE