tmat256

Members
  • Posts

    1
  • Joined

  • Last visited

tmat256's Achievements

New User

New User (1/3)

  1. I just recently got my invite email and found 2 issues I figured should be brought up: 1) I install the app on a server and then port forward 8888 locally and everything is fine. But if I run the app locally as well then I can't use 8888, so I forward the server one to another port: $ ssh -L8883:localhost:8888 server and the file browser (on both web interfaces) doesn't work. Interestingly enough I can port forward to another port fine. Everything breaks once I start the second server. My solution was to kill the local client, change setting on the remote one, then start the local one back up. It's really a pain. 2) There isn't any way to edit the predefined hosts on the web interface. Is this in the .dat file somewhere?