|
|
|
|
|
by whizzter
844 days ago
|
|
How much of your API is dependant on GIT like semantics and how much could work with "plain files" storage? It's neat to be able to transplant a CMS on top of other services that don't necessarily deploy by CI pipes, I made a DAV plugin(basic auth) for Netlify (back before the forks) so as long as a server supported listing(only DAV dependency really), GET, PUT and DELETE you could just plunk down the CMS files somewhere and point to the DAV share. |
|