philchillbill wrote: 
> If you want to autostart ngrok when your system boots, this will explain
> the steps involved. It's been added to the online help too.
> 
> Sign in to your (free) ngrok account from a browser and note the
> authtoken that appears on your dashboard. Next, at a command prompt on
> your ngrok host machine, type:
> 
> NGROK AUTHTOKEN YOUR_AUTHTOKEN
> 
> This will have created a file called ngrok.yml in a hidden folder
> .ngrok2 in your home directory (e.g. /home/pi if on raspbian). Edit that
> file using e.g.* nano ~/.ngrok2/ngrok.yml *so that it looks as follows
> (note the indentation is required):
> 
> > 
Code:
--------------------
  >   > 
  > authtoken: 6hR173iJMYTfypshaexbe_8xgopkz39Cx2aqkz4Z7OT  <-- your authtoken
  > web_addr: 0.0.0.0:4040
  > inspect: false
  > region: eu
  > tunnels:
  > mediaserver:
  > proto: http
  > addr: 192.168.1.10:9000
  > auth: "username:password"
  > 
--------------------
> > 
> Explanation: 'web_addr' allows you to use a browser to check the
> configuration from any machine in your local network, not just from
> localhost; 'inspect' when set to false reduces logging and increases
> responsiveness once you're all set up; 'region' defaults to 'us' if
> you don't override it to e.g. eu. The 'tunnels' command allows us to
> pre-define the parameters for a tunnel so that it can then be started
> using the start command — the addr and auth should match your
> particular setup.
> l.

Before setting up the service, I wanted to try the changed config.  What
command should I use to start ngrok using the new config.  I tried the
command line in your instructions but this went into a display page in
the terminal which I couldn't disown.



LMS server: Pi Zero

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Home Mini, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler

Brexit =  &#8734; stupidity


------------------------------------------------------------------------------------
------------------------------------------------------------------------
castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to