Skip to content

Releases: izrik/stuart

Login fixes

17 May 04:37
c572b97
Compare
Choose a tag to compare

This release includes more robust handling of logging in, user-based login instead of a single site-wide password, and various fixes and dependency upgrades.

DB URI file

07 Sep 03:37
e283b58
Compare
Choose a tag to compare

This PR adds the ability to specify the DB connection URI via a file, instead of an environment variable.

Python, docker, and database updates

07 Sep 02:32
7797ba9
Compare
Choose a tag to compare

This release updates the python version to 3.8 (along with upgrading various dependencies), switches the default backend to PostgreSQL, and builds the docker image on Alpine Linux, to drastically reduce image size.

v0.3

02 Jul 19:57
6542b7b
Compare
Choose a tag to compare

Display the version number on each page.

v0.2

29 Jun 21:04
95ec908
Compare
Choose a tag to compare

stuart is a python wiki system.
https://github.com/izrik/stuart

v0.2

Fixed a bug with setting the path prefix, which gunicorn didn't have access to.