vault backup: 2024-10-14 18:44:29

This commit is contained in:
Keannu Bernasol 2024-10-14 18:44:29 +08:00
parent d8f2328ad2
commit 4e23e5cff9

View file

@ -1,4 +1,5 @@
### Overview ### Overview
You can also opt to use your own servers/devices for hosting with the Service Queue project. Traffic can be relayed through a provided Wireguard VPN to direct subdomain or port traffic to your server You can also opt to use your own servers/devices for hosting with the Service Queue project. Traffic can be relayed through a provided Wireguard VPN to direct subdomain or port traffic to your server
![Service Queue Relayed.drawio.png](_resources/Relayed%20Services/9424cf6e95838d18b4c2a4a5de25bae8_MD5.jpg) ![Service Queue Relayed.drawio.png](_resources/Relayed%20Services/9424cf6e95838d18b4c2a4a5de25bae8_MD5.jpg)
@ -7,7 +8,9 @@ The diagram above serves as reference for the infrastructure setup with relayed
Game servers can be served via the relay by forwarding the required TCP/UDP ports Game servers can be served via the relay by forwarding the required TCP/UDP ports
### Project Requirements ### Project Requirements
The following requirements are needed for relayed projects The following requirements are needed for relayed projects
- A PC, laptop, or similar device - A PC, laptop, or similar device
- The device must be compatible with Wireguard VPN - The device must be compatible with Wireguard VPN
- The device must run 24/7 (or at least run continuously when required for your services to be usable) - The device must run 24/7 (or at least run continuously when required for your services to be usable)
@ -17,6 +20,5 @@ The following requirements are needed for relayed projects
You may choose to run your services on bare metal through XAMPP or similar tools when relayed. Docker containerization is not required. You may choose to run your services on bare metal through XAMPP or similar tools when relayed. Docker containerization is not required.
### Alternatives ### Alternatives
Cloudflare offers a similar service called [Cloudflare Tunnels](https://www.cloudflare.com/products/tunnel/) though this requires you to have a domain that you have purchased. There is however offer a free offering to try at [try.cloudflare.com](https://try.cloudflare.com/). This URL however is ephemeral (not permanent and may change) and is limited to one domain. This may require more work on your end especially for Frontend/Backend API setups as endpoints may change.
<div class="notranslate" id="bkmrk--1" style="all: initial;"></div> Cloudflare offers a similar service called [Cloudflare Tunnels](https://www.cloudflare.com/products/tunnel/) though this requires you to have a domain that you have purchased. There is however offer a free offering to try at [try.cloudflare.com](https://try.cloudflare.com/). This URL however is ephemeral (not permanent and may change) and is limited to one domain. This may require more work on your end especially for Frontend/Backend API setups as endpoints may change.