tlkio / feedback

Feedback on tlk.io
3 stars 0 forks source link

Self hosted version? #11

Open nadilas opened 4 years ago

nadilas commented 4 years ago

Hi,

Do you guys plan to release a on-premise version? Like a docker image would be great. :-)

antstorm commented 4 years ago

Hey @nadilas!

We unfortunately don't offer this right now as tlk.io is written in Ruby and running it on a 3rd party machine can potentially leak the source code. What's your use case?

nadilas commented 4 years ago

Hey @antstorm, sorry for my late response. I was looking for a pluggable messaging system which could extend our current webpage.

So basically the idea was, as one of our subpages loads, the system would look up a topic message board by ID and embed it within our page. If the topic not yet exists, it would create it on the fly.

antstorm commented 4 years ago

This should be possible even with the current system. Do you have a sense of how active these chat rooms are expected to be and how many would you need?

nadilas commented 4 years ago

Sure, but I can’t let the content be on the public web.

antstorm commented 4 years ago

@nadilas would something like end-to-end encryption on our side solve this issue?