Photo Sharing. For Everyone.
Go to file
decentral1se 73cf4bf725
init
2022-01-03 14:37:30 +01:00
.env.sample init 2022-01-03 14:37:30 +01:00
README.md init 2022-01-03 14:37:30 +01:00
abra.sh init 2022-01-03 14:37:30 +01:00
compose.yml init 2022-01-03 14:37:30 +01:00
entrypoint.sh init 2022-01-03 14:37:30 +01:00
env.docker.tmpl init 2022-01-03 14:37:30 +01:00
worker-entrypoint.sh init 2022-01-03 14:37:30 +01:00

README.md

{{ .Name }}

{{ .Description }}

  • Category:
  • Status:
  • Image:
  • Healthcheck:
  • Backups:
  • Email:
  • Tests:
  • SSO:

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new ${REPO_NAME} --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up

weird stuff:

  • env.docker has to be in the running container in /var/www/.env and owned by www-data. this is done via configs: statement in compose.yml, and then via entrypoint (it copies the file and changes permissions). this is a hack and there's probably a better way of doing it, but putting the file directly in /var/www/.env as a config doesn't work: the file is empty, owned by root and the app crashes saying that it's a read-only filesystem.