forked from usegalaxy-eu/galaxy-social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.yml
48 lines (43 loc) · 1.13 KB
/
plugins.yml
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
plugins:
- name: mastodon
class: mastodon.mastodon_client
enabled: true
config:
base_url: "https://mstdn.science"
access_token: $MASTODON_ACCESS_TOKEN
max_content_length: 500
ignore_markdown: true
- name: bluesky
class: bluesky.bluesky_client
enabled: true
config:
base_url: "https://bsky.social"
username: "brilliantarash.bsky.social"
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: "!NhCFtQeugNCBqGJkml:matrix.org"
- name: slack
class: slack.slack_client
enabled: true
config:
access_token: $SLACK_ACCESS_TOKEN
channel_id: "C06TRSSQRSR"
max_content_length: 40000
- name: linkedin
class: linkedin.linkedin_client
enabled: true
config:
access_token: $LINKEDIN_ACCESS_TOKEN
org_id: 102246356
max_content_length: 3000
- name: markdown
class: markdown.markdown_client
enabled: true
config:
save_path: "markdown_cache"