Skip to content

Releases: statikfintechllc/GodCore

GodCore V.0.2.0

09 Jun 21:38
9856464

Choose a tag to compare

GodCore Release Note – Remote Access via ngrok (V.0.2.0)

New Feature: Remote UI Access with ngrok
• Instant remote access: You can now securely access the GodCore web UI from any device on any network using an encrypted ngrok tunnel.
• No router config required: ngrok tunnels automatically expose your local GodCore frontend (React) to a public HTTPS URL—no firewall changes or port forwarding needed.
• Mobile-friendly: The launch script prints a scannable QR code, so you can open GodCore on your phone instantly.
• Setup in minutes: Just add your ngrok auth token, run the launch script, and connect from anywhere.

How it works:
After launching GodCore, the system starts ngrok on the frontend port (3000 by default). The terminal displays a public ngrok URL and a QR code—open the URL on your phone or any browser to access the live GodCore dashboard remotely.

Instructions:
1. Get a free ngrok account and copy your auth token from your dashboard.
2. Run: ngrok config add-authtoken <YOUR_TOKEN>
3. Start GodCore using the launch script.
4. Scan the QR code or open the ngrok URL from any device.

Why this matters:
• Enables fast demos, mobile debugging, and secure remote monitoring
• No need for complex networking or exposing your machine directly
• One command: zero friction

Upgrade now and experience effortless, secure remote access to GodCore!

GodCore v.0.1.0

09 Jun 12:23
a8b2b63

Choose a tag to compare

Custom chat ui to prove i can ship, GremlinGPT is just alot to tackle as a first project.

Full Changelog: https://github.com/statikfintechllc/GodCore/commits/V.0.1.0