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";
|
appName = "M-Labs Git";
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
disableRegistration = true;
|
disableRegistration = true;
|
||||||
|
extraConfig =
|
||||||
|
''
|
||||||
|
[attachment]
|
||||||
|
ALLOWED_TYPES = */*
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mattermost = {
|
services.mattermost = {
|
||||||
|
|
Loading…
Reference in New Issue