File: tryton-server-nginx.templates

package info (click to toggle)
tryton-server 7.0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,756 kB
  • sloc: python: 53,218; xml: 5,194; sh: 802; sql: 217; makefile: 28
file content (39 lines) | stat: -rw-r--r-- 1,668 bytes parent folder | download | duplicates (2)
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
Template: tryton-server-nginx/website-uri
Type: string
_Description: Domain for the Tryton website:
 This will be the domain under which the Tryton server will be exposed via
 http (and/or https with Letsencrypt certificates when using the
 python3-certbot-nginx package).
 .
 The value should be a FQDN (Full Qualified Domain Name). Typically it is
 something like "mycompany.com" or "tryton.mysite.eu".
 .
 If you leave the value empty the hostname of this machine will be used
 as domain.

Template: tryton-server-nginx/run-certbot
Type: boolean
Default: false
_Description: Perform Letsencrypt registration and configuration?
 When the python3-certbot-nginx package is installed (default configuration)
 the automatic registration with Letsencrypt can be performed.
 The domain as configured in the previous question will be registered.
 .
 Note: For this to work you need 
  - a fully registered domain name
  - working DNS records for this domain name
  - accessibility to this server via Internet on port 80/443
 .
 In case you want to register several (sub-)domains with this nginx frontend
 you should opt out and perform the registration manually.
 You can perform this configuration manually at any time later (please refer
 to the necessary steps in /usr/share/doc/certbot/README.rst.gz).
 .
 When registering with Letsencrypt you agree with the Terms of Service at
 https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
 agree in order to register with the ACME server.

Template: tryton-server-nginx/certbot-email
Type: string
_Description: Letsencrypt E-Mail:
 Enter an email address (used for urgent renewal and security notices)