You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "If there is anything wrong with your setup"
3
+
#title: ""
4
+
labels: ["setup issue"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for taking the time to fill out this help request!
10
+
- type: textarea
11
+
id: issue
12
+
attributes:
13
+
label: Issue
14
+
description: "Please describe your problem here."
15
+
validations:
16
+
required: true
17
+
- type: input
18
+
id: version
19
+
attributes:
20
+
label: Tandoor Version
21
+
description: "What version of Tandoor are you using? (can be found on the system page since v0.8.4)"
22
+
validations:
23
+
required: true
24
+
- type: input
25
+
id: os
26
+
attributes:
27
+
label: OS Version
28
+
description: "E.g. Ubuntu 20.02"
29
+
validations:
30
+
required: true
31
+
- type: dropdown
32
+
id: setup
33
+
attributes:
34
+
label: Setup
35
+
description: "How is your Tandoor instance set up?"
36
+
options:
37
+
- Docker / Docker-Compose
38
+
- Unraid
39
+
- Synology
40
+
- Kubernetes
41
+
- Manual Setup
42
+
- Others (please state below)
43
+
validations:
44
+
required: true
45
+
- type: dropdown
46
+
id: reverse-proxy
47
+
attributes:
48
+
label: "Reverse Proxy"
49
+
description: "What reverse proxy do you use with Tandoor?"
50
+
options:
51
+
- No reverse proxy
52
+
- jwilder's nginx proxy
53
+
- Nginx Proxy Manager (NPM)
54
+
- SWAG
55
+
- Caddy
56
+
- Traefik
57
+
- Others (please state below)
58
+
validations:
59
+
required: true
60
+
- type: input
61
+
id: other
62
+
attributes:
63
+
label: Other
64
+
description: "In case you chose 'Others' above or have more info, please provide additional details here."
65
+
- type: textarea
66
+
id: env
67
+
attributes:
68
+
label: Environment file
69
+
description: "Please include your `.env` config file (**make sure to remove/replace all secrets**)"
70
+
render: shell
71
+
- type: textarea
72
+
id: docker-compose
73
+
attributes:
74
+
label: Docker-Compose file
75
+
description: "When running with docker compose please provide your `docker-compose.yml`"
76
+
render: shell
77
+
- type: textarea
78
+
id: logs
79
+
attributes:
80
+
label: Relevant logs
81
+
description: "If you feel like there is anything interesting please post the output of `docker-compose logs` at container startup and when the issue happens."
description: "Anything related to website imports"
3
+
#title: ""
4
+
#labels: ["enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for taking the time to fill out this website import form!
10
+
- type: input
11
+
id: version
12
+
attributes:
13
+
label: Tandoor Version
14
+
description: "What version of Tandoor are you using? (can be found on the system page since v0.8.4)"
15
+
validations:
16
+
required: true
17
+
- type: input
18
+
id: url
19
+
attributes:
20
+
label: Import URL
21
+
description: "Exact URL you are trying to import from."
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: bug-descr
26
+
attributes:
27
+
label: "When did the issue happen?"
28
+
description: "When pressing the search button with the url / when importing after the page has loaded / ..."
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
id: logs
33
+
attributes:
34
+
label: Response / message shown
35
+
description: Please copy and paste any relevant logs or responses / messages which are shown in Tandoor. This will be automatically formatted into code, so no need for backticks.
0 commit comments