Klaudiusz Dembler f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) 1 tahun lalu
..
src 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
.cargo-ok 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
.gitignore 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
README.md 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
package.json f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) 1 tahun lalu
tsconfig.json 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
webpack.config.js 5f47be6634 Geolocation awareness in distributor selection (#2866) 2 tahun lalu
wrangler.toml f9ec0b655b add custom OpenGraph preview for YPP landing page (#3558) 1 tahun lalu

README.md

Atlas Cloudflare Worker

This repository contains code for deploying a Cloudflare Worker that can be used to enable social previews generation for an Atlas instance. For an overview of this feature, see a section in docs. Cloudflare Worker can act as an entrypoint, as an alternative to Nginx config provided in ci/ directory, that will redirect social media crawlers to an instance of atlas-meta-server.

Deploying:

# install Wrangler (CF Workers CLI)
yarn global add @cloudflare/wrangler

# login via your Cloudflare account
wrangler login

# find out your account ID
wrangler whoami

# at this point you will need to update `account_id` entry in wrangler.toml

# deploy to production
wrangler publish --env production