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

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

Closed
KairuByte opened this issue Aug 30, 2023 · 5 comments
Closed
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@KairuByte
Copy link

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 KairuByte added 🎛️ server There are things to do on the server 🔧 feature New feature or request labels Aug 30, 2023
@KairuByte
Copy link
Author

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
Copy link
Contributor

interesting idea, i will cast a poll

@Alfagun74 Alfagun74 changed the title Redirect root URI Redirect non-existant WebUI to the Microsoft Store Page of GameVault for now Aug 30, 2023
@Alfagun74
Copy link
Contributor

The Poll was inconclusive.

image

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

@Alfagun74
Copy link
Contributor

The Council has spoken.
image

@Alfagun74 Alfagun74 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2023
@Alfagun74
Copy link
Contributor

Psst.. @KairuByte 🤫

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

image

Hope this satisfies you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Archived in project
Development

No branches or pull requests

2 participants