Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-techmoe/action-caddy-builder
TBD
https://github.com/dev-techmoe/action-caddy-builder
Last synced: 13 days ago
JSON representation
TBD
- Host: GitHub
- URL: https://github.com/dev-techmoe/action-caddy-builder
- Owner: dev-techmoe
- Created: 2021-12-08T06:44:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T08:31:51.000Z (about 1 year ago)
- Last Synced: 2024-01-16T14:34:49.071Z (about 1 year ago)
- Language: Dockerfile
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# action-caddy-builder
This is a simple Github action for building [caddy](https://github.com/caddyserver/caddy) with some plugins I needed.
You can:
- Fork this repo and edit the `plugins` file and run actions to build your own caddy binary and docker image.
- Just download binary or pull docker image if you want (I have no any warranty of artifacts).Visit [plugins](plugins) file to view what plugins be built in.
Docker image: `ghcr.io/dev-techmoe/action-caddy-builder:latest`
Tip:
- If you need build caddy for some platform that is not popular (such as armv7, i386) you can edit [workflow file](.github/workflows/caddy-build.yml) and uncomment platforms configuration you need and rerun workflows.