Make the CLI configurable #1

Closed
mokhtar wants to merge 11 commits from proper-config into master
Showing only changes of commit fecb0c2d50 - Show all commits

View File

@ -50,4 +50,4 @@ I'm currently hosting [local-ip.sh](https://local-ip.sh) at [Fly.io](https://fly
You will essentially need to: You will essentially need to:
- set your domain's glue records to point to the IP addresses you will set for `XIP_NAMESERVERS` / `--nameservers` - set your domain's glue records to point to the IP addresses you will set for `XIP_NAMESERVERS` / `--nameservers`
- configure `local-ip.sh` with the domain, admin email address, and nameservers - configure `local-ip.sh` with the domain, admin email address, and nameservers
- ensure you have some sort of persistent storage for the `./.lego` directory, this is where the ACME account and certificate files are stored - ensure you have some sort of persistent storage for the `./.lego` directory, this is where the ACME account and certificate files are stored, you don't want to lose this between deployments