aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gnunet.templates')
-rw-r--r--debian/gnunet.templates45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/gnunet.templates b/debian/gnunet.templates
new file mode 100644
index 000000000..074fb41fe
--- /dev/null
+++ b/debian/gnunet.templates
@@ -0,0 +1,45 @@
1Template: gnunet-systempeer/username
2Type: string
3Default: gnunet
4_Description: GNUnet user:
5 Please choose the user that the GNUnet server process will run as.
6 .
7 This should be a dedicated account. If the specified account does not
8 already exist, it will automatically be created, with no login shell.
9
10Template: gnunet-systempeer/groupname
11Type: string
12Default: gnunet
13_Description: GNUnet group:
14 Please choose the group that the GNUnet peer process will run as.
15 .
16 This should be a dedicated group, not one that already owns data.
17 Only the members of this group will have access to GNUnet data, and
18 be allowed to start and stop the GNUnet server.
19
20Template: gnunet-systempeer/autostart
21Type: boolean
22Default: true
23_Description: Should the GNUnet server be launched on boot?
24 If you choose this option, a GNUnet peer will be launched each time
25 the system is started. Otherwise, you will need to launch
26 GNUnet each time you want to use it.
27
28Template: gnunet-dns/libnsswitch
29Type: boolean
30Default: true
31_Description: Should GNS be hooked into the system resolution process?
32 If you choose this option, GNS will be hooked into the system
33 resolution process. Records that can be resolved using GNS are
34 resolved via GNS and will fall back to DNS when it is not resolvable
35 using GNS. This requires to have the system GNUnet peer running and
36 also having a peer running as your user.
37
38Template: gnunet-user/proxy
39Type: boolean
40Default: true
41_Description: Use the GNU Name System in Firefox/Chromium by default?"
42 If you choose this option the proxy settings for Firefox and Chromium will be
43 adjusted to use a user local running gnunet-gns-proxy to delegate DNS requests
44 over. This allows for resolution of GNS names in the browser and validation for
45 GNS hostnames.