Git Product home page Git Product logo

Comments (4)

eikendev avatar eikendev commented on May 26, 2024

Hi @mrusme, thanks for opening this issue.

In the configuration I used the format that was documented for the admin matrixid, which is: @xyz:matrix.org.

Can I ask you to provide me with the configuration you used? For redaction, feel free to set a placeholder. Specifically:

  • What homeserver are you using?
  • Are you prepending a @ to your Matrix ID?

Does pushbits require the account to be discoverable?

What do you mean with that?

I've already logged in as the account specified in matrix.username and created a room with the account specified in admin.matrixid.

Pushbits will create the rooms itself. It should not be an issue to create your own rooms generally.

from server.

mrusme avatar mrusme commented on May 26, 2024

Hey there @eikendev,

Here is the config:

debug: true

http:
    listenaddress: '127.0.0.1'
    port: 8030
    trustedproxies: ['127.0.0.1']
    certfile: ''
    keyfile: ''

database:
    dialect: 'sqlite3'
    connection: '/var/run/pushbits.db'

admin:
    name: 'admin'
    password: 'admin'
    matrixid: '@myuser:matrix.org'

matrix:
    homeserver: 'https://matrix.org'
    username: 'pushbitsuser'
    password: 'password123'

security:
    checkhibp: false

crypto:
    argon2:
        memory: 131072
        iterations: 4
        parallelism: 4
        saltlength: 16
        keylength: 32

formatting:
    coloredtitle: true

alertmanager:
    annotationtitle: title
    annotationmessage: message

repairbehavior:
    resetroomname: true
    resetroomtopic: true

What homeserver are you using?

Matrix.org

Are you prepending a @ to your Matrix ID?

To mine? Yes. But also tried without the @ in front -- same result.
To the PushBits user? Nope.

What do you mean with that?

Matrix allows for accounts to be discoverable, either by phone number or mail. That's not the case for my user. I was wondering if that might be a reason.

Pushbits will create the rooms itself. It should not be an issue to create your own rooms generally.

Understood, thanks. I nevertheless removed the room again, but that didn't help either.

from server.

eikendev avatar eikendev commented on May 26, 2024

I tried out your config using my own credentials. I realized the servers' Matrix user must be specified without @, likely because the underlying library expects so. However, I'm not able to reproduce this issue. I do not think that discoverability of a user account should play a role here, but feel free to try with a discoverable account and see if it works.

from server.

eikendev avatar eikendev commented on May 26, 2024

If this issue persists, please feel free to reach out again.

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.