-
v0.3.0
Stablereleased this
2026-04-18 03:36:31 +02:00 | 26 commits to main since this releaseWhat's new
Demo mode
A built-in demo user can now be enabled via environment variables. When active, the demo account is
auto-created at startup and its content is wiped on a configurable interval (default: every 30 minutes) via an
asyncio background loop, no cron jobs or external schedulers needed.Try it at piruetas.patilla.es, log in with
demo/mysupersecretpassword.README
Added screenshots of both light and dark themes, a live demo link, and the full demo configuration reference.
Bug fixes
- Fixed a startup crash where
appusercouldn't write to.venvdue to/appownership - Disabled
uvcache to resolve a non-root runtime error in Docker
Configuration (new env vars)
Variable Default Description DEMO_ENABLED false Enable demo user and content reset loop DEMO_USERNAME demo Demo account username DEMO_PASSWORD demo Demo account password DEMO_RESET_INTERVAL 1800 Seconds between content wipes Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed a startup crash where