https://github.com/sipcapture/homer-ami-builder
Community maintained qryn all-in-one AMI builder
https://github.com/sipcapture/homer-ami-builder
Last synced: 3 months ago
JSON representation
Community maintained qryn all-in-one AMI builder
- Host: GitHub
- URL: https://github.com/sipcapture/homer-ami-builder
- Owner: sipcapture
- Created: 2023-11-08T09:53:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T12:16:29.000Z (over 1 year ago)
- Last Synced: 2025-01-21T16:45:01.369Z (5 months ago)
- Language: Shell
- Size: 291 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homer
To build the packer image you can do as follows
```
packer init aws-debian.pkr.hcl
packer build aws-debian.pkr.hcl
```To build for production you must specify the region
```
packer init aws-debian.pkr.hcl
packer build -var 'region=eu-west-1' aws-debian.pkr.hcl
```# user-data
In the user-data of the instance you must set the following env vars and invoke /usr/sbin/genconf.sh
```
CLICKHOUSE_SERVER
CLICKHOUSE_USER
CLICKHOUSE_PASSWORD
CLICKHOUSE_DB
CLICKHOUSE_PROTO
CLICKHOUSE_PORT
QRYN_USER
QRYN_PASSWORD
```# logging into grafana first time
Default login:
admin / admin# logging into the debian instance
Username: admin