|
|
6 years ago | |
|---|---|---|
| .github | 6 years ago | |
| bin | 7 years ago | |
| config | 7 years ago | |
| doc | 6 years ago | |
| rootfs | 6 years ago | |
| src | 6 years ago | |
| .babelrc | 7 years ago | |
| .gitignore | 7 years ago | |
| Dockerfile | 7 years ago | |
| Dockerfile.arm64 | 6 years ago | |
| Dockerfile.armv6l | 6 years ago | |
| Dockerfile.armv7l | 6 years ago | |
| Jenkinsfile | 6 years ago | |
| LICENSE | 7 years ago | |
| README.md | 6 years ago | |
| docker-compose.yml | 6 years ago | |
| knexfile.js | 7 years ago | |
| nodemon.json | 7 years ago | |
| package.json | 6 years ago | |
| webpack.config.js | 7 years ago |
This project comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
I created this project to fill a personal need to provide users with a easy way to accomplish reverse proxying hosts with SSL termination and it had to be so easy that a monkey could do it. This goal hasn't changed. While there might be advanced options they are optional and the project should be as simple as possible so that the barrier for entry here is low.
Please consult the installation instructions for a complete guide or
if you just want to get up and running in the quickest time possible, grab all the files in the doc/example/ folder and run docker-compose up -d
When your docker container is running, connect to it on port 81 for the admin interface.
Note: Requesting SSL Certificates won't work until this project is accessible from the outside world, as explained below.
Email: [email protected]
Password: changeme
Immediately after logging in with this default user you will be asked to modify your details and change your password.
I won't go in to too much detail here but here are the basics for someone new to this self-hosted world.