mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-07-01 08:29:14 +02:00
kommode/gitea: bump AVATAR_MAX_ORIGIN_SIZE from 2MB to 4MB
This commit is contained in:
@@ -136,7 +136,7 @@ in {
|
|||||||
picture = {
|
picture = {
|
||||||
AVATAR_MAX_FILE_SIZE = 1024 * 1024 * 5;
|
AVATAR_MAX_FILE_SIZE = 1024 * 1024 * 5;
|
||||||
# NOTE: go any bigger than this, and gitea will freeze your gif >:(
|
# NOTE: go any bigger than this, and gitea will freeze your gif >:(
|
||||||
AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 2;
|
AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 4;
|
||||||
};
|
};
|
||||||
actions.ENABLED = true;
|
actions.ENABLED = true;
|
||||||
webhook.ALLOWED_HOST_LIST = lib.concatStringsSep "," [
|
webhook.ALLOWED_HOST_LIST = lib.concatStringsSep "," [
|
||||||
|
|||||||
Reference in New Issue
Block a user