-
Notifications
You must be signed in to change notification settings - Fork 5
/
anvil.yaml
319 lines (317 loc) · 8.13 KB
/
anvil.yaml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
allow_embedding: false
db_schema:
files:
client: none
columns:
- admin_ui: {width: 200}
name: name
type: string
- admin_ui: {width: 200}
name: file
type: media
- admin_ui: {width: 200}
name: roles
target: roles
type: link_multiple
server: full
title: Files
finances:
client: none
columns:
- admin_ui: {width: 200}
name: tenant
target: tenants
type: link_single
- admin_ui: {width: 200}
name: rev_12
type: number
- admin_ui: {width: 200}
name: budgets
type: simpleObject
- admin_ui: {width: 200}
name: rev_12_active
type: number
server: full
title: Finances
forum:
client: none
columns:
- admin_ui: {width: 200}
name: discourse_secret
type: string
- admin_ui: {width: 200}
name: discourse_url
type: string
- admin_ui: {width: 200}
name: tenant
target: tenants
type: link_single
- admin_ui: {width: 200}
name: discord_invite
type: string
server: full
title: Forum
notes:
client: none
columns:
- admin_ui: {width: 200}
name: notes
type: string
- admin_ui: {width: 200}
name: user
target: users
type: link_single
- admin_ui: {width: 200}
name: tenant
target: tenants
type: link_single
server: full
title: Notes
permissions:
client: none
columns:
- admin_ui: {width: 200}
name: name
type: string
- admin_ui: {width: 200}
name: description
type: string
server: full
title: Permissions
rolefiles:
client: none
columns:
- admin_ui: {width: 200}
name: name
type: string
- admin_ui: {width: 200}
name: file
type: media
- admin_ui: {width: 200}
name: role
target: roles
type: link_single
server: full
title: RoleFiles
roles:
client: none
columns:
- admin_ui: {width: 200}
name: name
type: string
- admin_ui: {width: 200}
name: permissions
target: permissions
type: link_multiple
- admin_ui: {width: 200}
name: can_edit
type: bool
- admin_ui: {width: 200}
name: reports_to
type: string
- admin_ui: {width: 200}
name: tenant
target: tenants
type: link_single
- admin_ui: {width: 200}
name: guide
type: media
- admin_ui: {width: 200}
name: last_update
type: date
server: full
title: Roles
tenants:
client: none
columns:
- admin_ui: {width: 200}
name: waiver
type: string
- admin_ui: {width: 200}
name: discourse_api_key
type: string
- admin_ui: {width: 200}
name: discourse_secret
type: string
- admin_ui: {width: 200}
name: paypal_client_id
type: string
- admin_ui: {width: 200}
name: paypal_plans
type: simpleObject
- admin_ui: {width: 200}
name: paypal_secret
type: string
- admin_ui: {width: 348}
name: name
type: string
- admin_ui: {width: 200}
name: discourse_url
type: string
- admin_ui: {width: 200}
name: email
type: string
- admin_ui: {width: 200}
name: logo
type: media
- admin_ui: {width: 200}
name: discord_invite
type: string
- admin_ui: {width: 200}
name: paypal_webhook_id
type: string
- admin_ui: {width: 200}
name: paypal_webhook_certificate
type: string
- admin_ui: {width: 200}
name: new_roles
type: simpleObject
- admin_ui: {width: 200}
name: custom_reports
type: simpleObject
- admin_ui: {width: 200}
name: smtp_email
type: string
- admin_ui: {width: 200}
name: donate_url
type: string
server: full
title: Tenants
usermap:
client: none
columns:
- admin_ui: {width: 200}
name: user
target: users
type: link_single
- admin_ui: {width: 200}
name: roles
target: roles
type: link_multiple
- admin_ui: {width: 200}
name: tenant
target: tenants
type: link_single
- admin_ui: {width: 200}
name: first_name
type: string
- admin_ui: {width: 200}
name: last_name
type: string
- admin_ui: {width: 200}
name: notes
type: string
- admin_ui: {width: 200}
name: fee
type: number
- admin_ui: {width: 200}
name: paypal_sub_id
type: string
- admin_ui: {width: 200}
name: consent_check
type: bool
- admin_ui: {width: 200}
name: payment_status
type: string
- admin_ui: {width: 200}
name: booking_link
type: string
- admin_ui: {width: 200}
name: payment_expiry
type: date
- admin_ui: {width: 200}
name: discord
type: string
- admin_ui: {width: 200}
name: phone
type: string
- admin_ui: {width: 200}
name: screening_slots
type: simpleObject
server: full
title: Usermap
users:
client: none
columns:
- admin_ui: {width: 200}
name: email
type: string
- admin_ui: {width: 200}
name: email_confirmation_key
type: string
- admin_ui: {width: 200}
name: enabled
type: bool
- admin_ui: {width: 200}
name: last_login
type: datetime
- admin_ui: {width: 203}
name: password_hash
type: string
- admin_ui: {width: 200}
name: signed_up
type: datetime
- admin_ui: {width: 200}
name: confirmed_email
type: bool
- admin_ui: {width: 200}
name: n_password_failures
type: number
- admin_ui: {width: 200}
name: remembered_logins
type: simpleObject
- admin_ui: {width: 200}
name: mfa
type: simpleObject
server: full
title: Users
dependencies:
- dep_id: dep_dmhomulhrajp9w
resolution_hints: {app_id: CVAFGUBPSRFZNPZD, name: anvil_extras, package_name: anvil_extras}
version: {version_tag: v3.1.0}
- dep_id: dep_dpwmywm5c9x8
resolution_hints: {app_id: KDKDM3MG6IQHC2FK, name: Anvil Squared, package_name: anvil_squared}
version: {version_tag: v1.0.3}
metadata: {description: notalone, logo_img: 'asset:notalone-2.png', title: notalone}
name: notalone oss
native_deps:
head_html: |-
<meta name="theme-color" content="#FFFBFE">
<!-- <link rel="stylesheet" type="text/css" href="_/theme/theme_main.css"> -->
<script defer>
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#FFFBFE');
</script>
package_name: notalone_oss
renamed: true
runtime_options:
client_version: '3'
legacy_features: {__dict__: true, bootstrap3: true, class_names: true, root_container: true}
server_spec: {base: python310-minimal}
server_version: python3-full
version: 3
scheduled_tasks: null
secrets:
SQUARED:
type: secret
value: {HJFXN7MPSBFVFU64: jpa6SNz1UuHeR5cj9d0/OwqDbg7/UwGQsA5Udg6a8jxHFWX94uSYleBWDpNWx7ikYIEnelikg+ggy44/xJnCC4wiZW/VP9Csm1KO4ZH70TYTNYa6Qf+LVilZdfZR2SxJ0DL79syj8/9QmCp+jJLR0bSTaXzQ6mqH}
encryption_key:
type: key
value: {HJFXN7MPSBFVFU64: WrOH/lPHiaFcunmkqmbXhezOdj2nCezLbvflGkkTChmtMNuaNjn2T1u5040rzvHUJxvEXcWP5HABsMMoqxf23B1Mus3uGP/LAJMwS4KhmqEXD3QMXcpmTF6GBzIqUyyWUyYIacoTiXasy2sirUtiqLWgdoT+hFo=, T4BTSIBAI26CJ3RZ: l+TpS8nkOBcBEWM1IlatDl+c+zkivrSRhSRSmkZnvHPhENEfBT2eYBdYvIqKRpjAlQ1aHpHBK55gf6kgIyEMjGVmRx6a2KfSngdFUO3NgOviO+5nzSf+lcxIb21oEhE/s8g4jJELubTwRgJzp3sLSH9GFQA4qRo=}
services:
- client_config: {enable_v2: true}
server_config: {}
source: /runtime/services/tables.yml
- client_config: {allow_mfa_email_reset: true, allow_remember_me: true, allow_signup: true, confirm_email: true, enable_automatically: true, mfa_timeout_days: 7, remember_me_days: 7, require_mfa: true, require_secure_passwords: true, use_email: true, use_google: true}
server_config: {user_table: users}
source: /runtime/services/anvil/users.yml
- client_config: {}
server_config: {}
source: /runtime/services/google.yml
- client_config: {}
server_config: {}
source: /runtime/services/anvil/secrets.yml
- client_config: {}
server_config: {}
source: /runtime/services/anvil/email.yml
startup: {module: startup, type: module}
startup_form: null