Custom HTML website served with thttpd.
Go to file
Cassowary 3cb41c2613
continuous-integration/drone/push Build is passing Details
chore: publish 0.1.0+0.2.29 release
2023-04-27 14:20:48 -07:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
.env.sample allow user to use plain http 2022-11-17 11:46:29 +01:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-20 10:46:09 -08:00
abra.sh Update version for config; add custom command for thttp 2022-10-26 18:32:48 -07:00
compose.git-pull.yml chore: publish 0.1.0+0.2.29 release 2023-04-27 14:20:48 -07:00
compose.http.yml allow user to use plain http 2022-11-17 11:46:29 +01:00
compose.sso.yml Initial setup based on custom-html 2022-10-26 17:26:30 -07:00
compose.yml chore: publish 0.1.0+0.2.29 release 2023-04-27 14:20:48 -07:00
entrypoint.git-pull.sh Initial setup based on custom-html 2022-10-26 17:26:30 -07:00

README.md

Custom HTML

Custom HTML website, served using thttpd

  • Category: Apps
  • Status: 0, work-in-progress
  • Image: thttpd, 2, 3rd party image
  • Healthcheck: No
  • Backups: No
  • Email: N/A
  • Tests: 0
  • SSO: 3 (OAuth)

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new custom-html
  4. abra app config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Copy your files to the container, using something like
abra app YOURAPPDOMAIN cp index.html app:/content

Git Based Usage

  1. Set up as above, stop at step 4.
  2. Deploy swarm-cronjob to the host
  3. abra app config, Uncomment Git lines in configuration, and set variables as appropriate.
  4. abra app deploy YOURAPPDOMAIN