Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f05518499a | |||
| 14a84d1f6b |
@ -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
|
||||
|
||||
@ -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
1
release/1.1.0+1.1.0
Normal file
@ -0,0 +1 @@
|
||||
Please replace LAUTI_LANGUAGE with LAUTI_LOCALE
|
||||
Reference in New Issue
Block a user