r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
4 stars 2 forks source link

Make it so that when nonessential ENV keys aren't set, that functionality is simply disabled, but the program still runs #12

Closed zleyyij closed 2 weeks ago

zleyyij commented 1 month ago

For example, the backend will currently refuse to function without oauth info. For quick dev stuff, this can be annoying, so that oauth functionality should just be disabled/break when accessed, instead of stopping the whole backend.