The Open-Source design & prototyping platform https://github.com/penpot/penpot
Go to file
KawaiiPunk 8fbe402386
continuous-integration/drone/push Build is failing Details
Attempt to fix CI secret generation
2024-03-28 15:08:18 +00:00
.drone.yml Attempt to fix CI secret generation 2024-03-28 15:08:18 +00:00
.env.sample chore: publish 2.0.0+1.19.1 release 2023-09-08 22:19:18 +02:00
.gitignore Drone, OIDC, smtpauth 2021-08-19 23:42:51 +02:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh Drone, OIDC, smtpauth 2021-08-19 23:42:51 +02:00
compose.oidc.yml Working OIDC login?! 2021-10-23 23:55:42 +02:00
compose.smtpauth.yml Drone, OIDC, smtpauth 2021-08-19 23:42:51 +02:00
compose.yml chore: publish 2.0.1+1.19.3 release 2024-03-28 14:04:31 +00:00
entrypoint-backend.sh chore: publish 2.0.0+1.19.1 release 2023-09-08 22:19:18 +02:00
renovate.json Add renovate.json 2021-06-04 07:03:59 +00:00

README.md

Penpot

  • Category: Apps
  • Status: 0, work-in-progress
  • Image: penpotapp/*
  • Healthcheck:
  • Backups:
  • Email:
  • Tests:
  • SSO: 3 (OAuth)

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new penpot --secrets (optionally with --pass if you'd like to save secrets in pass)
  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. Open the configured domain in your browser to finish set-up