favonia
favonia
@tiamilani Thanks for the suggestion and sorry for the late response. I have a question: if both `SHOUTRRR` and `SHOUTRRR_FILE` are present, should that be an error? I am currently...
@tiamilani For `*_TOKEN` and `*_TOKEN_FILE`, the updater is "maximally tolerant," meaning that as long as they have the same value, the updater will not complain. The additional complexity here is...
@mdhwoods Thanks for the suggestion. Are you using Docker compose? If so, `docker-compose logs --timestamps` will give you the timestamps. (This is one of the few reasons why it has...
@mdhwoods The `--timestamp` option is not for you to build images, but to view the log of an existing container with timestamps. Anyway, if you are using Portainer, a similar...
@mdhwoods If you are happy with the timestamps provided by Portainer, I will close this issue soon (with an update to the FAQ section). If you think the updater should...
Closing this. (BTW, perhaps you would like to respond directly on GitHub.)
@az1611 Unfortunately, no. This issue alone would not support that. Let me create a new issue for you!
- Environment variable: `IP6_PREFIX_LEN` - Default value: 128 - Effects: - When updating records, only the prefix was compared and changed. (To have the correct results, records must be re-fetched...
@Viermusketiere Thanks! That's a very interesting idea. I tried to find the technical details on https://dynv6.com/docs/apis but could not find them. Could you possibly help me locate the documentation of...
> * Remaining issues: how to specify host IDs for domains? After some struggling, I'm leaning towards this notation for IPv6 host IDs: `example.org[::11:ab05]`. MAC addresses can be supported as...