Futureporn monorepo https://futureporn.net/
Go to file
CJ_Clippy 11032ee83c
ci / build (push) Successful in 11s Details
nesting
2024-04-28 02:21:49 +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 nesting 2024-04-28 02:21:49 +00:00
charts use vultr-block-storage storageClass 2024-04-27 21:45:08 +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 use index.js 2024-04-25 00:12:07 +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 k8s progress 2024-04-18 20:51:09 +00:00
LICENSE k8s progress 2024-04-18 20:51:09 +00:00
Makefile use windmill ing 2024-04-27 19:54:50 +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
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

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.