Futureporn monorepo https://futureporn.net/
Go to file
CJ_Clippy d4b409fe67
ci / build (push) Has been cancelled Details
progress
2024-05-20 23:47:14 +00:00
.dokku switch back to dokku 2024-02-26 14:00:23 -08:00
.gitea/workflows try argo declaration 2024-04-25 01:53:28 +00:00
.vscode add vscode dir 2024-03-20 21:35:34 -08:00
apps progress 2024-05-20 23:47:14 +00:00
charts progress 2024-05-20 23:47:14 +00:00
clusters use letsencrypt staging 2024-04-26 22:19:45 +00:00
infrastructure add windmill 2024-04-27 00:31:57 +00:00
packages progress 2024-05-20 23:47:14 +00:00
.dockerignore argo 2024-04-22 00:14:48 +00:00
.gitignore argo 2024-04-22 00:14:48 +00:00
.npmrc try gitea actions 2024-03-20 21:29:45 -08:00
.nvmrc make next.dockerfile more lightweight 2024-03-29 19:27:03 -08:00
ARCHITECHTURE.md progress 2024-05-20 23:47:14 +00:00
LICENSE k8s progress 2024-04-18 20:51:09 +00:00
Makefile progress 2024-05-20 23:47:14 +00:00
README.md argo 2024-04-22 00:14:48 +00:00
compose.yml potential fix 2024-03-28 23:45:51 -08:00
d.capture.dockerfile progress 2024-05-20 23:47:14 +00:00
d.link2cid.dockerfile progress 2024-05-20 23:47:14 +00:00
d.next.dockerfile progress 2024-05-20 23:47:14 +00:00
d.realtime.dockerfile progress 2024-05-20 23:47:14 +00:00
d.scout.dockerfile progress 2024-05-20 23:47:14 +00:00
d.strapi.dockerfile progress 2024-05-20 23:47:14 +00:00
helmfile.yaml progress 2024-04-20 22:34:14 +00:00
helmsman.argocd.yaml remove argo from fp 2024-04-22 12:52:26 +00:00
helmsman.fp.yaml remove argo from fp 2024-04-22 12:52:26 +00:00
helmsman.nothing.yaml remove argo from fp 2024-04-22 12:52:26 +00:00
link2cid.dockerfile fix index.js paths 2024-04-25 00:05:05 +00:00
next.dockerfile online install 2024-03-29 21:27:56 -08:00
package.json k8s progress 2024-04-18 20:51:09 +00:00
pnpm-lock.yaml add gitea ci 2024-03-28 23:28:02 -08:00
pnpm-workspace.yaml convert strapi to use pnpm 2024-04-02 06:49:33 -08:00
strapi.dockerfile successful docker build of strapi 2024-04-12 11:25:44 -08:00
t.wip.tiltfile progress 2024-05-20 23:47:14 +00:00

README.md

futureporn.net

See ./ARCHITECTURE.md for overview

Development

make minikube
make tilt

Deploying

Stand up a kubernetes cluster.

make crds
make argocd

Argo CD will watch the git repo for changes and deploy helm charts as necessary.