Files
pdf_to_ics/README.md

52 lines
1.0 KiB
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
```
## Neues Release bauen & pushen
```bash
./release.sh v1.2.3
```
Optional direkt `.env` auf den neuen Tag setzen und deployen:
```bash
./release.sh v1.2.3 --set-env --deploy
```
Für ein neues Release zuerst den Tag in `.env` anpassen:
```dotenv
PDF_TO_ICS_IMAGE=git.file-archive.de/webfarben/pdf_to_ics:v1.2.2
```
## Enthaltene Betriebsdateien
- `docker-compose.deploy.yml` image-basiertes Deployment
- `.env.example` Konfigurationsvorlage
- `deploy.sh` Erststart
- `update.sh` Update-Workflow
- `release.sh` Build + Push für neue Image-Tags
- `WEB_README.md` ausführliche Web-/Server-Doku
## Hinweis
GUI-/CLI-Varianten wurden bewusst entfernt, da der Betrieb ausschließlich im Docker-Container erfolgt.