Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: configure spaces and rooms in config.yaml #33

Open
ayushin opened this issue Mar 19, 2024 · 0 comments
Open

feature: configure spaces and rooms in config.yaml #33

ayushin opened this issue Mar 19, 2024 · 0 comments

Comments

@ayushin
Copy link

ayushin commented Mar 19, 2024

This is really a very useful project!

It would be great if one could pre-configure spaces and rooms structure in the config.yaml instead of having to create them manually like so:

spaces:
    - space_a:
       description: "My awesome space"
       spaces:
       - subspace b:
          rooms:
          - rooom_a:
             alias: "#roomA"
             description: "Welcome to Room A"
             public: no
             encrypted: no
           - room_b:

And have bubo compare the database vs the config.yaml on startup and make changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant