Files
pdf_to_ics/README.md

39 lines
787 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# PDF zu ICS Docker/Web Only
Dieses Repository ist auf den Web-Betrieb im Docker-Container reduziert.
## Schnellstart
```bash
cp .env.example .env
./deploy.sh
```
Danach erreichbar unter:
- `http://<SERVER-IP>:8000`
- `http://<SERVER-IP>:8000/app`
## Update
```bash
./update.sh
```
Für ein neues Release zuerst den Tag in `.env` anpassen:
```dotenv
PDF_TO_ICS_IMAGE=ghcr.io/webfarben/pdf_to_ics:v1.1.0
```
## Enthaltene Betriebsdateien
- `docker-compose.deploy.yml` image-basiertes Deployment
- `.env.example` Konfigurationsvorlage
- `deploy.sh` Erststart
- `update.sh` Update-Workflow
- `WEB_README.md` ausführliche Web-/Server-Doku
## Hinweis
GUI-/CLI-Varianten wurden bewusst entfernt, da der Betrieb ausschließlich im Docker-Container erfolgt.