Skip to content

Latest commit

 

History

History
81 lines (72 loc) · 7.08 KB

README.md

File metadata and controls

81 lines (72 loc) · 7.08 KB

Gatsby

Selfhosted Gatsby Resources

A collection of resources for those of us that host Gatsby outside of the standard providers like Gatsby Cloud, Netlify, Vercel, etc.

Gatsby

Documentation

Plugins

  • gatsby-plugin-fastify - A way to integrate your Gatsby site with a Node.js server using Fastify. Enables Functions, DSG, SSR, Image CDN, etc.
  • gatsby-plugin-s3 - Enables you to deploy your gatsby site to a S3 bucket.

GitHub Issues

Cloud Hosting

Blog Posts & Discussions

Webhooks

Related Tools

  • Meli Docs - Meli is an open source platform built for deploying static sites and frontend applications. Unclear how well maintained it is, but still interesting nonetheless.
  • Fission: Serverless Functions for Kubernetes - Fission is a fast serverless framework for Kubernetes with a focus on developer productivity and high performance.

Blog Posts & Discussions

Videos

To be sorted...

- https://dockerquestions.com/2020/12/07/kaniko-how-to-cache-folders-from-gatsby-build-in-kubernetes-using-tekton/
- https://www.reddit.com/r/nextjs/comments/q7vw6p/cheaper_vercel_alternatives_specifically_to/
- https://www.reddit.com/r/nextjs/comments/qwa8m8/is_it_possible_to_deploy_a_nextjs_app_with_ssr/
- https://github.com/netlify/gatsby-runner#how-it-works (https://www.netlify.com/blog/cut-build-times-with-gatsby-runner/)
- https://www.jameshill.dev/articles/running-gatsby-within-aws-lambda/
  - https://github.com/jahilldev/gatsby-lambda/blob/main/src/lambda.ts
- https://gist.github.com/digitalkaoz/94933c246ba67032a1507083e2605a30
- https://stackoverflow.com/questions/66762442/gatsby-preview-server-in-a-serverless-stateless-environment