-
Notifications
You must be signed in to change notification settings - Fork 0
/
snap.yaml
51 lines (42 loc) · 974 Bytes
/
snap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
apps:
nginx:
user: crowdsec
command: bin/service.nginx.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
metabase:
user: crowdsec
command: bin/service.metabase.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
crowdsec:
user: crowdsec
command: bin/service.crowdsec.sh
daemon: simple
plugs:
- network
- network-bind
restart-condition: always
storage-change:
command: bin/cli storage-change
access-change:
command: bin/cli access-change
backup-pre-stop:
command: bin/cli backup-pre-stop
restore-pre-start:
command: bin/cli restore-pre-start
restore-post-start:
command: bin/cli restore-post-start
cscli:
command: crowdsec/usr/local/bin/cscli -c /var/snap/crowdsec/current/config/crowdsec/config.yaml
confinement: strict
description: Crowdsec
grade: stable
name: crowdsec
summary: Crowdsec