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
label: Personal Token to publish records to Invenio RDM
7
+
type: secret
8
+
store: vault
9
+
required: False
10
+
- name: public_name
11
+
label: Public name to publish records (formatted as "Lastname, Firstname")
12
+
type: text
13
+
required: False
14
+
- name: public_records
15
+
label: Whether to make new draft records publicly accessible (Yes) or restricted (No).
16
+
type: boolean
17
+
required: False
18
+
zenodo_sandbox:
19
+
description: Your Zenodo _SANDBOX_ Account
20
+
inputs:
21
+
- name: token
22
+
label: Personal Access Token used to create draft records and to upload files. You can manage your tokens at https://sandbox.zenodo.org/account/settings/applications/
23
+
type: secret
24
+
store: vault
25
+
required: False
26
+
- name: public_name
27
+
label: Creator name to associate with new records (formatted as "Last name, First name"). If left blank "Anonymous Galaxy User" will be used. You can always change this by editing your record directly.
28
+
type: text
29
+
required: False
30
+
zenodo:
31
+
description: Your Zenodo Account
32
+
inputs:
33
+
- name: token
34
+
label: Personal Access Token used to create draft records and to upload files. You can manage your tokens at https://zenodo.org/account/settings/applications/
35
+
type: secret
36
+
store: vault
37
+
required: False
38
+
- name: public_name
39
+
label: Creator name to associate with new records (formatted as "Last name, First name"). If left blank "Anonymous Galaxy User" will be used. You can always change this by editing your record directly.
Copy file name to clipboardExpand all lines: files/galaxy-qa2.galaxy.cloud.e-infra.cz/file_sources_conf.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
- type: inveniordm
2
2
id: invenio_sandbox
3
3
doc: This is the Sandbox instance of Invenio. It is used for testing purposes only, content is NOT preserved. DOIs created in this instance are not real and will not resolve.
doc: This is the Sandbox instance of Invenio. It is used for testing purposes only, content is NOT preserved. DOIs created in this instance are not real and will not resolve.
4
-
label: Invenio RDM Sandbox Repository (TESTING)
3
+
doc: Testing instance of Invenio, content is NOT preserved and DOIs created in this instance are not real.
label: Personal Token to publish records to Invenio RDM
7
-
type: secret
8
-
store: vault
9
-
required: False
10
-
- name: public_name
11
-
label: Public name to publish records (formatted as "Lastname, Firstname")
12
-
type: text
13
-
required: False
14
-
- name: public_records
15
-
label: Whether to make new draft records publicly accessible (Yes) or restricted (No).
16
-
type: boolean
17
-
required: False
2
+
invenio_sandbox:
3
+
description: Your Invenio RDM _SANDBOX_ Account
4
+
inputs:
5
+
- name: token
6
+
label: Personal Token to publish records to Invenio RDM
7
+
type: secret
8
+
store: vault
9
+
required: False
10
+
- name: public_name
11
+
label: Public name to publish records (formatted as "Lastname, Firstname")
12
+
type: text
13
+
required: False
14
+
- name: public_records
15
+
label: Whether to make new draft records publicly accessible (Yes) or restricted (No).
16
+
type: boolean
17
+
required: False
18
+
zenodo_sandbox:
19
+
description: Your Zenodo _SANDBOX_ Account
20
+
inputs:
21
+
- name: token
22
+
label: Personal Access Token used to create draft records and to upload files. You can manage your tokens at https://sandbox.zenodo.org/account/settings/applications/
23
+
type: secret
24
+
store: vault
25
+
required: False
26
+
- name: public_name
27
+
label: Creator name to associate with new records (formatted as "Last name, First name"). If left blank "Anonymous Galaxy User" will be used. You can always change this by editing your record directly.
28
+
type: text
29
+
required: False
30
+
zenodo:
31
+
description: Your Zenodo Account
32
+
inputs:
33
+
- name: token
34
+
label: Personal Access Token used to create draft records and to upload files. You can manage your tokens at https://zenodo.org/account/settings/applications/
35
+
type: secret
36
+
store: vault
37
+
required: False
38
+
- name: public_name
39
+
label: Creator name to associate with new records (formatted as "Last name, First name"). If left blank "Anonymous Galaxy User" will be used. You can always change this by editing your record directly.
0 commit comments