Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NichArchA82 committed Dec 16, 2024
1 parent faf0999 commit d77f0a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ while the bolt server listens on port 3000 by default. Read more in
- Slack App setup
- Hetzner Account and configured with API Token in the cloud projects
- Tailscale Account and configured with API Token to install, add, remove machines
- [Provisioner](https://github.com/GlueOps/provisioner) API Deployed to provision VMs on libvirt

### Steps
1. pull down the latest image from ghcr
Expand Down
5 changes: 4 additions & 1 deletion bot/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ HETZNER_SERVER_TYPES=cx42
AWS_REGIONS=us-west-2,us-east-2,ap-south-1,eu-central-1
AWS_INSTANCES=t3a.small,t3a.medium,t3a.large,t3a.xlarge,t3a.2xlarge
AWS_ACCESS_KEY_ID=<AWS Access Key Id>
AWS_SECRET_ACCESS_KEY=<AWS Access Key>
AWS_AMI_OWNER_ACCOUNT_ID=<Account Owner ID for AMI>
AWS_SECRET_ACCESS_KEY=<AWS Access Key>
PROVISIONER_API_TOKEN=<API Token generated from the Provisioner>
PROVISIONER_URL=https://example.com

0 comments on commit d77f0a7

Please sign in to comment.