mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-24 11:04:42 -05:00
fix
This commit is contained in:
parent
d38d5bcb70
commit
1788541e04
@ -1,6 +1,6 @@
|
|||||||
before:
|
#before:
|
||||||
hooks:
|
# hooks:
|
||||||
- go mod tidy
|
# - go mod tidy
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
@ -8,8 +8,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8011:8011"
|
- "8011:8011"
|
||||||
volumes:
|
volumes:
|
||||||
- ./templates:/app/templates
|
|
||||||
- ./logs:/app/logs
|
- ./logs:/app/logs
|
||||||
|
# - ./templates:/app/templates
|
||||||
# environment:
|
# environment:
|
||||||
# - PORT=8011
|
# - PORT=8011
|
||||||
# - META_TEMPLATE=template_meta.yaml
|
# - META_TEMPLATE=template_meta.yaml
|
||||||
|
@ -17,7 +17,7 @@ type SubQuery struct {
|
|||||||
Proxy string `form:"proxy" binding:""`
|
Proxy string `form:"proxy" binding:""`
|
||||||
Proxies []string `form:"-" binding:""`
|
Proxies []string `form:"-" binding:""`
|
||||||
Refresh bool `form:"refresh,default=false" binding:""`
|
Refresh bool `form:"refresh,default=false" binding:""`
|
||||||
Template string `form:"templates" binding:""`
|
Template string `form:"template" binding:""`
|
||||||
RuleProvider string `form:"ruleProvider" binding:""`
|
RuleProvider string `form:"ruleProvider" binding:""`
|
||||||
RuleProviders []RuleProviderStruct `form:"-" binding:""`
|
RuleProviders []RuleProviderStruct `form:"-" binding:""`
|
||||||
Rule string `form:"rule" binding:""`
|
Rule string `form:"rule" binding:""`
|
||||||
|
Loading…
Reference in New Issue
Block a user