appservice: address: http://localhost:29317 address: https://chat.mydomain.com domain: chat.mydomain.com verify_ssl: true database: sqlite:/data/conduwuit/mautrix-telegram.db # place the database into the /data/conduwuit folder telegram: # Get your own API keys at https://my.telegram.org/apps api_id: << put your id here >> api_hash: << put your hash >> # (Optional) Create your own bot at https://t.me/BotFather bot_token: disabled permissions: "*": "relaybot" # non-local users can only see messages "chat.mydomain.com": "full" # full access to all local users "@myself:chat.mydomain.com": "admin" # who can admin the bot encryption: # Whether to enable encryption at all. If false, the bridge will not function in encrypted rooms. allow: true double_puppet_server_map: example.com: https://chat.gardiol.org double_puppet_allow_discovery: false login_shared_secret_map: chat.gardiol.org: << here the double pupper as_token >> logging: handlers: file: filename: /var/log/conduwuit/mautrix-telegram.log