noahsark769/cifilter.app

cifilter.io down (no DNS record)

Closed this issue · 4 comments

@noahsark769 Hi, seems your .io domains don't resolve: https://downforeveryoneorjustme.com/cifilter.io

Screen Shot 2024-01-18 at 15 25 57

Screen Shot 2024-01-18 at 15 24 50

(same for cifilter.io and getfluency.io…)

(if anyone needs to browse the filter reference, i've deployed the gh-pages to a mirror https://cifilters-ref.netlify.app for now…)

Hey @janbrasna, thanks for reporting this! Due to some shennanigans with the domain registration, I moved the domain to https://cifilter.app. Should be up there now!

Sorry to hear. Yup the site is accessible now, I was about to PR the URL changes et al. to bring it up to date but noticed you've started updating the links already…

Probably this one needs updating too:

title: `CIFilter.io: Core Image Filter Reference`,
siteUrl: `https://cifilter.io`

as the builds seem to be failing now:/ — so the changes are not deployed live FYI.

(ah, actually there are errors from probably running the jobs with Node 13… maybe try bumping the actions/setup-node to @v4 and using at least Node 16 to get rid of the errors…) or skip the build+commit CI action completely and add some deploy starter action as gatsby.yml to skip the gh-pages branch completely and build to github-pages deployment straight from the build artifacts…

EDIT: you know what, I've fixed up the manifest and untangled the dependencies etc. for you + created a new workflow for building the Gatsby docs straight to github-pages deployment, see #196