File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 45
45
- Through Bitnami
46
46
- Through 1Panel
47
47
- Through Zoraxy
48
+ - go install
48
49
- Other
49
50
validations :
50
51
required : true
65
66
- type : textarea
66
67
id : version
67
68
attributes :
68
- label : Version of lego
69
+ label : Effective version of lego
69
70
description : |-
71
+ `latest` or `dev` are not effective versions.
70
72
```console
71
73
$ lego --version
72
74
```
Original file line number Diff line number Diff line change @@ -24,10 +24,19 @@ body:
24
24
- Through Bitnami
25
25
- Through 1Panel
26
26
- Through Zoraxy
27
+ - go install
27
28
- Other
28
29
validations :
29
30
required : true
30
31
32
+ - type : input
33
+ id : version
34
+ attributes :
35
+ label : Effective version of lego
36
+ description : ` latest` or `dev` are not effective versions.
37
+ validations :
38
+ required : true
39
+
31
40
- type : textarea
32
41
id : description
33
42
attributes :
You can’t perform that action at this time.
0 commit comments