fritzbox-cloudflare-dyndns icon indicating copy to clipboard operation
fritzbox-cloudflare-dyndns copied to clipboard

Disable strategy

Open danielbeicht opened this issue 4 years ago • 2 comments

Is it possible to disable e.g. the polling strategy if I only want to use the pushing strategy?

danielbeicht avatar Apr 17 '21 21:04 danielbeicht

Sure, just do not specify FRITZBOX_ENDPOINT_URL, you should see a message on the log that indicates that polling was disabled due to this missing env.

adrianrudnik avatar Apr 18 '21 10:04 adrianrudnik

When I don't specify the FRITZBOX_ENDPOINT_URL it's throwing an error: image

When I uncomment the FRITZBOX-lines, the container is working and I can use the pushing strategy (however, polling strategy running too which I want to disable).

danielbeicht avatar Apr 18 '21 21:04 danielbeicht

@danielbeicht I found an ugly but working quick fix: Just add an empty environment var like

environment:
      - FRITZBOX_ENDPOINT_URL=
      - other stuff

DHeinrichs avatar Dec 06 '22 10:12 DHeinrichs

Improved the documentation on that to say that you need to explicitly set FRITZBOX_ENDPOINT_URL to an empty string for the docker image.

cromefire avatar Oct 22 '23 20:10 cromefire