This website requires JavaScript.
Explore
Help
Sign In
raphael
/
calendarwatch_frontend
Watch
1
Star
0
Fork
0
You've already forked calendarwatch_frontend
Code
Issues
Pull Requests
Releases
Wiki
Activity
5391a4548b
calendarwatch_frontend
/
docker
/
calendarwatch
/
docker-entrypoint.sh
6 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
adds structure for virtual environment uwsgi and http communication - starts uwsgi and flask in virtual environment instead of docker - sets oauth2 https error to false (OAUTHLIB_INSECURE_TRANSPORT=1) - this setup works, but - moving it into docker - removing the venv - and allowing https connection internally? would be better
2020-05-10 20:31:42 +02:00
#!/bin/sh
cd
/home/calendarwatch
adds uwsgi support instead of using flask dev server - uses existing wsgi.py file - adds wsgi.ini file - sets socket - defines application to be run, which it gets from wsgi.py file - uses http communication to nginx server - some random number of workers - updates Dockerfile and docker-entrypoint
2020-07-10 11:47:49 +02:00
uwsgi --ini wsgi.ini
updates color generation, tries fixing credentials bug - credentials still lost the refresh token after a certain event - this was now fixed by completely removing any saves past the first one - https://trello.com/c/iORYLYHl/44-1-check-on-credentials - Color Coding is now updated - fixed an incorrect color mapping in the colors.json - updates some calls to functions to correctly get the natural colors - the incorrect red -> yellow mapping might have to do with the previous credentials error
2020-05-17 22:59:12 +02:00
echo
"server has been started"
Reference in New Issue
Copy Permalink