Docker pod for captain hook and the static content it maintains (pages subdomain, bots subdomain, and hooks subdomain) https://pages.charlesreid1.com/pod-webhooks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Charles Reid 7b0073cc90 modify print() calls 5 years ago
b-captain-hook@361f59c21a update captain hook submodule 5 years ago
d-nginx-subdomains@a87dcd5f3d update nginx-subdomains submodule 5 years ago
docs fix filenames 5 years ago
mkdocs-material@b0c6890853 Update mkdocs-material for mkdocs 1.0 6 years ago
scripts modify print() calls 5 years ago
utils-www modify output message 6 years ago
.gitignore update gitignore 5 years ago
.gitmodules add mkdocs material theme for mkdocs 6 years ago
LICENSE add readme and license 6 years ago
README.md expand on logging options in docker-compose 5 years ago
docker-compose.yml remove docker-compose.yml from version control 5 years ago
docker-compose.yml.j2 stormy captain hook container should wait for stormy nginx subdomains container 5 years ago
mkdocs.yml fix mkdocs page titles 5 years ago

README.md

pod-webhooks

This docker pod runs two services:

These two services are in this repo as submodules.

See documentation page here: https://pages.charlesreid1.com/pod-webhooks

Or visit docs/index.md

Source code on git.charlesreid1.com: https://git.charlesreid1.com/docker/pod-webhooks

Source code on github.com: https://github.com/charlesreid1-docker/pod-webhooks

If you get a 403

If you visit the IP of the page running things and you get a 403, it's probably because you haven't created the /www/ directory structure yet.

To do this, you need a folder for each subdomain at /www/, along with subdirectories for htdocs and for the .git directory (see scripts/ directory for scripts to do this automatically):

/www/pages.charlesreid1.com/
/www/bots.charlesreid1.com/
/www/hooks.charlesreid1.com/