Commit graph

2 commits

Author SHA1 Message Date
c0dffb39a4 fix(compose): mount config.yaml writable so UI can persist changes
The UI mutates /app/config.yaml on every add/remove of subreddits, users
or blacklist entries. With the :ro flag the write fails with OSError and
the route returns 500 (the frontend then shows "Erro de conexão"
because the plain-text 500 body is not JSON-parseable).

Drop :ro from both compose files and from the README volumes table.
2026-05-17 17:12:01 +01:00
986f1dfef4 chore: checkpoint baseline (routers, tests, pyproject) 2026-05-17 11:40:35 +01:00