diff --git a/README.md b/README.md index 14c7fb81..58e84cd6 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-proxy +# GoDoxy [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=yusing_go-proxy&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=yusing_go-proxy&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy) @@ -19,7 +19,7 @@ _Join our [Discord](https://discord.gg/umReR62nRd) for help and discussions_ -- [go-proxy](#go-proxy) +- [GoDoxy](#godoxy) - [Table of content](#table-of-content) - [Key Features](#key-features) - [Getting Started](#getting-started) diff --git a/schema/config.schema.json b/schema/config.schema.json index dd489ddc..8759888b 100644 --- a/schema/config.schema.json +++ b/schema/config.schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", - "title": "go-proxy config file", + "title": "GoDoxy config file", "properties": { "autocert": { "title": "Autocert configuration", diff --git a/schema/providers.schema.json b/schema/providers.schema.json index 519820ae..0d9aa48e 100644 --- a/schema/providers.schema.json +++ b/schema/providers.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "title": "go-proxy providers file", + "title": "GoDoxy standalone include file", "oneOf": [ { "type": "object" diff --git a/scripts/build.sh b/scripts/build.sh index 83e3f395..850ed8a7 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/bin/sh mkdir -p bin -echo building go-proxy version ${VERSION}, build flags \"${BUILD_FLAGS}\" +echo building GoDoxy version ${VERSION}, build flags \"${BUILD_FLAGS}\" go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd