fork from d7z-project/caddy-gitea-pages
This commit is contained in:
parent
50a258ea59
commit
9d86fd33c6
86 changed files with 2452 additions and 4500 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
VERSION := 0.0.2
|
||||
|
||||
dev:
|
||||
@xcaddy run v2.8.4 -c Caddyfile.local
|
||||
|
||||
fmt:
|
||||
@go fmt
|
||||
|
||||
image:
|
||||
@podman build -t ghcr.io/d7z-project/caddy-gitea-pages:$(VERSION) -f Dockerfile .
|
Loading…
Add table
Add a link
Reference in a new issue