aditya-shri/VPN — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple personal VPN server I can deploy quickly, ideally on Heroku or Railway, and also make it work on any server with Docker if needed. I want it based on Shadowsocks with the V2Ray plugin, using a custom domain, a password I set, and the server port from the platform or an env var.

When it’s running, opening the main app URL should show a normal webpage, and visiting /static should give a 404 so I can confirm the deploy worked. I also want easy client setup, so please add endpoints like /qr to show a QR code and /ss to show the import link, plus make sure the manual connection details are available for people who want to enter them themselves.

Please wire up the env vars for Domain, Password, and PORT, and include whatever startup and container setup is needed. Keep it straightforward and ready to deploy in one go. If anything is unclear, look up the current docs online and make the project work end to end.

Want more depth? Deep Reverse