fix(workflows): replace invalid semantic-version action with fallback script
This commit is contained in:
@@ -35,6 +35,7 @@ export interface ProxyHost {
|
||||
application: ApplicationPreset;
|
||||
locations: Location[];
|
||||
advanced_config?: string;
|
||||
advanced_config_backup?: string;
|
||||
enabled: boolean;
|
||||
certificate_id?: number | null;
|
||||
certificate?: Certificate | null;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import client from './client'
|
||||
|
||||
export interface SecurityStatus {
|
||||
cerberus?: { enabled: boolean }
|
||||
crowdsec: {
|
||||
mode: 'disabled' | 'local' | 'external'
|
||||
api_url: string
|
||||
@@ -11,6 +12,7 @@ export interface SecurityStatus {
|
||||
enabled: boolean
|
||||
}
|
||||
rate_limit: {
|
||||
mode?: 'disabled' | 'enabled'
|
||||
enabled: boolean
|
||||
}
|
||||
acl: {
|
||||
|
||||
Reference in New Issue
Block a user