arkOScloud / applications

Application modules for arkOS
https://arkos.io
7 stars 12 forks source link

RetroShare #15

Open peakwinter opened 9 years ago

peakwinter commented 9 years ago

see: https://github.com/electron128/arkos-retroshare-plugin

(from cznweb/genesis#81)

electron128 commented 9 years ago

The old plugin is now obsolete, because both Retroshare and arkOS had big changes.

But a new plugin would be much smaller and easier to make. Retroshare v0.6 has a webinterface build in. It is just required to enable it with the command line switch --webinterface .

Example: retroshare-nogui --webinterface 9090

The webinterface does not have SSL or password protection. I saw arkOS is using a HTTP proxy server for other apps. Can it provide SSL and password auth?