Custom HTML website, served using Nginx
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.
Go to file
3wc bad32dd353
continuous-integration/drone/push Build is passing Details
chore: publish 1.3.2+1.23.3 release
5 days ago
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2 months ago
.env.sample Add git-pull functionality 💅 1 year ago
.gitignore Initial commit 3 years ago
README.md Change category to "Development" 5 days ago
abra.sh Add git-pull functionality 💅 1 year ago
compose.git-pull.yml chore: publish 1.3.0+1.23.3 release 2 months ago
compose.sso.yml Add optional traefik-forward-auth login 1 year ago
compose.yml chore: publish 1.3.2+1.23.3 release 5 days ago
default.conf Prettify URLs (no .html required) 2 years ago
entrypoint.git-pull.sh Add git-pull functionality 💅 1 year ago

README.md

Custom HTML

Build Status

Custom HTML website, served using Nginx.

  • Category: Development
  • Status: 2, beta
  • Image: nginx, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: N/A
  • Tests: 2
  • SSO: No

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:/usr/share/nginx/html