forked from M-Labs/nix-scripts
gitea: allows all file types for attachments
This commit is contained in:
parent
f952d6fca2
commit
b91e17ea78
|
@ -164,6 +164,11 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
appName = "M-Labs Git";
|
||||
cookieSecure = true;
|
||||
disableRegistration = true;
|
||||
extraConfig =
|
||||
''
|
||||
[attachment]
|
||||
ALLOWED_TYPES = */*
|
||||
'';
|
||||
};
|
||||
|
||||
services.mattermost = {
|
||||
|
|
Loading…
Reference in New Issue