35 Commits

Author SHA1 Message Date
Jon Staab 8710043a02 Fix env conventions again 2026-04-02 14:01:09 -07:00
Jon Staab 2f1972e70a Add contributing file 2026-04-02 13:31:37 -07:00
Jon Staab 147c756cc1 Update readme to point to .env.local 2026-03-16 13:36:06 -07:00
Jon Staab c7fb404404 Add -s flag to readme 2026-03-13 13:23:31 -07:00
mplorentz eeacaca725 Fix a docker rebuild issue (#88)
The Docker build wasn't making use of docker's cache because the .git directory was being copied into the build context. This means that even if the app did not change, if anything in git changed then docker would rebuild the entire app.

This excludes the .git folder from the docker build, instead relying on the user to pass in the build hash at build time. Which is annoying but I don't think there's a better way around it.

This was annoying me because I am deploying a self-hosted version of flotilla from a git branch via ansible and it was rebuilding flotilla every time.

Co-authored-by: mplorentz <mplorentz@noreply.gitea.coracle.social>
Reviewed-on: coracle/flotilla#88
Co-authored-by: Matt Lorentz <mplorentz@noreply.coracle.social>
Co-committed-by: Matt Lorentz <mplorentz@noreply.coracle.social>
2026-03-09 21:12:35 -07:00
Jon Staab dde9dbfbfe Add forward scrolling to makeMakeFeed 2026-03-09 21:12:08 -07:00
Jon Staab b6b78591bc Update push impl 2026-02-04 10:37:50 -08:00
Jon Staab c82cf4a4c2 Update platform url 2025-10-28 16:08:48 -07:00
Jon Staab ba80ebac63 Add contributing file, rename some files 2025-08-21 15:01:31 -07:00
Jon Staab 6d2e9a037d Allow for multiple platform relays 2025-06-09 13:48:45 -07:00
Jon Staab b2dc41f25b Re-arrange the readme 2025-05-19 15:17:26 -07:00
Jon Staab b3bc0e4957 Add github action to publish dockerfile 2025-05-19 11:54:19 -07:00
Jon Staab 317ab57ed2 Use env instead of env.local 2025-05-12 08:27:46 -07:00
Jon Staab c1b52b66ff Use lib version of date functions 2025-05-05 10:11:02 -07:00
Jon Staab 489707b9b2 Switch to pnpm, use new welshman stuff 2025-04-09 15:32:35 -07:00
Jon Staab fa17c398ca Make deploy documentation more clear 2025-01-24 09:49:14 -08:00
Jon Staab 141e2bf835 Update readme with draft nip 2024-11-14 16:02:20 -08:00
Jon Staab e6483d36b2 Add loading indicator to discover page, add deploy directions to readme 2024-11-14 15:43:55 -08:00
Jon Staab 3451ed74ca Move todos to issues 2024-10-09 10:26:12 -07:00
Jon Staab efc6e0a569 Small tweaks 2024-10-09 10:12:34 -07:00
Jon Staab 6183772029 Bump welshman 2024-10-09 09:55:09 -07:00
Jon Staab 3d85846f5f Fix space membership on discover page 2024-10-09 09:44:41 -07:00
Jon Staab beaaa0e2ed Add profile detail and notes to self 2024-10-09 09:31:50 -07:00
Jon Staab 8698dcc359 Rough out chat 2024-10-08 11:39:16 -07:00
Jon Staab 96f22b9553 Add profile page 2024-10-02 16:36:08 -07:00
Jon Staab 73eddece54 Add tags from content to notes 2024-10-02 13:51:43 -07:00
Jon Staab a422d59f4b Bump welshman, fix nested quote background 2024-10-02 11:57:36 -07:00
Jon Staab 54bf6add16 Rough out fetching DMs 2024-10-01 16:27:25 -07:00
Jon Staab ce733e5743 Add emoji reactions 2024-09-25 13:46:10 -07:00
Jon Staab 4c9b7da586 Move from topic to room using tilde 2024-09-23 10:51:43 -07:00
Jon Staab ae6c03d975 rename conversations to rooms 2024-08-22 12:21:54 -07:00
Jon Staab bd8fcd3264 Add remove group, format 2024-08-16 10:50:45 -07:00
Jon Staab 71d819edc7 Work on login screen 2024-08-09 16:32:07 -07:00
Jon Staab eaa8c20d0b Add license 2024-08-05 14:47:49 -07:00
Jon Staab b2fc469b41 Initial commit 2024-08-01 16:49:32 -07:00