Thank you domi
This commit is contained in:
parent
19d07a5e45
commit
ff8630ece5
1 changed files with 7 additions and 6 deletions
|
@ -27,7 +27,9 @@
|
||||||
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
|
extraStatic."static/themes/elly-mod.json" = pkgs.writeText "elly-mod.json" (builtins.readFile ./elly-mod.json);
|
||||||
|
|
||||||
extraStatic."static/custom.css" = pkgs.writeText "custom.css" ''
|
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;
|
extraStatic."static/terms-of-service.html" = inputs.florp-about.packages.${pkgs.system}.default;
|
||||||
|
@ -79,10 +81,10 @@
|
||||||
limit = 69420;
|
limit = 69420;
|
||||||
description_limit = 69420;
|
description_limit = 69420;
|
||||||
remote_limit = 131072;
|
remote_limit = 131072;
|
||||||
upload_limit = 160 * 1024 * 1024;
|
upload_limit = 256 * 1024 * 1024;
|
||||||
avatar_upload_limit = 16 * 1024 * 1024;
|
avatar_upload_limit = 4 * 1024 * 1024;
|
||||||
background_upload_limit = 32 * 1024 * 1024;
|
background_upload_limit = 8 * 1024 * 1024;
|
||||||
banner_upload_limit = 32 * 1024 * 1024;
|
banner_upload_limit = 8 * 1024 * 1024;
|
||||||
registrations_open = true;
|
registrations_open = true;
|
||||||
registration_reason_length = 2048;
|
registration_reason_length = 2048;
|
||||||
account_approval_required = true;
|
account_approval_required = true;
|
||||||
|
@ -198,7 +200,6 @@
|
||||||
webPushNotifications = true;
|
webPushNotifications = true;
|
||||||
useStreamingApi = true;
|
useStreamingApi = true;
|
||||||
scopeCopy = true;
|
scopeCopy = true;
|
||||||
showFeaturesPanel = false;
|
|
||||||
subjectLineBehavior = "masto";
|
subjectLineBehavior = "masto";
|
||||||
alwaysShowSubjectInput = true;
|
alwaysShowSubjectInput = true;
|
||||||
postContentType = "text/markdown";
|
postContentType = "text/markdown";
|
||||||
|
|
Loading…
Reference in a new issue