commit 31a7f5079f2fabcc1ebff023b9f1c1d90c6c3db4 Author: askiiart Date: Wed Oct 11 21:42:44 2023 -0500 Initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d7c49e3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +name: default + +steps: +- name: build and publish + image: plugins/docker + pull: always + settings: + repo: askiiart/caddy-security + tags: latest + username: + from_secret: docker_username + password: + from_secret: docker_password \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6cc5c1b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM caddy:latest +RUN wget 'https://caddyserver.com/api/download?os=linux&arch=amd64&p=github.com%2Fgreenpau%2Fcaddy-security%40v1.1.20&p=github.com%2Fgreenpau%2Fcaddy-trace%40v1.1.8' -O $(which caddy) \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3c1a07 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# docker-caddy-security + +caddy-security in Docker, updated daily. + +[![Build Status](https://drone.askiiart.net/api/badges/askiiart/docker-caddy-security/status.svg?ref=refs/heads/main)](https://drone.askiiart.net/askiiart/docker-caddy-security) + +Refer to the [Caddy docs](https://caddyserver.com/docs/) and [Caddy Security docs](https://authp.github.io/) for how to actually use this.