Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen committed Mar 11, 2023
2 parents eaa986b + cfbf67a commit 9498195
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,25 @@ Create instance
```Bash
docker pull ghcr.io/maxmielchen/untiscalender:main
docker run \
-e ROOM="Room" \
-e TEACHER="Teacher" \
-e SUMMARY="School" \
-e USERNAME=" ...your username" \
-e PASSWORD=" ...your password" \
-e SERVER="niobe.webuntis.com" \
-e SCHOOL=" ...your school" \
-e TOKEN=" ...some secret key" \
-e ROOM=Room \
-e TEACHER=Teacher \
-e SUMMARY=School \
-e USERNAME=your_username \
-e PASSWORD=your_password \
-e SERVER=niobe.webuntis.com \
-e SCHOOL=your_school \
-e TOKEN=secret \
-p 80:8080 \
ghcr.io/maxmielchen/untiscalender:main
```

iCal Link
```http
https://host:port/by/secret_key
https://host:port/ical?token=secret
```

## Roadmap
> 1.0.2 Fix token bug
> 1.0.1 Save version, with some security settings and env variables
Expand Down

0 comments on commit 9498195

Please sign in to comment.