2023-06-11 23:13:17 +02:00
2023-06-11 23:13:17 +02:00
2023-06-11 22:44:25 +02:00
2023-06-11 22:44:25 +02:00
2023-06-11 23:13:17 +02:00
2023-06-11 22:44:25 +02:00
2023-06-11 22:44:25 +02:00
2023-06-11 22:44:25 +02:00

BerichtExporter

Usage

version: '3.7'
services:
    berichtexporter:
        image: registry.gitlab.lino3d.de:443/lino/berichtexporter/main:latest
        restart: unless-stopped
        ports:
            - 80:80
        environment:
            - 'CALDAV_URL=https://example.com/calendars/' # URL to the caldav server
            - 'CALDAV_USER=USERNAME' # Username for the caldav server
            - 'CALDAV_PASSWORD=PASSWORD' # Password for the caldav server
            - 'CALDAV_CALENDAR=CALENDARNAME' # Calendar name from the caldav server
            # - WEB_PORT=80 # Port for the webserver (optional)
Description
No description provided
Readme 113 KiB
Languages
JavaScript 75.6%
Python 9%
HTML 6.3%
CSS 5.6%
Dockerfile 3.5%