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: What version of PostgreSQL are you running? (see Database information dashboard -> PostgreSQL Version (upper right on desktop) or database -> image section in your `docker-compose.yml`)
130
-
placeholder: v17
143
+
placeholder: v17.3
131
144
132
145
- type: checkboxes
133
146
attributes:
@@ -139,4 +152,23 @@ body:
139
152
140
153
options:
141
154
- label: I run the latest major supported PostgreSQL version
142
-
required: true
155
+
validations:
156
+
required: true
157
+
158
+
- type: dropdown
159
+
id: reverse_proxy
160
+
attributes:
161
+
label: Are you using a reverse Proxy for TeslaMate?
162
+
options:
163
+
- "No"
164
+
- "Yes (specify in next field)"
165
+
validations:
166
+
required: true
167
+
168
+
- type: textarea
169
+
id: reverse_proxy_details
170
+
attributes:
171
+
label: Details about your reverse Proxy if applicable
172
+
description: If you use a reverse Proxy, please provide details about your setup
@@ -34,6 +39,14 @@ The database will be migrated automatically to include these new fields. Dependi
34
39
- build(deps): bump phoenix_ecto from 4.6.3 to 4.6.4 (#4779)
35
40
- build(deps): bump @docusaurus/preset-classic from 3.7.0 to 3.8.0 in /website (#4776)
36
41
- build(deps): bump @docusaurus/core from 3.7.0 to 3.8.0, @docusaurus/preset-classic from 3.8.0 to 3.8.1, bump dependencies in /website (#4777 - @JakobLichterfeld)
42
+
- build(deps): bump nixbuild/nix-quick-install-action from 30 to 32 (#4813)
43
+
- build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /website (#4821)
44
+
- build(deps): bump plug_cowboy from 2.7.3 to 2.7.4 (#4816)
45
+
- build(deps): bump crate-ci/typos from 1.33.1 to 1.34.0 (#4814)
46
+
- build(deps): bump timex from 3.7.11 to 3.7.13 (#4815)
0 commit comments