ferdium / ferdium-server

The server component that can either be self-hosted or hosted for general purpose - for use with the ferdium thick client.
MIT License
164 stars 41 forks source link

Use the server without email #71

Open AustralEpitech opened 1 year ago

AustralEpitech commented 1 year ago

I would love to create the users myself for my instance of Ferdium. I didn't see any docs to do so. Is it possible to create user with just username:password ? Or better yet, connect Ferdium to an already existing ldap server?

thuvh commented 1 year ago

I installed ferdium-server for myself with flag IS_REGISTRATION_ENABLED on, then sign up with my email. After that, turn off this flag and reboot server :D

AustralEpitech commented 1 year ago

Yeah, I tried that but I believe you need to setup the smtp server to enable this and I didn't want to do it. Guess I have no choice for now.

thuvh commented 1 year ago

yep, can you share the reason why you didn't want to do that? I think it's easy with gmail or st like that.

AustralEpitech commented 1 year ago

I just don't like the fact that the server requests uneeded information about my users. Also, I am starting to self host my own mail server, but it takes a long time and I can't fully commit atm, so my installation is a bit clumsy.

deathbybandaid commented 10 months ago

I would also like to authenticate with ldap or radius.

santiagon610 commented 5 months ago

I would also like to authenticate with ldap or radius.

OIDC/SAML would be my vote 😀