From 0b005c192b2c141c7f6c9bff4a0702361814c21d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Aug 2025 13:36:30 -0400 Subject: Prototype PodcastItLater 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. --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index a13f7db..c052b4a 100644 --- a/.envrc +++ b/.envrc @@ -40,6 +40,10 @@ export GITHUB_CLIENT_STATE=$(cat /proc/sys/kernel/random/uuid) export STRIPE_PUBKEY=pk_test_51I3jv1IC3f10BNLClrBmNr485mWSzQkITvjO0MmSeFn4chFqmODJaHcI7IiN1sqSJYusmRhuPzeGTbCrl8dMsSQP00JXUmlVFC # +# Biz/PodcastItLater + export S3_ENDPOINT="https://nyc3.digitaloceanspaces.com" + export S3_BUCKET="biz.podcastitlater" +# # run lorri if its available if type lorri &>/dev/null then -- cgit v1.2.3