Anyone have a working example of how the password key is done for a Debian install? I have tried appending +password/someuser=somepwd to the service_on line and on a separate line with service_cfg. All my attempts either don't work or stop pagekite from working.
Thank-you for any help
Comments
/etc/pagekite.d/80_httpd.rc:
service_cfg = mykite.pagekite.me/80 : password/myname : mypassword
Notice how using "@kitename" instead of "mykite.pagekite.me" does NOT work (at least with the current version, 0.5.9.0).
This is the equivalent of adding "+password/myname=mypassword" to the command line, which, in the end, adds a "password/mynmae" option to the back-end specific configuration, whose values is "mypassword".
Hope this helps.