diff --git a/README.md b/README.md index 690e6f4..415bdc8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -21,12 +21,7 @@ A puppeting bridge between Matrix and Discord packaged as a YunoHost service. Me **Attention: always backup and restore the Yunohost matrix_synapse et mautrix_discord apps together!** -**Shipped version:** 0.6.5~ynh1 - -## Screenshots - -![Screenshot of Matrix-Discord bridge](./doc/screenshots/example.jpg) - +**Shipped version:** 0.6.5~ynh2 ## Documentation and resources * Official admin documentation: @@ -46,4 +41,4 @@ or sudo yunohost app upgrade mautrix_discord -u https://github.com/YunoHost-Apps/mautrix_discord_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 58ebf68..c06b744 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -20,12 +20,7 @@ Un pont entre Matrix et Discord présenté comme un service YunoHost. Les messag **Attention : toujours sauvegarder et restaurer les applications matrix_synapse et mautrix_discord de Yunohost ensemble ! -**Version incluse :** 0.6.5~ynh1 - -## Captures d’écran - -![Capture d’écran de Matrix-Discord bridge](./doc/screenshots/example.jpg) - +**Version incluse :** 0.6.5~ynh2 ## Documentations et ressources * Documentation officielle de l’admin : diff --git a/conf/config.yaml b/conf/config.yaml index 6491973..6df883b 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -250,10 +250,10 @@ bridge: # See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html for more info. encryption: # Allow encryption, work in group chat rooms with e2ee enabled - allow: false + allow: true # Default to encryption, force-enable encryption in all portals the bridge creates # This will cause the bridge bot to be in private chats for the encryption to work properly. - default: false + default: true # Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data. appservice: false # Require encryption, drop any unencrypted messages. @@ -343,9 +343,9 @@ bridge: # domain - All users on that homeserver # mxid - Specific user permissions: - "__LISTRELAY__": "relay" - "__LISTUSER__": "user" - "__LISTADMIN__": "admin" + "__LISTRELAY__": "relay" + "__LISTUSER__": "user" + "__LISTADMIN__": "admin" # Logging config. See https://github.com/tulir/zeroconfig for details. logging: diff --git a/config_panel.toml b/config_panel.toml new file mode 100644 index 0000000..f9753d0 --- /dev/null +++ b/config_panel.toml @@ -0,0 +1,54 @@ +version = "1.0" + +[main] +name = "Main Settings" +services = ["__APP__"] + + [main.permissions] + name = "Permissions for using the bridge" + + [main.permissions.helptext] + ask = ''' + Roles with Increasing Power: Relay