https://github.com/gewoonjaap/portainer-templates-cf-worker
Cloudflare Worker that merges different portainer templates into one template
https://github.com/gewoonjaap/portainer-templates-cf-worker
cloudflare docker portainer portainer-templates worker wrangler
Last synced: 19 days ago
JSON representation
Cloudflare Worker that merges different portainer templates into one template
- Host: GitHub
- URL: https://github.com/gewoonjaap/portainer-templates-cf-worker
- Owner: GewoonJaap
- Created: 2022-10-29T16:35:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T08:10:13.000Z (over 2 years ago)
- Last Synced: 2025-04-12T07:45:12.520Z (6 months ago)
- Topics: cloudflare, docker, portainer, portainer-templates, worker, wrangler
- Language: TypeScript
- Homepage: https://portainer-templates.mrproper.dev/
- Size: 10.7 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Portainer Templates | Cloudflare Worker
Cloudflare Worker script that merges different Portainer templates into one template file.## Usage
1. Login to Portainer
2. Go to Settings -> Application settings -> App Templates
3. Set `https://portainer-templates.mrproper.dev/template.json` as template URL
4. Click `Save application settings`## Development
- `wrangler login` to login to Cloudflare and authorize wrangler
- Create a Cloudflare Worker with name: `portainer-templates`
- `wrangler dev` for local testing
- `wrangler publish` to publish the worker to Cloudflare