Thank you domi

This commit is contained in:
emily 2024-11-14 11:00:02 +01:00
parent 19d07a5e45
commit ff8630ece5
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -27,7 +27,9 @@
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
.tos-content img { max-width: 100%; }
.tos-content img, .terms-of-service img {
max-width: 100%;
}
'';
extraStatic."static/terms-of-service.html" = inputs.florp-about.packages.${pkgs.system}.default;
@ -79,10 +81,10 @@
limit = 69420;
description_limit = 69420;
remote_limit = 131072;
upload_limit = 160 * 1024 * 1024;
avatar_upload_limit = 16 * 1024 * 1024;
background_upload_limit = 32 * 1024 * 1024;
banner_upload_limit = 32 * 1024 * 1024;
upload_limit = 256 * 1024 * 1024;
avatar_upload_limit = 4 * 1024 * 1024;
background_upload_limit = 8 * 1024 * 1024;
banner_upload_limit = 8 * 1024 * 1024;
registrations_open = true;
registration_reason_length = 2048;
account_approval_required = true;
@ -198,7 +200,6 @@
webPushNotifications = true;
useStreamingApi = true;
scopeCopy = true;
showFeaturesPanel = false;
subjectLineBehavior = "masto";
alwaysShowSubjectInput = true;
postContentType = "text/markdown";