[PR #167] Added additional examples #175

Open
opened 2025-12-29 09:23:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yusing/godoxy/pull/167
Author: @meirlazar
Created: 11/28/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (8)

  • 0f69e85 Add Home Assistant configuration to YAML file
  • debf5ce Add AdGuard Home service to docker-compose
  • 6c09647 Add Docker Compose configuration for wg-easy VPN
  • 241935b Refactor AdGuard Home proxy settings and rate limits
  • 711f88e Add initial config.yml for application settings
  • eceaaff Refactor proxy settings with wildcard properties
  • eb4eaee Refactor AdGuard Home configuration for clarity
  • 3aa7358 Refactor proxy configuration syntax in WireGuard VPN

📊 Changes

4 files changed (+384 additions, -0 deletions)

View changed files

examples/config/config.yml (+97 -0)
examples/docker-compose/adguardhome.yml (+125 -0)
examples/docker-compose/wg-easy_wireguard_vpn (+154 -0)
examples/route_providers/homeassistant.yml (+8 -0)

📄 Description

I've added an external (non-docker) service/route (tested) as well as a config.yml (tested) and some basic examples for adguardhome, wireguard, etc. The example docker-compose.yml files are not fully tested (auth doesn't seem to work).


🔄 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/167 **Author:** [@meirlazar](https://github.com/meirlazar) **Created:** 11/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`0f69e85`](https://github.com/yusing/godoxy/commit/0f69e8508224e87d637a7932a0a7dd29aba9a206) Add Home Assistant configuration to YAML file - [`debf5ce`](https://github.com/yusing/godoxy/commit/debf5ceeef2a26b8f088ca6a00ff8e495707c9ed) Add AdGuard Home service to docker-compose - [`6c09647`](https://github.com/yusing/godoxy/commit/6c0964769cdbae93bd1d6a03588feb2e95873e0f) Add Docker Compose configuration for wg-easy VPN - [`241935b`](https://github.com/yusing/godoxy/commit/241935bd5ad9cc0bb09e7d67b3c13e6436ed7f28) Refactor AdGuard Home proxy settings and rate limits - [`711f88e`](https://github.com/yusing/godoxy/commit/711f88ec612fcaec62776eccc96a0684ec045a45) Add initial config.yml for application settings - [`eceaaff`](https://github.com/yusing/godoxy/commit/eceaaff3a5d688b015ccb187a8fa73b5f6f1ac93) Refactor proxy settings with wildcard properties - [`eb4eaee`](https://github.com/yusing/godoxy/commit/eb4eaeef6f006f5dcd959b5dcd84eb02b4f18171) Refactor AdGuard Home configuration for clarity - [`3aa7358`](https://github.com/yusing/godoxy/commit/3aa73588026d0a43f8594258106fa5e21ef96c6f) Refactor proxy configuration syntax in WireGuard VPN ### 📊 Changes **4 files changed** (+384 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/config/config.yml` (+97 -0) ➕ `examples/docker-compose/adguardhome.yml` (+125 -0) ➕ `examples/docker-compose/wg-easy_wireguard_vpn` (+154 -0) ➕ `examples/route_providers/homeassistant.yml` (+8 -0) </details> ### 📄 Description I've added an external (non-docker) service/route (tested) as well as a config.yml (tested) and some basic examples for adguardhome, wireguard, etc. The example docker-compose.yml files are not fully tested (auth doesn't seem to work). --- <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 09:23:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#175