Update akkoma config
This commit is contained in:
parent
8156a38edd
commit
624dddf2c8
3 changed files with 8 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
'';
|
||||
masto_fe = pkgs.fetchzip {
|
||||
url = "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma/masto-fe.zip";
|
||||
sha256 = "sha256-8kAF7O3I93npX37XsncNuwQrTLX5Y9w16QV3+SDls+0=";
|
||||
sha256 = "sha256-hUp8XAQInWB3BpTrwsTV36xNwxs6fK01fFAd4FBwn4U=";
|
||||
};
|
||||
static_dir = pkgs.stdenvNoCC.mkDerivation {
|
||||
name = "akkoma-static";
|
||||
|
@ -68,6 +68,7 @@
|
|||
":instance" = {
|
||||
name = "Raccoon Noises";
|
||||
email = "lotte@chir.rs";
|
||||
notify_email = "akko@chir.rs";
|
||||
description = "Single User Akkoma Instance";
|
||||
limit = 58913;
|
||||
description_limit = 58913;
|
||||
|
@ -145,7 +146,7 @@
|
|||
};
|
||||
};
|
||||
":mrf" = {
|
||||
policies = map (v: mkRaw ("Pleroma.Web.ActivityPub.MRF." + v)) ["SimplePolicy" "EnsureRePrepended" "MediaProxyWarmingPolicy" "ForceBotUnlistedPolicy" "AntiFollowbotPolicy" "ObjectAgePolicy" "TagPolicy" "RequireImageDescription"];
|
||||
policies = map (v: mkRaw ("Pleroma.Web.ActivityPub.MRF." + v)) ["SimplePolicy" "EnsureRePrepended" "MediaProxyWarmingPolicy" "ForceBotUnlistedPolicy" "AntiFollowbotPolicy" "ObjectAgePolicy" "TagPolicy" "RequireImageDescription" "BlockInvalidDatetime"];
|
||||
transparency = true;
|
||||
};
|
||||
":http_security" = {
|
||||
|
@ -167,6 +168,7 @@
|
|||
ref = "akkoma";
|
||||
};
|
||||
};
|
||||
":static_fe".enabled = true;
|
||||
":media_proxy" = {
|
||||
enabled = true;
|
||||
base_url = "https://mediaproxy.chir.rs";
|
||||
|
|
|
@ -26,6 +26,7 @@ We do the following moderation automatically:
|
|||
<ul>
|
||||
<li>Unlisting of bot posts</li>
|
||||
<li>Adding of CWs to unlabeled media</li>
|
||||
<li>Modification or removal of posts that cause issues with certain clients</li>
|
||||
</ul>
|
||||
|
||||
<h2>Privacy Policy</h2>
|
||||
|
@ -130,4 +131,3 @@ Should you wish to report a complaint, or if you feel that we haven’t addresse
|
|||
|
||||
We also offer the <a href="https://akko.chir.rs/web">Mastodon Web UI</a>. Keep in mind that some features are missing,
|
||||
like emoji reactions, quoting, and JPEG XL.
|
||||
|
||||
|
|
|
@ -361,11 +361,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1672834009,
|
||||
"narHash": "sha256-Kxs3bPSgO8QQFktREWMrVKA3jaClfkAbSqqCEoElE7Q=",
|
||||
"lastModified": 1673095329,
|
||||
"narHash": "sha256-FGIa9JvLlow/CPAxldHnXf16HGVsKLE6uh5erSlFhwE=",
|
||||
"owner": "DarkKirb",
|
||||
"repo": "nix-packages",
|
||||
"rev": "98fb2639f73474b62aa105c993735b01904e200b",
|
||||
"rev": "9a8aa15d919b8caeeffbe92d7267e7bad3245323",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue