diff --git a/public/v4/apps/breezewiki.yaml b/public/v4/apps/breezewiki.yaml new file mode 100644 index 0000000..cf5258e --- /dev/null +++ b/public/v4/apps/breezewiki.yaml @@ -0,0 +1,28 @@ +captainVersion: 4 +services: + $$cap_appname: + image: quay.io/pussthecatorg/breezewiki:latest + restart: unless-stopped + environment: + bw_port: 10416 + bw_canonical_origin: $$cap_bw_canonical_origin + bw_debug: false + caproverExtra: + containerHttpPort: '10416' + +caproverOneClickApp: + variables: + - id: '$$cap_bw_canonical_origin' + label: Breezewiki canonical origin + defaultValue: 'https://breezewiki.example.com' + description: "The origin from which you plan to run breezewiki" + instructions: + start: >- + Breezewiki + end: >- + deezwiki + + displayName: 'breezewiki' + isOfficial: false + description: 'makes wiki pages on Fandom readable' + documentation: 'https://docs.breezewiki.com/' \ No newline at end of file