Custom HTML website served with thttpd.
.env.sample | ||
abra.sh | ||
compose.git-pull.yml | ||
compose.sso.yml | ||
compose.yml | ||
entrypoint.git-pull.sh | ||
README.md | ||
thttpd.conf |
Custom HTML
Custom HTML website, served using thttpd
- Category: Apps
- Status: 1, pre-alpha
- Image:
thttpd
, 1, 3rd party - Healthcheck: No
- Backups: No
- Email: N/A
- Tests: 0
- SSO: Yes
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new custom-html
abra app YOURAPPDOMAIN config
- be sure to change$DOMAIN
to something that resolves to your Docker swarm boxabra app YOURAPPDOMAIN deploy
- Copy your files to the container, using something like
abra app YOURAPPDOMAIN cp index.html app:/content
Git Based Usage
- Set up as above, stop at step 4.
- Deploy
swarm-cronjob
to the host abra app config
, Uncomment Git lines in configuration, and set variables as appropriate.abra app YOURAPPDOMAIN deploy