change akkoma config, update lock file
This commit is contained in:
parent
a0d19a672e
commit
63444f2728
3 changed files with 16 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<div class="tos-content">
|
||||
This is the kemonomimi.pet akkoma instance!!<br><br>
|
||||
Im am leinna, the admin and only user of this instance<br><br>
|
||||
Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know<br><br>
|
||||
If you want to go back to the homepage here is a link: <a href="https://kemonomimi.pet/">kemonomimi.pet</a><br><br>
|
||||
The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile. <a href="https://www.eso.org/public/images/eso1424a/">Here is the source</a><br><br>
|
||||
Have a good day! >~<
|
||||
</div>
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue