Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Find a file
dependabot[bot] 12b7b8467b
Bump sharp, gatsby-plugin-manifest, gatsby-plugin-sharp and gatsby-transformer-sharp
Bumps [sharp](https://github.com/lovell/sharp) to 0.32.6 and updates ancestor dependencies [sharp](https://github.com/lovell/sharp), [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest), [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) and [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp). These dependencies need to be updated together.


Updates `sharp` from 0.23.2 to 0.32.6
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.23.2...v0.32.6)

Updates `gatsby-plugin-manifest` from 2.2.25 to 5.12.3
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@5.12.3/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-sharp` from 4.25.1 to 5.12.3
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@5.12.3/packages/gatsby-plugin-sharp)

Updates `gatsby-transformer-sharp` from 2.12.1 to 5.12.3
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.12.3/packages/gatsby-transformer-sharp)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: indirect
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 17:46:48 +00:00
src Importing form 2020-02-18 22:49:59 -05:00
.eslintrc.js Importing form 2020-02-18 22:49:59 -05:00
.gitignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierrc Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-browser.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-config.js Importing form 2020-02-18 22:49:59 -05:00
gatsby-node.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-ssr.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
package-lock.json Bump sharp, gatsby-plugin-manifest, gatsby-plugin-sharp and gatsby-transformer-sharp 2023-11-16 17:46:48 +00:00
package.json Bump sharp, gatsby-plugin-manifest, gatsby-plugin-sharp and gatsby-transformer-sharp 2023-11-16 17:46:48 +00:00
README.md Readme 2020-02-18 23:19:08 -05:00

Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy

Repository for the tutorial about creating a backend server to support a Gatsby website.

See details in your own server with Gatsby, Express and NGINX

Installation

  • Clone repository
git clone https://github.com/Rodrigoplp/gatsby-express-nginx.git
  • Install dependencies
cd gatsby-express-nginx
npm install
  • Initiate Gatsby
gatsby develop