summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater/Web.nix
AgeCommit message (Collapse)Author
2025-09-05Don't use localhost in nginx configBen Sima
This avoids nginx's DNS caching, which might be causing 10 minutes of 502 errors on deploy.
2025-09-04Refactor Admin and Database path stuffBen Sima
Moved the Admin related stuff to a separate file. Removed the repetitive `db_path` arg everywhere and replaced it with correct assumptions, similar to whats in other apps.
2025-08-28Remove email submission featureBen Sima
This requires either setting up my mailserver or signing up with Mailgun, and honestly I don't need either of those things right now. Just use the web submission, I can add the email submission feature later.
2025-08-28Prototype PodcastItLaterBen Sima
This implements a working prototype of PodcastItLater. It basically just works for a single user currently, but the articles are nice to listen to and this is something that we can start to build with.