Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyouheicf/cf-area1-trigger
Cloudflare Area 1 Email Security で Gmail 向け Retraction による挙動を確認する - Qiita
https://github.com/kyouheicf/cf-area1-trigger
cloudflare cloudflare-pages cloudflare-pages-functions cloudflare-workers
Last synced: 30 days ago
JSON representation
Cloudflare Area 1 Email Security で Gmail 向け Retraction による挙動を確認する - Qiita
- Host: GitHub
- URL: https://github.com/kyouheicf/cf-area1-trigger
- Owner: kyouheicf
- Created: 2023-05-09T15:40:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T00:41:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:32:22.797Z (3 months ago)
- Topics: cloudflare, cloudflare-pages, cloudflare-pages-functions, cloudflare-workers
- Language: TypeScript
- Homepage: https://qiita.com/khayama/items/3446d6daa6e5960b45ce
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cf-area1-trigger
```
# Clone GitHub Repo
git clone https://github.com/kyouheicf/cf-area1-trigger && cd $(basename $_ .git)# Create Pages project
wrangler pages project create cf-area1-trigger
```Set your environment variables `[email protected]` 、 `[email protected]` at UI
![image-20230309011113793](https://cdn.jsdelivr.net/gh/kyouheicf/image@master/uPic/image-20230309011113793.png)
```
# Deploy Cloudflare Pages
# wrangler pages dev .
wrangler pages publish .# Open your working page
open https://cf-area1-trigger-xxx.pages.dev
```![cf-area1-trigger](https://camo.qiitausercontent.com/3d774998891dc87bf5b0c522c33a4ddba7de0085/68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f3130313336312f61303133373933362d663338382d636232642d656531392d3466303436343065663732362e706e67)