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 10df7bb + 13db8a8 commit cf23bb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![](https://img.shields.io/github/license/maxmielchen/UntisCalender?style=flat-square)
![](https://img.shields.io/github/repo-size/maxmielchen/UntisCalender?style=flat-square)
![](https://img.shields.io/github/actions/workflow/status/maxmielchen/UntisCalender/docker-image.yml?style=flat-square)
![](https://img.shields.io/github/actions/workflow/status/maxmielchen/UntisCalender/docker-publish.yml?label=publish&style=flat-square)
![Downloads](https://img.shields.io/github/downloads/maxmielchen/UntisCalender/total?style=flat-square)
![](https://img.shields.io/github/license/maxmielchen/UntisCalendar?style=flat-square)
![](https://img.shields.io/github/repo-size/maxmielchen/UntisCalendar?style=flat-square)
![](https://img.shields.io/github/actions/workflow/status/maxmielchen/UntisCalendar/docker-image.yml?style=flat-square)
![](https://img.shields.io/github/actions/workflow/status/maxmielchen/UntisCalendar/docker-publish.yml?label=publish&style=flat-square)
![Downloads](https://img.shields.io/github/downloads/maxmielchen/UntisCalendar/total?style=flat-square)

## UntisCalender
UntisCalender is a software written in Java that host's your Timetable via iCal.
UntisCalendar is a software written in Java that host's your Timetable via iCal.

## Usage

Expand All @@ -31,7 +31,7 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin

Create instance
```Bash
docker pull ghcr.io/maxmielchen/untiscalender:main
docker pull ghcr.io/maxmielchen/untiscalendar:latest
docker run \
-e TIMEZONE="Germany/Berlin" \
-e ROOM=Room \
Expand All @@ -43,7 +43,7 @@ docker run \
-e SCHOOL=your_school \
-e TOKEN=secret \
-p 80:8080 \
ghcr.io/maxmielchen/untiscalender:main
ghcr.io/maxmielchen/untiscalendar:latest
```

iCal Link
Expand Down
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.velocitypackage.untiscalender</groupId>
<groupId>com.velocitypackage.untiscalendar</groupId>
<artifactId>app</artifactId>
<version>1.0</version>

Expand Down Expand Up @@ -160,4 +160,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit cf23bb0

Please sign in to comment.