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.
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 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/