aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ngrok.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into ngrok-pyAUTOMATIC11112023-05-181-0/+1
|\
| * Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-2/+2
| |
* | Use ngrok-py librarybobzilladev2023-05-161-23/+14
|/
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-2/+2
|
* fixed an issue with using ngrok for other connections and also ngrok not ↵Nathanael Santoso2023-04-041-8/+12
| | | | using auth_token
* Improved message clarityNathanael Santoso2023-04-041-1/+1
|
* Added guard clause to prevent multiple tunnel creationsNathanael Santoso2023-04-041-0/+8
|
* Correct singleton comparisonsYuval Aboulafia2022-12-141-2/+2
|
* Merge branch 'master' into patch-1NoCrypt2022-11-111-2/+11
|\
| * Add username and password in ngrok.JingShing2022-11-101-3/+4
| |
| * Add username and password in ngrok.JingShing2022-11-101-2/+10
| |
* | Forcing HTTPS instead of HTTP for ngrokNoCrypt2022-11-111-1/+1
|/ | | For security reason.
* Allow specifying the region of ngrok.ddPn082022-10-161-3/+5
|
* Added new line at the end of ngrok.pyJamnedZ2022-10-111-1/+1
|
* Cleaned ngrok integrationJamnedZ2022-10-111-0/+15