Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pycanis committed Sep 22, 2024
1 parent a2c3a66 commit c4e908a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
memo: "Scheduled payment coming your way!"
```

Currently, `server_url` mustn't be an IP address, otherwise you run into `InvalidDNSNameError`. If lnd is not running locally and you don't have a domain name for it, add `<ip address> lnd` to your `/etc/hosts` and then in config.yaml use `server_url: "https://lnd:10009"`

`schedule` is a cron-like syntax extended by seconds field (first one) and optionally also year. Here are a few examples:

- `0 * * * * *` run every minute
Expand All @@ -54,10 +56,6 @@ All job times are currently in UTC.
- Specify timezones
- Whatever else comes up

## Limitations

Currently, `server_url` mustn't be an IP address, otherwise you run into `InvalidDNSNameError`. If lnd is not running locally and you don't have a domain name for it, add `<ip address> lnd` to your `/etc/hosts` and then in config.yaml use `server_url: "https://lnd:10009"`

## Contributing

Open to PRs!

0 comments on commit c4e908a

Please sign in to comment.