forked from usegalaxy-eu/galaxy-social
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.yml
More file actions
49 lines (44 loc) · 1.18 KB
/
plugins.yml
File metadata and controls
49 lines (44 loc) · 1.18 KB
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
plugins:
- name: mastodon
class: mastodon.mastodon_client
enabled: true
config:
base_url: "https://mstdn.science"
access_token: $MASTODON_ACCESS_TOKEN
max_content_length: 500
- name: bluesky
class: bluesky.bluesky_client
enabled: true
config:
base_url: "https://bsky.social"
username: "kadkhodaei.de"
password: $BLUESKY_PASSWORD
max_content_length: 300
- name: matrix
class: matrix.matrix_client
enabled: true
config:
base_url: "https://matrix.org"
access_token: $MATRIX_ACCESS_TOKEN
room_id: "!kcRLgCoQjtTGkliqcG:matrix.org"
user_id: "galaxy_social:matrix.org"
- name: slack
class: slack.slack_client
enabled: true
config:
access_token: $SLACK_ACCESS_TOKEN
channel_id: $SLACK_CHANNEL_ID
max_content_length: 40000
- name: linkedin
class: linkedin.linkedin_client
enabled: true
config:
access_token: $LINKEDIN_ACCESS_TOKEN
# org_id: 79988552
org_urn: "urn:li:person:j1MSG_Lo5j"
max_content_length: 3000
- name: markdown
class: markdown.markdown_client
enabled: true
config:
save_path: "markdown_cache"