Skip to content

jlesage/TygerCaddy

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 46.1%
  • HTML 21.7%
  • Python 15.4%
  • JavaScript 14.0%
  • Shell 2.1%
  • Dockerfile 0.7%