The web proxy you always wanted!
Noctura is a submission to the 2023 Titanium Network Proxathon.
Feature | Explanation |
---|---|
🔡 Proxy Selection |
Noctura allows you to switch between a selection of proxies to suit whatever you need. We support UV, Dynamic, Rammerhead, and Aero 2. |
🧠 AI |
Coming soon in a future update! |
🕹️ Games |
Noctura provides a fairly sized library of games. Enough to keep you busy for a while. Noctura also has several emulators! |
🎵 Music |
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. |
💽 Plugins |
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. |
🎨 Themes |
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. |
Installation is very easy! Just follow the steps below:
- Clone the repository
git clone https://github.com/NebulaServices/Noctura.git
- Install the dependencies
npm install
- Run Noctura
node .
ORnode index.js
index.js
will automatically build the website if the ./dist directory doesn't exist. If you make any changes to the website, either delete ./dist and run index.js or run "npm run bstart", which will rebuild the site then run index.js