This commit is contained in:
commit
31a7f5079f
3 changed files with 23 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -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
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -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)
|
7
README.md
Normal file
7
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue