mirror of
https://github.com/lemeow125/Notes.git
synced 2025-08-02 17:23:17 +08:00
Migrate web frontend to docusaurus and copy over existing notes to new format
This commit is contained in:
parent
81ec3e90ed
commit
77471093c4
133 changed files with 17275 additions and 58 deletions
22
docs/Guides/Service Queue/Relayed Services.md
Normal file
22
docs/Guides/Service Queue/Relayed Services.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
### 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
|
||||
|
||||

|
||||
The diagram above serves as reference for the infrastructure setup with relayed services
|
||||
|
||||
Game servers can be served via the relay by forwarding the required TCP/UDP ports
|
||||
|
||||
### Project Requirements
|
||||
The following requirements are needed for relayed projects
|
||||
- A PC, laptop, or similar device
|
||||
- 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 be able to run your services. You will need to ensure system requirements are met (CPU, RAM, and storage).
|
||||
- A stable internet connection (a poor network connection will result in your subdomains being intermittently unavailable)
|
||||
|
||||
You may choose to run your services on bare metal through XAMPP or similar tools when relayed. Docker containerization is not required.
|
||||
|
||||
### 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>
|
Loading…
Add table
Add a link
Reference in a new issue