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
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Apps
2
2
3
-
NeoDB web version will provide the most features and experience, while some third-party apps are also available below.
3
+
NeoDB web version works in desktop and mobile, and provides the most complete features and experience, meanwhile some third-party apps are also available below, they are not affliated with NeoDB unless otherwise specified.
Copy file name to clipboardExpand all lines: docs/configuration.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ if you are doing debug or development:
41
41
- `anymail://<anymail_backend_name>?<anymail_args>`, to send email via email service providers, see [anymail doc](https://anymail.dev/)
42
42
43
43
## Settings for administration
44
-
-`DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def`. Both suggest and audit channels must be in forum mode.
44
+
-`DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def,report=https://discord.com/api/webhooks/123/xyz`. All channels must be in forum mode.
45
45
-`NEODB_SENTRY_DSN` , `TAKAHE_SENTRY_DSN` - [Sentry](https://sentry.io/) DSN to log errors.
46
46
47
47
## Settings for Federation
@@ -52,6 +52,7 @@ if you are doing debug or development:
52
52
53
53
`relay.neodb.net` is [open sourced](https://github.com/neodb-social/neodb-relay) and operated by NeoDB developers, it works like most ActivityPub relays except it only relays between NeoDB instances, it helps public information like catalogs and trends flow between NeoDB instances. You may set it to `True` if you don't want to relay public posts with other NeoDB instances.
54
54
55
+
-`TAKAHE_NO_FEDERATION` set to `1` to disable federation with other fediverse sites. Please note this is only for test and development purpose, it may generate more error messages in backend, and will not prevent access from public.
55
56
56
57
## Settings for external item sources
57
58
@@ -64,8 +65,9 @@ if you are doing debug or development:
64
65
65
66
## Translation
66
67
set either of these will enable translation
67
-
-`DEEPL_API_KEY` for DeepL
68
-
-`LT_API_URL` and `LT_API_KEY` for LibreTranslate server
68
+
69
+
-`DEEPL_API_KEY` for [DeepL](https://www.deepl.com/)
70
+
-`LT_API_URL` and `LT_API_KEY` for [LibreTranslate](https://libretranslate.com/) server
0 commit comments