An open API service indexing awesome lists of open source software.

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

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