-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yaml
More file actions
65 lines (52 loc) · 1.43 KB
/
Copy pathcopier.yaml
File metadata and controls
65 lines (52 loc) · 1.43 KB
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
# https://copier.readthedocs.io/en/latest/configuring/
letsencrypt_challenge:
type: str
help: Which ACME challenge do you want to use to request and renew certificates via Let's Encrypt?
choices:
- tls
- dns
letsencrypt_email:
type: str
help: Email address to provide to Let's Encrypt
use_pihole:
type: bool
default: false
help: Do you want to use Pi-hole in your network?
use_nextcloud:
type: bool
default: false
help: Do you want to use Nextcloud?
use_forgejo:
type: bool
default: false
help: Do you want to use Forgejo?
use_umami:
type: bool
default: false
help: Do you want to use Umami for analytics?
use_changedetection:
type: bool
default: false
help: Do you want to use changedetection.io for website change monitoring?
use_wireguard:
type: bool
default: false
help: Do you want to use WireGuard for your VPN?
needs_db:
type: bool
default: "{{ use_nextcloud or use_forgejo or use_umami }}"
when: false
# used for determining if we are under test
test:
type: bool
default: false
when: false
# recommended by copier-template-tester to have the template in a subdirectory
# also makes it easier to control which files should be part of the template itself
_subdirectory: template
_exclude:
- "compose.*.yaml"
- "{% if test is not defined or not test %}tests{% endif %}"
# https://copier.readthedocs.io/en/stable/configuring/#envops
_envops:
undefined: jinja2.StrictUndefined