mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
fix typos in Readme
This commit is contained in:
committed by
GitHub
parent
7214bb05cc
commit
f363b4bb98
@@ -1,14 +1,14 @@
|
|||||||
# ics-proxy
|
# ics-proxy
|
||||||
|
|
||||||
You can find a running instance of this code on [ics-proxy.de](https://ics-proxy.de)
|
You can find a running instance of this code on [ics-proxy.de](https://ics-proxy.de). The docker image is published on [DockerHub](https://hub.docker.com/repository/docker/13hannes11/ics-proxy).
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
This application was build because of my frustration with my Universities publishing of schedules. Schedules can be found on [TimeEdit](https://cloud.timeedit.net),
|
This application was build because of my frustration with my Universities publishing of schedules. Schedules can be found on [TimeEdit](https://cloud.timeedit.net),
|
||||||
however, changes to my schedule (for example dropping a course) meant that all ics links on all of my devices needed to be replaced.
|
however, changes to my schedule (for example dropping a course) meant that all ics links on all of my devices needed to be replaced.
|
||||||
Additionally each semester this needed to be done as well. I therefore created this proxy to have an easy way of replaceing ics links without needing to update the link in my callenders.
|
Additionally, each semester this needed to be done as well. I therefore created this proxy to have an easy way of replacing ics links without needing to update the link in my calenders.
|
||||||
|
|
||||||
## Buidling
|
## Building
|
||||||
|
|
||||||
The easiest way to build this repository is to use docker. You can simply run `docker build -t ics-proxy .`
|
The easiest way to build this repository is to use docker. You can simply run `docker build -t ics-proxy .`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user