Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(miecraft): setup cloudflare tunnel #4439

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

tyriis
Copy link
Owner

@tyriis tyriis commented Feb 1, 2025

No description provided.

Copy link

sonarqubecloud bot commented Feb 1, 2025

@tyriis-automation
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.97s
✅ YAML prettier 1 0 0.37s
✅ YAML yamllint 1 0 0.28s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation
Copy link
Contributor

--- kubernetes/talos-flux/apps/networking/cloudflared/app Kustomization: flux-system/apps-cloudflared ConfigMap: networking/cloudflare-tunnel

+++ kubernetes/talos-flux/apps/networking/cloudflared/app Kustomization: flux-system/apps-cloudflared ConfigMap: networking/cloudflare-tunnel

@@ -42,12 +42,22 @@

         originRequest:
           httpHostHeader: arc-webhook.techtales.io
       - hostname: kromgo.techtales.io
         service: https://kromgo.techtales.io
         originRequest:
           httpHostHeader: kromgo.techtales.io
+      - hostname: minecraft.techtales.io
+        service: "tcp://192.168.1.86:25565"
+        originRequest:
+          proxyType: tcp
+      - hostname: bedrock.techtales.io
+        service: "udp://192.168.1.86:19132"
+        originRequest:
+          proxyType: udp
+        # originRequest:
+        #   httpHostHeader: minecraft.techtales.io
       # - hostname: example2.com
       #   service: localhost:8001
       # The localhost:8002 service overrides some root-level config.
       # - service: localhost:8002
       #   originRequest:
       #     connectTimeout: 10s

@jazzlyn jazzlyn merged commit a14bb6b into main Feb 1, 2025
16 checks passed
@jazzlyn jazzlyn deleted the feature/minecraft-public-cloudflare-tunnel branch February 1, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants