gitea: allows all file types for attachments

pull/16/head
Sebastien Bourdeauducq 2019-05-20 09:08:39 +08:00
parent f952d6fca2
commit b91e17ea78
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@ ACTION=="add", SUBSYSTEM=="tty", \
appName = "M-Labs Git";
cookieSecure = true;
disableRegistration = true;
extraConfig =
''
[attachment]
ALLOWED_TYPES = */*
'';
};
services.mattermost = {