https://github.com/t2bot/pantalaimon-prepare
Prepares an account to be used with Pantalaimon (password rotation, access token fetching, etc)
https://github.com/t2bot/pantalaimon-prepare
Last synced: about 1 year ago
JSON representation
Prepares an account to be used with Pantalaimon (password rotation, access token fetching, etc)
- Host: GitHub
- URL: https://github.com/t2bot/pantalaimon-prepare
- Owner: t2bot
- License: apache-2.0
- Created: 2020-11-28T22:18:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T22:35:20.000Z (over 5 years ago)
- Last Synced: 2025-02-05T06:33:56.543Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pantalaimon-prepare
Prepares an account to be used with Pantalaimon (password rotation, access token fetching, etc)
## Running
1. Prepare a version of `default.json` to be mounted into a container.
2. `docker run --rm -it -v /path/to/edited/default.json:/app/config.json t2bot/pantalaimon-prepare`