allow customizable data directory #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bbedward/out-of-your-element:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We bridge niri matrix room with discord using mautrix, and recently tried ooye and generally like it. But we maintain the homeserver and bridge in kubernetes which means we require containerization.
Two things changed:
OOYE_DATA_DIR
- which can be used to overridecwd()
as the data path for registration.yaml and the sqlite database. This is often desirable for kubernetes and container environments in general since containers are usually stateless, and persistent data gets mounted on a separate volume. Or in the case of registration, mounted as a secret/configmap to a separate volume.read_only_room_events_default_power
via registration. It's true on the niri discord server and other discord servers that rooms remain read-only until the userr has completed some captcha or other acknowledgement of rules, so it's desirable for us to set it to 0 - since @everyone is read-only, and everyone gets another role which makes them not-read only but also not worthy of an elevated power level.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.