I have setup a initial version of the website with the new design: www.tryton.org: log
You can see it running on http://new.tryton.org/
It is a Flask application with some memory caching. It fetch the 3 last news from https://discuss.tryton.org/c/news and the three next events from Tryton calendar. They are all based on standard format: RSS and iCal, so we could change the platform as long those format are available.
To ease the deployment and the update, it is a docker image build from docker-compose. There is a cron task running every hour that run hg pull -u
and docker-compose up --build
. The main server redirect via proxy to the local docker image which is listening only on localhost:5000 (uwsgi server).
There are only the main page for now.
3 Likes