Caddy based reverse proxy app with web GUI
Please be aware this is still in BETA and not suitable for a production environment. Although this app uses Caddy, we are not affiliated with or endorsed by the Caddy team.
Currently only ubuntu is supported by the install script
SSH on to your server.
cd /tmp
Get the Ubuntu Installer
wget https://raw.githubusercontent.com/morph1904/TygerCaddy/master/tyger-install-ubuntu.sh
Now run it with sudo privileges
chmod +x tyger-install-ubuntu.sh
./tyger-install-ubuntu.sh
Once the script completes, enter the server IP address in your browser. You will be prompted to setup your server
SSH on to your server.
cd /tmp
Get the Ubuntu Updater
wget https://raw.githubusercontent.com/morph1904/TygerCaddy/master/tyger-update-ubuntu.sh
Now run it with sudo privileges
chmod +x tyger-update-ubuntu.sh
./tyger-update-ubuntu.sh
Once complete, enter the server IP address in your browser and log in as normal.
- Django 2 - Django 2 Python Web Framework
- CaddyServer - HTTP Reverse Proxy Server
- Morph1904 - Project Lead/Creator - Morph1904
- sparky8251 - Docker Builds/Testing - sparky8251
- arevindh - UI Improvements/Testing - arevindh
This project is licensed under the MIT License - see the LICENSE.md file for details