Skip to content
 
 

Latest commit

 

History

112 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TumCalProxy Build Status

Proxy for the TUM iCal export to remove clutter from it and optimize the output

You can find more information on the about page: https://cal.bruck.me/

To run locally using docker:

  • run docker run --rm -it -v /ABSOLUTE/PATH/TO/PROJECT/:/app composer install to install dependencies
  • run docker run --rm -it -v /ABSOLUTE/PATH/TO/PROJECT/:/app composer test to execute tests
  • run docker run --rm -p 80:80 -v /ABSOLUTE/PATH/TO/PROJECT/:/app webdevops/php-nginx:alpine to run the webserver on port 80

To build a production image:

  • run docker build -t tumcalproxy -f Dockerfile .
  • run docker run -p 80:80 tumcalproxy
  • open http://127.0.0.1 in your browser

About

Proxy for the TUM iCal export to remove clutter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages