We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b78ef42 + a562992 commit 02cc598Copy full SHA for 02cc598
api/templates/deploy-excalidraw.yaml
@@ -40,6 +40,12 @@ variables:
40
default: 80
41
is_required: true
42
43
+ proxy_domain:
44
+ type: "string"
45
+ description: "Domain name for Excalidraw (optional)"
46
+ default: ""
47
+ is_required: false
48
+
49
execution:
50
run:
51
- name: "Pull Excalidraw image"
@@ -61,6 +67,14 @@ execution:
61
67
restart: "unless-stopped"
62
68
timeout: 120
63
69
70
+ - name: "Add proxy for Excalidraw"
71
+ type: "proxy"
72
+ properties:
73
+ action: "add"
74
+ domain: "{{ proxy_domain }}"
75
+ port: "{{ host_port }}"
76
+ timeout: 30
77
64
78
validate:
65
79
- name: "Check HTTP response from Excalidraw"
66
80
type: "command"
0 commit comments