[PR #12] [MERGED] 0.4.4 #137

Closed
opened 2025-12-29 14:25:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yusing/godoxy/pull/12
Author: @yusing
Created: 3/29/2024
Status: Merged
Merged: 3/29/2024
Merged by: @yusing

Base: mainHead: dev


📝 Commits (7)

📊 Changes

12 files changed (+320 additions, -128 deletions)

View changed files

📝 .gitignore (+3 -4)
📝 Makefile (+0 -1)
📝 README.md (+22 -111)
bin/go-proxy (+0 -0)
📝 compose.example.yml (+3 -6)
docs/add_dns_provider.md (+41 -0)
docs/binary.md (+46 -0)
docs/docker.md (+63 -0)
setup-binary.sh (+108 -0)
setup-docker.sh (+14 -0)
📝 src/go-proxy/constants.go (+5 -0)
📝 src/go-proxy/main.go (+15 -6)

📄 Description

Changes in v0.4.4:

  • (New) setup script for binary and docker
  • Docs update

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/yusing/godoxy/pull/12 **Author:** [@yusing](https://github.com/yusing) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 3/29/2024 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`5a8c11d`](https://github.com/yusing/godoxy/commit/5a8c11de161de597599e420c003d5bd3ab69d1b5) docs update, added setup scripts - [`ac26baf`](https://github.com/yusing/godoxy/commit/ac26baf97f5dc79894e916895f53dcff2ad7a42f) scripts fix - [`eb7e744`](https://github.com/yusing/godoxy/commit/eb7e744a75aef527f3e662f0cc98c2c55173a062) scripts fix - [`ce1e5da`](https://github.com/yusing/godoxy/commit/ce1e5da72eb7af0c55631a435b8a36aeaa12acc3) scripts fix - [`662190e`](https://github.com/yusing/godoxy/commit/662190e09e077dccccae186c3aee42fa20d845ba) scripts fix - [`a0be1f1`](https://github.com/yusing/godoxy/commit/a0be1f11d337db508016d479c7a8272783d02efc) script systemd auto restart on crash - [`486122f`](https://github.com/yusing/godoxy/commit/486122f3d8941aa50cc06124016ff484c53ba73c) no timestamp, color and sorting in systemd mode ### 📊 Changes **12 files changed** (+320 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -4) 📝 `Makefile` (+0 -1) 📝 `README.md` (+22 -111) ➖ `bin/go-proxy` (+0 -0) 📝 `compose.example.yml` (+3 -6) ➕ `docs/add_dns_provider.md` (+41 -0) ➕ `docs/binary.md` (+46 -0) ➕ `docs/docker.md` (+63 -0) ➕ `setup-binary.sh` (+108 -0) ➕ `setup-docker.sh` (+14 -0) 📝 `src/go-proxy/constants.go` (+5 -0) 📝 `src/go-proxy/main.go` (+15 -6) </details> ### 📄 Description Changes in v0.4.4: - **(New)** setup script for binary and docker - Docs update --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 14:25:38 +01:00
adam closed this issue 2025-12-29 14:25:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#137