File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 5050 validations :
5151 required : true
5252 - type : dropdown
53+ id : affected-areas
5354 attributes :
5455 label : Which area(s) are affected? (Select all that apply)
5556 multiple : true
6566 - " Cloud Version"
6667 validations :
6768 required : true
69+ - type : dropdown
70+ id : application-git-provider
71+ attributes :
72+ label : Git Provider (for Application)
73+ description : Which git provider are you using for your Application?
74+ options :
75+ - " GitHub"
76+ - " GitLab"
77+ - " Gitea"
78+ - " Bitbucket"
79+ - " Git"
80+ - " Docker"
81+ validations :
82+ required : false
83+ show :
84+ affected-areas : ["Application"]
85+ - type : dropdown
86+ id : compose-git-provider
87+ attributes :
88+ label : Git Provider (for Docker Compose)
89+ description : Which git provider are you using for your Docker Compose?
90+ options :
91+ - " GitHub"
92+ - " GitLab"
93+ - " Gitea"
94+ - " Bitbucket"
95+ - " Git"
96+ - " Raw"
97+ validations :
98+ required : false
99+ show :
100+ affected-areas : ["Docker Compose"]
68101 - type : dropdown
69102 attributes :
70103 label : Are you deploying the applications where Dokploy is installed or on a remote server?
You can’t perform that action at this time.
0 commit comments