mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add new API endpoint (instance endpoint)
This commit is contained in:
parent
4b82655e33
commit
bff170d2e2
4 changed files with 100 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ export interface ConfigType {
|
|||
blacklist_tempmail: boolean;
|
||||
email_blacklist: string[];
|
||||
url_scheme_whitelist: string[];
|
||||
|
||||
allowed_mime_types: string[];
|
||||
};
|
||||
|
||||
defaults: {
|
||||
|
|
@ -142,6 +144,8 @@ export const configDefaults: ConfigType = {
|
|||
"mumble",
|
||||
"ssb",
|
||||
],
|
||||
|
||||
allowed_mime_types: [],
|
||||
},
|
||||
defaults: {
|
||||
visibility: "public",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue