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

[Feature] Let server admins add custom websites from config.js #933

Open
debug-cli opened this issue Dec 6, 2024 · 1 comment
Open

[Feature] Let server admins add custom websites from config.js #933

debug-cli opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
Feature Request Tell us about a feature you would like added.

Comments

@debug-cli
Copy link

When i make a Custom Website on the Interstellar Proxy games page, i am hosting it for multiple people on my server and it dosen't just not save it on the proxy's game page forever, but it also dosen't show it for other people on their computers.

I want there to be a option in config.js to add custom websites in the games or apps page (both)

For example, with the current structure of the config.js file it would look like this.

const config = {
  challenge: true, // Set to true if you want to enable password protection.
  blocked: {
    // Normal users can ignore this option. This is for the owner of the website.
    "gointerstellar.app": "",
  },
  users: {
    // You can add multiple users by doing username: 'password'.
  },
  custom_websites: {
    // You can add custom websites by doing name: 'URL'.
    example website: 'example.com'
  },
};

export default config;

Additional Feature Requests
Add the add custom website button to the apps tab too please.

Additional Context

  • I got this idea from the current feature in the game tab that lets you add custom websites as games.
  • It gives server admins more control and if users want more games the server admin can add it easily and not have to make a game request on GitHub.
  • config.js needs at least 1 update. it's been a while
@debug-cli debug-cli added the Feature Request Tell us about a feature you would like added. label Dec 6, 2024
@Aymano200
Copy link

Aymano200 commented Dec 14, 2024

You already add games via the g.json file, read Contributing.md to find how to do so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Tell us about a feature you would like added.
Projects
None yet
Development

No branches or pull requests

3 participants