1 Commits
main ... docs

Author SHA1 Message Date
2329eb9318 docs: Updates README 2025-10-04 11:30:41 +02:00
4 changed files with 9 additions and 7 deletions

View File

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

View File

@ -1,12 +1,16 @@
# LAUTI
> [LAUTI](https://codeberg.org/Klasse-Methode/lauti) is a calendar software where one can publish events, groups and places. It is intended for use in cities or areas. It features a public event list, a group list, a place list, all available as RSS and ICAL feeds. Adding events, groups an places is only granted to registered organizations or individuals. Invitation links can be easily generated. Admins can create own highly customizable frontends/themes based on go templates, markdown files, css and javascript in the admin area. The admin area features a basic messaging system, user management, tags and management of event categories and topics. LAUTI also provides a public Rest API and runs as progressive web app.
> [LAUTI](lauti.org) is a calendar software where one can publish events, groups and places. It is intended for use in cities or areas. It features a public event list, a group list, a place list, all available as RSS and ICAL feeds. Adding events, groups an places is only granted to registered organizations or individuals. Invitation links can be easily generated. Admins can create own highly customizable frontends/themes based on go templates, markdown files, css and javascript in the admin area. The admin area features a basic messaging system, user management, tags and management of event categories and topics. LAUTI also provides a public Rest API and runs as progressive web app.
<!-- metadata -->
* **Category**: Apps
* **Status**: 3
* **Status (new)**: Stable
* **Maintainers**: [Klasse & Methode](https://klasse-methode.it) (@p4u1 @p4u1_f4u1:matrix.org, @stevensting @stevensting:matrix.org)
* **LICENSE**: [AGPL-3.0-only](https://codeberg.org/Klasse-Methode/lauti/src/branch/main/LICENSES/AGPL-3.0-only.txt)
* **Image**: [`lauti`](https://codeberg.org/Klasse-Methode/-/packages/container/lauti), 4, upstream
* **Repository**: [codeberg.org/Klasse-Methode/lauti](https://codeberg.org/Klasse-Methode/lauti)
* **Status**: 3
* **Healthcheck**: Yes
* **Backups**: Yes
* **Email**: Yes

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: codeberg.org/klasse-methode/lauti:${IMAGE_TAG:-1.1.1}
image: codeberg.org/klasse-methode/lauti:${IMAGE_TAG:-1.0.0}
networks:
- proxy
environment:
@ -22,7 +22,6 @@ 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
@ -46,7 +45,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.1.1+1.1.1"
- "coop-cloud.${STACK_NAME}.version=1.0.1+1.0.0"
volumes:
- "data:/data"
healthcheck:

View File

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