thunderhub icon indicating copy to clipboard operation
thunderhub copied to clipboard

Cannot get SSL or Tor access to the client for external use

Open jshplayer opened this issue 3 years ago • 1 comments

Describe the problem/bug

When attempting to use SSL in production mode an error occurs showing: npm run start:secure does not exist as a script.

When attempting to configure Tor access - cannot find any documentation on process?

I'd like some form of secure sign in and either of the above will work - signing in via plain text doesn't suit.

Your environment

  • Version of ThunderHub:
  • 0.12.31
  • Deployment method: binary, extract, install
  • Other relevant environment details: debian 10 buster on a VM

To Reproduce Steps to reproduce the behavior:

  1. Go to https://publicip:3000

Expected behavior The page to resolve, via HTTPS or Tor using an Onion address.

Actual behavior Doesn't resolve / client won't start with :secure flag.

Screenshots/Links

Additional context

jshplayer avatar Jan 01 '22 23:01 jshplayer

I actually figured out the Tor setup myself and that's working - just needed to bind a hidden service to the same port ThunderHub uses. But it'd be good to know if this is best practice or if SSL is available too?

jshplayer avatar Jan 02 '22 00:01 jshplayer