TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Idea for serverless Git CMS with backblaze image host

1 pointsby supernihilabout 2 years ago
i have been asked by a small music venue to see if i could simplify their drupal install<p>since i dont know php, and since the website is mostly just a bunch of bloglike posts with events, i thought it would make a good candidate for a static page<p>THAT is until i figured out the backcatalog of posts going back to 2011 with huge image assets.<p>so i came up with this plan: https:&#x2F;&#x2F;github.com&#x2F;sloev&#x2F;research-into-serverless-git-based-cms&#x2F;blob&#x2F;main&#x2F;README.md<p>which roughly is to create two repos: one repo for a single file cms in the form of a cloudflare worker that does ultra simple access control together with image upload (presigned backblaze urls) and form submit (musicevents new&#x2F;updated) as json<p>another repo for keeping the layout plus all the music events json etc this repo can be public andwill build static html on each push<p>my question is : &quot;is this gonna make the site more maintainable in the future?&quot;<p>currently they have no person responsible for the website s it has to be easy to get into and maintain for an occational dev

no comments

no comments