Go to file
Raphael Maenle 15e68b88e8 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
backend@45cd71cc4b code cleanup and comments 2020-07-10 10:55:01 +02:00
database code cleanup and comments 2020-07-10 10:55:01 +02:00
docker adds uwsgi support instead of using flask dev server 2020-07-10 11:47:49 +02:00
server code cleanup and comments 2020-07-10 10:55:01 +02:00
.gitignore adds static files to server 2020-05-11 21:00:00 +00:00
.gitmodules adds backend as submodule 2020-05-08 13:21:42 +02:00
config.py updates database design for mariadb 2020-05-27 20:06:43 +02:00
README.md backend now uses calendar_id and this is the frontend upgrade 2020-05-18 23:52:18 +02:00
server.py code cleanup and comments 2020-07-10 10:55:01 +02:00
wsgi.ini adds uwsgi support instead of using flask dev server 2020-07-10 11:47:49 +02:00
wsgi.py adds structure for virtual environment uwsgi and http communication 2020-05-10 20:31:42 +02:00

summary:

this repository includes the webpage frontend for the calendar watch server it gets served via a python server

app description:

Longitude is a 24h slow watch-face. The Sun moves around the watch over the course of the day, while the planet completes a rotation every hour. Add your Calendar via a web-platform, so that every glance at your watch shows a summary of your day.

Version 0.1 (beta):

  • This version of the watchface includes the sun and the planet for time visualization

Future (beta):

  • The next version will add support for connecting the device to the web platform