jlesage / TygerCaddy

Caddy based reverse proxy app with web GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TygerCaddy

Docker Pulls

Caddy based reverse proxy app with web GUI alt text

INFO!

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.

Install Instructions (Ubuntu 16.04 +)

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

Update

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.

Install Instructions (Docker)

View Docker README

Built With

Authors

  • Morph1904 - Project Lead/Creator - Morph1904
  • sparky8251 - Docker Builds/Testing - sparky8251
  • arevindh - UI Improvements/Testing - arevindh

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Caddy based reverse proxy app with web GUI

License:MIT License


Languages

Language:CSS 46.0%Language:HTML 21.7%Language:Python 15.4%Language:JavaScript 14.0%Language:Shell 2.1%Language:Dockerfile 0.7%