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
* Bump version 1.1.1
* add module for tween factories
add maintenance mode tween factory
* fix variable
* add test for maintenance mode
* add settings for maintenance mode
* Revert "add settings for maintenance mode"
This reverts commit ba2ad3f.
* Revert "add test for maintenance mode"
This reverts commit feb0f15.
* Revert "fix variable"
This reverts commit 29d03ca.
* Revert "add module for tween factories"
This reverts commit a67241a.
* Revert "Bump version 1.1.1"
This reverts commit dd790b6.
* Bump version 1.1.1 (#510)
* Update README (instructions and animation) (#508)
* Update deployment instructions
* update # CHANGEME tag to # CHANGE THIS
* Update deploy/compose_minimal/docker-compose.yml
Co-authored-by: Camill Kaipf <[email protected]>
* update compose files
TFA related settings were not added yet
---------
Co-authored-by: Camill Kaipf <[email protected]>
Co-authored-by: ckaipf <[email protected]>
* Handle MetaDatum unique but not mandatory (#509)
* remove not used argument
* don't count values which are `None` while ensuring
unique constraint
if MetaDatum is not mandatory
several MetaDatumRecord will have
value set to `None`
* add empty line
* add fixtures for test unique but not mandatory MetaDatum
* rename file
* add simplified submission test, to submit MetaDataSets
with a unique and
not mandatory MetaDatum
* mypy is not happy here with reassigning this
variable,
refactored it
* fix var name
wrote too often None in the last hour
* one MetaDataSet should be in an other Submission for global constraint
* list to generator
Co-authored-by: Leon Kuchenbecker <[email protected]>
* flatten nested if
---------
Co-authored-by: Leon Kuchenbecker <[email protected]>
---------
Co-authored-by: Leon Kuchenbecker <[email protected]>
Copy file name to clipboardExpand all lines: deploy/compose_scale/docker-compose.yml
+5
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ services:
16
16
# The maximum number of days an API key can be valid
17
17
DATAMETA_API_KEYS_MAX_EXPIRE_DAYS: 365
18
18
19
+
# Two factor authentication settings
20
+
DATAMETA_TFA_ENABLED: # CHANGE THIS: Insert bool to enable
21
+
DATAMETA_TFA_ENCRYPT_KEY: # CHANGE THIS: Insert secret here
22
+
DATAMETA_TFA_OTP_ISSUER: # CHANGE THIS: Insert OTP issuer name here
23
+
19
24
LETSENCRYPT_HOST: # Picked up by nginx-proxy / letsencrypt. Comma separated list of hostnames.
20
25
VIRTUAL_HOST: # Picked up by nginx-proxy / letsencrypt. Comma separated list of hostnames. Every hostname in LETSENCRYPT_HOST must appear also here, otherwise cert acquisition will fail
0 commit comments