remotecontrol-desktop
remotecontrol-desktop copied to clipboard
own server
your readme says user can use free server or own server but i do not see any link to the server, is that also free software or that is paid?
This is a Free Open-Source Software. I added a free TURN Server for Connection Establishment. But you can add your own Server then you have all on your side.
@danielehrhardt i am not sure exactly which turn server you are talking about. can you share a link to a project that you deployed? also, where are the settings to change to your own server? shouldnt those settings be in the client itself so that any user can change them ?
@danielehrhardt i am not sure exactly which turn server you are talking about. can you share a link to a project that you deployed? also, where are the settings to change to your own server? shouldnt those settings be in the client itself so that any user can change them ?
https://github.com/codext-remotecontrol/remotecontrol-desktop/blob/284f221c75cdfe1c43d5bfbfc0ead9d7ed9a454b/src/app/core/services/connect.service.ts#L248
Yes this make sense, i can add them to the Client.
@danielehrhardt cool. so you are using a stun/turn server. do.....
- you have a guide to install on your own?
- you are using hardcoded credentials. if users are allowed to change servers and set up alternative servers from clients, they should be allowed to change credentials as well.
- does 2 urls, codext and nextcloud mean one can have multiple ones as fallback?
@danielehrhardt cool. so you are using a stun/turn server. do.....
- you have a guide to install on your own?
- you are using hardcoded credentials. if users are allowed to change servers and set up alternative servers from clients, they should be allowed to change credentials as well.
- does 2 urls, codext and nextcloud mean one can have multiple ones as fallback?
https://github.com/coturn/coturn 2. yes, will implement this 3. yes correct