-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Automation
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,20 @@ The server can be one listed at https://github.com/acmesh-official/acme.sh/wiki/ | |
- Add `DEBUG=1` (or `2` or `3`) to `env` for debug output. | ||
Certificates will be installed to `/ssl/` | ||
|
||
# Support | ||
If you find this addon useful, please consider supporting my work by [buying me a coffee](https://www.buymeacoffee.com/wernerhp) or making a donation in the form of Bitcoin. | ||
|
||
### Bitcoin | ||
`3EGnQKKbF6AijqW9unyBuW8YeEscY5wMSE` | ||
<img width="200" alt="Bitcoin address: 3EGnQKKbF6AijqW9unyBuW8YeEscY5wMSE" src="https://github.com/wernerhp/ha.addon.acme_sh/assets/2578772/9914c7d4-cd73-4d69-a2f0-2c9b1633dc8f"> | ||
|
||
|
||
### Buy me a coffee | ||
<a href="https://www.buymeacoffee.com/wernerhp" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> | ||
|
||
Sign-up for a free Luno wallet using [this invite link](http://www.luno.com/invite/X48WY) or enter the code **X48WY** in the **Rewards** section and we can both earn **R 25.00 free BTC** after investing our first R 500. | ||
|
||
|
||
## Config | ||
``` | ||
account: [email protected] | ||
|
@@ -27,5 +41,18 @@ dns: | |
- FREEDNS_Password=my_password | ||
- DEBUG=1 | ||
``` | ||
|
||
<a href="https://www.buymeacoffee.com/wernerhp" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a> | ||
## Automation | ||
Setup an automation to run | ||
```yaml | ||
alias: Restart ACME.sh Addon | ||
trigger: | ||
- platform: time | ||
at: "00:00" | ||
action: | ||
- service: hassio.addon_restart | ||
data: | ||
addon: 5b07adba_acme_sh | ||
initial_state: true | ||
mode: single | ||
description: Renew SSL Certificates using ZeroSSL | ||
``` |