harrytang / headless.harrytang.xyz

Headless CMS for harrytang.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

headless.harrytang.xyz

Developmemnt

How to run npm install ?

docker compose run --rm -ti strapi npm i

k8s config

kubectl create secret docker-registry regcred --docker-server=ghcr.io --docker-username=harrytang --docker-password=xxx -n harrytang-xyz
kubectl create secret generic env --from-env-file=./.env.prod -n harrytang-xyz

S3 config

  • Uncheck Block all public access

  • Check ACLs enabled

  • Cross-origin resource sharing (CORS)

    [
      {
        "AllowedHeaders": [],
        "AllowedMethods": ["GET", "PUT", "POST", "DELETE", "HEAD"],
        "AllowedOrigins": ["*"],
        "ExposeHeaders": []
      }
    ]

About

Headless CMS for harrytang.xyz


Languages

Language:JavaScript 87.6%Language:Shell 9.7%Language:Dockerfile 2.8%