Phalcode / gamevault-backend

Backend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
180 stars 15 forks source link

Redirect non-existant WebUI to the Microsoft Store Page of GameVault for now #182

Closed KairuByte closed 1 year ago

KairuByte commented 1 year ago

Is your feature request related to a problem? Please describe. I'm facing GV to the public internet on a subdomain, I don't really feel that https://gamevault.example.com/ should display the default "good job this is gamevault" page.

Describe the solution you'd like Short term, redirect to the microsoft store. Long term, I believe there is an intent for a web UI.

Describe alternatives you've considered It could be left as is, or manually handled through any number of situations, but there really isnt a point to this screen at all.

KairuByte commented 1 year ago

Note: If anyone else wants to achieve the above, and is using nginx, this should work without messing up your api calls:


location = / {  
    return 302 https://apps.microsoft.com/store/detail/gamevault/9PCKDV76GL75;
}```
Alfagun74 commented 1 year ago

interesting idea, i will cast a poll

Alfagun74 commented 1 year ago

The Poll was inconclusive.

image

I will cast another one and let it run for 7 days instead of 2.

Alfagun74 commented 1 year ago

The Council has spoken. image

Alfagun74 commented 1 year ago

Psst.. @KairuByte 🤫

Don't tell the council but i secretly at least implemented a Link to the Microsoft Store:

image

Hope this satisfies you :)