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
|
5 years ago | |
---|---|---|
b-captain-hook@361f59c21a | 5 years ago | |
d-nginx-subdomains@a87dcd5f3d | 5 years ago | |
docs | 6 years ago | |
mkdocs-material@b0c6890853 | 6 years ago | |
scripts | 5 years ago | |
utils-www | 7 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
docker-compose.yml | 5 years ago | |
docker-compose.yml.j2 | 5 years ago | |
mkdocs.yml | 6 years ago |
README.md
pod-webhooks
This docker pod runs two services:
- Captain Hook webhook server (python + flask)
- Static content server for subdomain pages (nginx)
These two services are in this repo as submodules.
Links
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/