Futureporn monorepo https://futureporn.net/
Go to file
CJ_Clippy 8faa5e2195
ci / build (push) Failing after 10m8s Details
give web_anon records access
2024-08-01 12:11:13 -08:00
.gitea/workflows fix schema roles and rename 2024-08-01 11:33:36 -08:00
.vscode capture progress 2024-07-25 05:53:52 -08:00
certs assert a vod CUID when updated 2024-07-06 00:49:51 -08:00
charts give web_anon records access 2024-08-01 12:11:13 -08:00
flux progress 2024-07-30 12:34:25 -08:00
packages progress 2024-07-30 12:34:25 -08:00
scripts capture progress 2024-08-01 11:16:35 -08:00
services give web_anon records access 2024-08-01 12:11:13 -08:00
.dockerignore dockerfile for monorepo experiment 4321 2024-07-12 06:41:34 -08:00
.gitignore ignore isolate dir 2024-07-15 08:07:04 -08:00
.npmrc dockerfile for monorepo experiment 4321 2024-07-12 06:41:34 -08:00
ARCHITECHTURE.md progress 2024-07-30 12:34:25 -08:00
LICENSE k8s progress 2024-04-18 20:51:09 +00:00
Makefile progress 2024-07-30 12:34:25 -08:00
README.md capture progress 2024-07-25 05:53:52 -08:00
Tiltfile capture progress 2024-08-01 11:16:35 -08:00
d.bot.dockerfile capture progress 2024-08-01 11:16:35 -08:00
d.capture.dockerfile capture progress 2024-08-01 11:16:35 -08:00
d.link2cid.dockerfile figure out strapi with pnpm 2024-05-27 14:20:58 -08:00
d.mailbox.dockerfile progress 2024-07-30 12:34:25 -08:00
d.meal.dockerfile use internal ts package 2024-07-19 00:01:06 -08:00
d.migrations.dockerfile progress 2024-07-30 12:34:25 -08:00
d.next.dockerfile progress 2024-07-30 12:34:25 -08:00
d.scout.dockerfile progress 2024-07-30 12:34:25 -08:00
d.strapi.dockerfile progress 2024-07-30 12:34:25 -08:00
d.uppy.dockerfile assert a vod CUID when updated 2024-07-06 00:49:51 -08:00
d.worker.dockerfile capture progress 2024-07-22 18:59:41 -08:00
devbox.json progress 2024-07-30 12:34:25 -08:00
devbox.lock differentiate services vs packages 2024-07-27 16:42:09 -08:00
package.json progress 2024-07-30 12:34:25 -08:00
pnpm-lock.yaml progress 2024-07-30 12:34:25 -08:00
pnpm-workspace.yaml temporarily simplify scout for testing 2024-07-15 22:57:27 -08:00

README.md

futureporn.net

Built with Devbox

Source Code for https://futureporn.net

See ./ARCHITECTURE.md for overview

Getting Started

I'm working towards a better development experience with devbox and Tilt. This process is in a state of flux and is likely to be broken.

The main gist is as follows

  1. Install devbox

  2. Install development environment & packages using devbox.

    devbox install

  3. Start a local KIND Kubernetes cluster

    make cluster

  4. Start Tilt

    make tilt

Tilt will manage the KIND cluster, downloading necessary docker containers and building the containers listed in the fp helm chart at ./Charts/fp. Making changes to these charts or the application code will update or re-build the images as necessary.

Metrics Notes

Keeping track of metrics we want to scrape using Prometheus

Uppy

https://uppy.fp.sbtp.xyz/metrics

Development Mantras

Move fast and break things

Make it work, make it right, make it fast (in that order)

Done is better than perfect

If it looks like a duck and quacks like a duck, it is a duck.

If the way is long, the way is wrong

Good, Fast, Cheap. Pick two but not all three.

Organizations are fractals

Focus on what moves the needle

Alligator energy (move slow and preserve things)

Code is run more than it is read

The computer doesn't care