Designed to refresh webOS Dev mode token.
2.4K
A secure web-based tool for refreshing LG WebOS developer mode session tokens. This project ensures your tokens are stored securely and refreshes them periodically with the LG Developer API.
Anyone can run an instance for this, although I'm not sure why anybody would really want to. However, if you decide to and want to share it then make a PR and add it here.
curlCommand:
curl -X POST -d "key=YOUR_TOKEN_HERE&action=add" -H "Accept: application/json" https://lg.pirate.vodka
curlCommand:
curl -X POST -d "key=YOUR_TOKEN_HERE&action=remove" -H "Accept: application/json" https://lg.pirate.vodka
git clone https://github.com/LucifersCircle/webOS-Token-Refresh.git
cd webOS-Token-Refresh
.env:ENCRYPTION_KEY: A secure encryption key for token storage.SCRIPT_INTERVAL: (Optional) Interval for the task runner to refresh tokens, in seconds (default: 86400).source: /path/to/db/dir: Add the directory you want to store keys.db inside. Ex. /home/username/dbdocker-compose up --build
Navigate to http://localhost:5000 in your browser.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the GPL-3.0 License. See LICENSE for details.
Content type
Image
Digest
sha256:1be049a56…
Size
55 MB
Last updated
over 1 year ago
docker pull luciferscircle/webos-token-refresh