diff --git a/akkoma-static/instance/panel.html b/akkoma-static/instance/panel.html
index 2811c9d..2f67c1d 100644
--- a/akkoma-static/instance/panel.html
+++ b/akkoma-static/instance/panel.html
@@ -1,6 +1,8 @@
-This is the kemonomimi.pet akkoma instance!!
-Im am leinna, the admin and only user of this instance
-Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know
-If you want to go back to the homepage here is a link: kemonomimi.pet
-The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile. Here is the source
-Have a good day! >~<
+
+ This is the kemonomimi.pet akkoma instance!!
+ Im am leinna, the admin and only user of this instance
+ Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know
+ If you want to go back to the homepage here is a link:
kemonomimi.pet
+ The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile.
Here is the source
+ Have a good day! >~<
+
diff --git a/flake.lock b/flake.lock
index 42349e7..f202a89 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1769900590,
- "narHash": "sha256-I7Lmgj3owOTBGuauy9FL6qdpeK2umDoe07lM4V+PnyA=",
+ "lastModified": 1778737229,
+ "narHash": "sha256-6xWoytx8jFW4PF1GjRm/i/53trbpKGfz6zjzQGBr4cI=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "41e216c0ca66c83b12ab7a98cc326b5db01db646",
+ "rev": "d7a713c0b7e47c908258e71cba7a2d77cc8d71d5",
"type": "github"
},
"original": {
diff --git a/services/fedi.nix b/services/fedi.nix
index a4a23f7..e43d228 100644
--- a/services/fedi.nix
+++ b/services/fedi.nix
@@ -8,7 +8,8 @@ let
hideFilteredStatuses = false;
hideMutedPosts = false;
hidePostStats = false;
- hideSitename = false;
+ hideSiteName = true;
+ hideSiteFavicon = true;
hideUserStats = false;
loginMethod = "password";
logo = "/static/logo.png";
@@ -19,6 +20,7 @@ let
postContentType = "text/plain";
redirectRootLogin = "/main/friends";
redirectRootNoLogin = "/main/all";
+ sensitiveByDefault = false;
showFeaturesPanel = true;
showInstanceSpecificPanel = true;
sidebarRight = false;
@@ -57,6 +59,8 @@ in
registrations_open = false;
healthcheck = true;
allow_relay = true;
+ upload_limit = "10G";
+ max_pinned_statuses = 20;
public = true;
};