-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml.example
83 lines (68 loc) · 1.39 KB
/
config.yaml.example
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
server:
api:
address: "[::]:8080"
blocklist:
- 1.2.3.4
feedback:
enabled: true
timeout: 30
email:
smtp: SERVER:PORT
from: ADDRESS
to: ADDRESS
subject: User feedback from try-it
limits:
total: 64
ip: 2
maintenance:
enabled: false
message: Custom downtime message
proxy:
address: "[::]:8081"
certificate: |-
PEM
key: |-
PEM
statistics:
keys:
- 69280011-c8a5-4ef9-ae3d-e7caf4d06e06
terms: |-
By using the Incus demonstration server, you agree that:<br />
<ul>
<li>Access to this service may be revoked at any time for any reason</li>
<li>Access to this service is solely provided to evaluate Incus</li>
<li>Your IP address, access time and activity on the test server may be recorded</li>
<li>Any abuse of this service may lead to a ban or other applicable actions</li>
</ul>
incus:
client:
certificate: |-
PEM
key: |-
PEM
project: PROJECT
server:
url: URL
certificate: |-
PEM
target: some-server
instance:
allocate:
count: 4
expiry: 21600
source:
# instance: "try-it"
image: "ubuntu/22.04"
type: "virtual-machine"
profiles:
- default
limits:
cpu: 2
disk: 50GiB
processes: 2000
memory: 4GiB
session:
command: ["bash"]
expiry: 3000
console_only: true
network: ipv6