2 Commits

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
4 changed files with 7 additions and 9 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

@ -1,16 +1,12 @@
# LAUTI
> [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.
> [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.
<!-- metadata -->
* **Category**: Apps
* **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
* **Image**: [`lauti`](https://codeberg.org/Klasse-Methode/-/packages/container/lauti), 4, upstream
* **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.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