Outerstellar but fixed, super cool; should be updated regualarly
its forked, what'd you expect, a Plasma TV??
Important
If you fork this project, do whatever you want!!
- Clean, Easy to use UI
- Password Protection (Optional)
- Built-in Tab System
- Fast Speeds
Important
This can be deployed to Vercel! Yippie!!
- Go to the
config.js
file and setchallenge
to true. Then, set the environment variable as follows: - For PNPM: Run either
config=true pnpm start
or$env:config=true; pnpm start
, depending on your server. - For NPM: Run either
config=true npm start
or$env:config=true; npm start
if you prefer NPM.
Run this in the vercel deployment page if u dont know, i dont know so you try all by urself
pnpm i && pnpm start
why update? dont f with it if it works (i f'ed up so im doing this all over again)
As of January 1st, 2024, Replit is no longer free. Try GitHub Codespaces instead.(or vercel!)
Note
If you're setting the port below 1023, then you must run sudo PORT=1023
- Create a GitHub account if you haven't already.
- Click "Code" (green button) and then "Create Codespace on main."
- In the terminal at the bottom, paste
pnpm i && pnpm start
. - Respond to the application popup by clicking "Make public."
Important
Make sure you click the "Make public." button, or the proxy won't function properly.
- Access the deployed website from the ports tab.
- For subsequent uses in the same codespace, just run
pnpm start
- Run
pnpm i
, and beforepnpm start
, prependPORT=8080
, replacing 8080 with another port. For example,PORT=6969 pnpm start
. - If this does not work then you can prepend
$env:PORT=8080;
, replacing 8080 with another port. For example,$env:PORT=6969; pnpm start
- Go to the ports tab, Click Forward A Port, And type the port number.
- Right-click Visibility and set Port Visibility to Public.
If you encounter problems, open an issue on GitHub, and we'll address it promptly.