feat: Add api endpoint
All checks were successful
Build Docker / Build Image (push) Successful in 20s

This commit is contained in:
2023-11-08 15:25:47 +11:00
parent 5e6af2bcc8
commit 30c723cebb
2 changed files with 36 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ docker run -d \
| max_price | Maximum price to pay for a domain (in HNS) | 5 |
| max_gifts_per_interval | Maximum number of gifts to send per interval | 24 |
| interval | Interval to send gifts (in seconds) | 86400 (24 hours) |
| discord_webhook | Discord webhook to send notifications to | None |
| discord_webhook | Discord webhook to send notifications to | None |
| api_key | API key for api gifts | None |