mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-23 20:54:02 +02:00
rebrand as GoDoxy
This commit is contained in:
parent
6dbee61742
commit
f5cf716a91
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# go-proxy
|
# GoDoxy
|
||||||
|
|
||||||
[](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy)
|
[](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy)
|
||||||
[](https://sonarcloud.io/summary/new_code?id=yusing_go-proxy)
|
[](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_
|
||||||
|
|
||||||
<!-- TOC -->
|
<!-- TOC -->
|
||||||
|
|
||||||
- [go-proxy](#go-proxy)
|
- [GoDoxy](#godoxy)
|
||||||
- [Table of content](#table-of-content)
|
- [Table of content](#table-of-content)
|
||||||
- [Key Features](#key-features)
|
- [Key Features](#key-features)
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "go-proxy config file",
|
"title": "GoDoxy config file",
|
||||||
"properties": {
|
"properties": {
|
||||||
"autocert": {
|
"autocert": {
|
||||||
"title": "Autocert configuration",
|
"title": "Autocert configuration",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"title": "go-proxy providers file",
|
"title": "GoDoxy standalone include file",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mkdir -p bin
|
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
|
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue