diff --git a/containers/mautrix-facebook.yaml b/containers/mautrix-facebook.yaml index b1f604e..220d607 100644 --- a/containers/mautrix-facebook.yaml +++ b/containers/mautrix-facebook.yaml @@ -52,12 +52,12 @@ appservice: # Public part of web server for out-of-Matrix interaction with the bridge. public: # Whether or not the public-facing endpoints should be enabled. - enabled: false + enabled: true # The prefix to use in the public-facing endpoints. prefix: /public # The base URL where the public-facing endpoints are available. The prefix is not added # implicitly. - external: https://example.com/public + external: https://redalder.org/mufb # Shared secret for integration managers such as mautrix-manager. # If set to "generate", a random string will be generated on the next startup. # If null, integration manager access to the API will not be possible. @@ -292,8 +292,8 @@ bridge: # mxid - Specific user permissions: "*": "relay" - "example.com": "user" - "@admin:example.com": "admin" + "redalder.org": "user" + "@magic_rb:redalder.org": "admin" relay: # Whether relay mode should be allowed. If allowed, `!fb set-relay` can be used to turn any