The web proxy you always wanted!
Noctura allows you to switch between a selection of proxies to suit whatever you need. We support UV, Dynamic, Rammerhead, and Aero 2.
Coming soon!
Noctura provides a fairly sized library of games. Enough to keep you busy for a while. Noctura also has several emulators!
Noctura also has a Music Library. It's as simple as uploading your locally saved music and pressing play! If you upload several songs from the same album, it will automatically sort them for you.
On the plugins page, you can browse a library of scripts that you can apply to Noctura. Proxy Injection scripts affect web browsing, whilst Modules affect Noctura itself. If you wan't to create your own modules or scripts, use the script editor to create and modify anything you want in Noctura.
If you go to Settings > Theme, you may notice a library of premade themes you can choose. If you want to make your own custom Noctura theme, go to Plugins > Themes where you can import VSCode themes or edit the themes directly.
Deployment is very easy! Just follow the steps below:
- Clone the repository
git clone https://github.com/NocturaServices/Frontend.git
- Install the dependencies
npm install
- Build Noctura
npm run build
- Run Noctura
node .
ORnode index.js
You can also donpm run bstart
if you wish to build and start the server all in one command.
Contributing is easy! Just follow the steps below:
- Fork the repository
- Make your changes
- Submit a pull request
- Watch your work be added to Noctura!