2
0

gnunet.templates 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Template: gnunet-systempeer/username
  2. Type: string
  3. Default: 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. Template: gnunet-systempeer/groupname
  10. Type: string
  11. Default: gnunet
  12. _Description: GNUnet group:
  13. Please choose the group that the GNUnet peer process will run as.
  14. .
  15. This should be a dedicated group, not one that already owns data.
  16. Only the members of this group will have access to GNUnet data, and
  17. be allowed to start and stop the GNUnet server.
  18. Template: gnunet-systempeer/autostart
  19. Type: boolean
  20. Default: true
  21. _Description: Should the GNUnet server be launched on boot?
  22. If you choose this option, a GNUnet peer will be launched each time
  23. the system is started. Otherwise, you will need to launch
  24. GNUnet each time you want to use it.
  25. Template: gnunet-dns/libnsswitch
  26. Type: boolean
  27. Default: true
  28. _Description: Should GNS be hooked into the system resolution process?
  29. If you choose this option, GNS will be hooked into the system
  30. resolution process. Records that can be resolved using GNS are
  31. resolved via GNS and will fall back to DNS when it is not resolvable
  32. using GNS. This requires to have the system GNUnet peer running and
  33. also having a peer running as your user.
  34. Template: gnunet-user/proxy
  35. Type: boolean
  36. Default: true
  37. _Description: Use the GNU Name System in Firefox/Chromium by default?"
  38. If you choose this option the proxy settings for Firefox and Chromium will be
  39. adjusted to use a user local running gnunet-gns-proxy to delegate DNS requests
  40. over. This allows for resolution of GNS names in the browser and validation for
  41. GNS hostnames.