tabarra / txAdmin

The official FiveM server management platform used by over 23k servers!
https://txadmin.gg/
MIT License
803 stars 540 forks source link

[FEATURE]: do txadmin have a plan to support http over ssl/tls? #960

Closed HJDCZY closed 3 months ago

HJDCZY commented 3 months ago

Scope

Web

Feature Description

I`d like to make txadmin to support https, I want to know weather the development group have the plan about it. or I will do it myself and make pull request.

Use Case

it can increase security

Proposed Solution

No response

Additional Info

No response

tabarra commented 3 months ago

Fun fact, up until mid 2020 or so, txAdmin actually supported TSL, until I decided to remove it.
At the moment I believe txAdmin (or node in general) just isn't the correct place for SSL.
I do agree it's necessary, but people should be using proper solutions for it like cloudflare tunnels or something like that, otherwise any weak DoS can take down txAdmin.
So I recommend you roll out your own solution.

HJDCZY commented 3 months ago

ok I got what you mean, and I will try to use like proxy pass reverse on apache/nginx to achieve that. thank for your reply : )