eirikb / weecloud

WeeChat web interface
https://weecloud.jit.su
125 stars 29 forks source link

Running locally #11

Closed eirikb closed 11 years ago

eirikb commented 12 years ago

The current version can be run locally without any problems, but it is not aimed at one single user, and it is not locked down. Would simply be like running weecloud.jit.su just from another computer.
Should support:

dennisse commented 11 years ago

Why close this? This would be quite practical for a lot of users.

eirikb commented 11 years ago

Set in packages.config like this:

"options": {
  "host": "localhost",
  "port": 9001,
  "ssl": true
}