Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
matrix:telegram [2025/03/11 10:21] – [Login] willy | matrix:telegram [2025/03/12 07:23] (current) – [Bridge Setup] willy | ||
---|---|---|---|
Line 12: | Line 12: | ||
I asusme you are installing the bridge directly together with the Matrix server, as user // | I asusme you are installing the bridge directly together with the Matrix server, as user // | ||
- | Create a subfolder in which you need to initializa | + | Create a subfolder in which you need to initialize |
<code bash> | <code bash> | ||
su - conduwuit | su - conduwuit | ||
Line 52: | Line 52: | ||
This file is huge, here are the most relevant changes needed: | This file is huge, here are the most relevant changes needed: | ||
<file - config.yaml> | <file - config.yaml> | ||
+ | appservice: | ||
+ | address: http:// | ||
+ | |||
address: https:// | address: https:// | ||
domain: chat.mydomain.com | domain: chat.mydomain.com | ||
Line 76: | Line 79: | ||
login_shared_secret_map: | login_shared_secret_map: | ||
chat.gardiol.org: | chat.gardiol.org: | ||
+ | | ||
+ | logging: | ||
+ | handlers: | ||
+ | file: | ||
+ | filename: / | ||
</ | </ | ||