Add breezewiki.yaml
This commit is contained in:
parent
d9ebac9e91
commit
9b8e6a9f4d
1 changed files with 28 additions and 0 deletions
28
public/v4/apps/breezewiki.yaml
Normal file
28
public/v4/apps/breezewiki.yaml
Normal file
|
@ -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/'
|
Loading…
Reference in a new issue