1
0
mirror of https://github.com/greenpau/caddy-security.git synced 2025-04-18 08:04:02 +03:00

misc: fix links

This commit is contained in:
Paul Greenberg 2024-03-09 13:06:12 -05:00
parent 8d00b5c2ae
commit 70377f59a9
4 changed files with 16 additions and 11 deletions

View File

@ -1,4 +1,4 @@
project_name: authp
project_name: authcrunch
release:
github:
@ -21,8 +21,8 @@ builds:
goarch:
- amd64
- arm64
main: ./cmd/authp
binary: ./bin/authp
main: ./cmd/authcrunch
binary: ./bin/authcrunch
flags:
- -trimpath
- -mod=readonly
@ -34,7 +34,7 @@ builds:
nfpms:
- id: authp
- id: authcrunch
maintainer: "Paul Greenberg <greenpau@outlook.com>"
file_name_template: >-
{{ .ProjectName }}_
@ -50,4 +50,9 @@ changelog:
- '^docs?:'
- '^readme:'
- '^tests?:'
- '^misc:'
- '^upgrade'
- '^update'
- '^github'
- '^release'
# - '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package

View File

@ -10,17 +10,17 @@ CADDY_VERSION="v2.7.5"
all: info
@mkdir -p bin/
@rm -rf ./bin/authp
@rm -rf ./bin/authcrunch
@#rm -rf ../xcaddy-$(PLUGIN_NAME)/*
@#mkdir -p ../xcaddy-$(PLUGIN_NAME) && cd ../xcaddy-$(PLUGIN_NAME) &&
@# xcaddy build $(CADDY_VERSION) --output ../$(PLUGIN_NAME)/bin/caddy
@# --with github.com/greenpau/caddy-security@$(LATEST_GIT_COMMIT)=$(BUILD_DIR)
@# --with github.com/greenpau/caddy-trace@latest
@#--with github.com/greenpau/go-authcrunch@v1.0.40=/home/greenpau/dev/go/src/github.com/greenpau/go-authcrunch
@go build -v -o ./bin/authp cmd/authp/main.go
@./bin/authp version
@go build -v -o ./bin/authcrunch cmd/authcrunch/main.go;
@./bin/authcrunch version
@#bin/caddy run -config assets/config/Caddyfile
@for f in `find ./assets -type f -name 'Caddyfile'`; do bin/authp fmt --overwrite $$f; done
@for f in `find ./assets -type f -name 'Caddyfile'`; do bin/authcrunch fmt --overwrite $$f; done
.PHONY: info
info:

View File

@ -18,10 +18,10 @@ Please consider **sponsoring this project** via Github Sponsors!
Please ask questions either here or via LinkedIn. I am happy to help you! @greenpau
**Documentation**: [authp.github.io](https://authp.github.io)
**Documentation**: [docs.authcrunch.com](https://docs.authcrunch.com)
**Docker Container**: [authp/authp](https://github.com/authp/authp/pkgs/container/authp)
**Docker Container**: [authcrunch/authcrunch](https://github.com/authcrunch/authcrunch/pkgs/container/authcrunch)
**Configuration Examples**: [here](https://github.com/authp/authp.github.io/tree/main/assets/conf)
**Configuration Examples**: [here](https://github.com/authcrunch/authcrunch.github.io/tree/main/assets/conf)
**Security Policy**: [SECURITY.md](SECURITY.md)