cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

Add OpenBSD rc.d script.

Open skarekrow opened this issue 2 months ago • 4 comments

This has a few prerequisites:

  • Creating a _cloudflare_ddns user
  • Add a cloudflare_ddns section to your /etc/login.conf (for env variables, this is noted in the accompanying README commit

Relies on #733

skarekrow avatar Apr 21 '24 21:04 skarekrow

@favonia I tried to keep the style of your README, feel free to edit if you want it laid out differently. I also named the directory in the repo as rc.d, but it could just as easily be init, I'll leave that up to you. I think most non-systemd init systems use rc.d as the naming, but I'm not 100%

skarekrow avatar Apr 21 '24 21:04 skarekrow

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.49%. Comparing base (fc583ad) to head (c7bda51). Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #736   +/-   ##
=======================================
  Coverage   88.49%   88.49%           
=======================================
  Files          48       48           
  Lines        1990     1990           
=======================================
  Hits         1761     1761           
  Misses        208      208           
  Partials       21       21           
Flag Coverage Δ
unittests 88.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 21 '24 21:04 codecov[bot]

@skarekrow Thank you! Could you put the files under contrib/ because, sadly, I will not be able to personally maintain these files? Feel free to update the README and/or rearrange files there.

favonia avatar Apr 25 '24 13:04 favonia

@favonia Whoops didn't even see the contrib directory! I moved the systemd services to have a similar structure and updated the README's for both.

skarekrow avatar Apr 25 '24 17:04 skarekrow