From 6b7c7b6c6a809d42a000482b4be83295d8a1d0f2 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 17 Sep 2024 15:40:32 -0400 Subject: [PATCH] Add music board and a link to nukechan --- inc/instance-config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 5122093d..21be4c76 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -22,6 +22,7 @@ $config['boards'] = array( 'edu', 'ga', 'ent', + 'music', '777', 'posad', 'i', @@ -50,6 +51,7 @@ $config['categories'] = array( 'edu', 'ga', 'ent', + 'music', '777', 'posad', 'i', @@ -67,7 +69,8 @@ $config['custom_categories'] = array( 'New Multitude' => 'https://newmultitude.org', 'Booru image repository' => 'https://lefty.pictures', 'Official chat room' => 'https://talk.leftychan.net/#/room/#welcome:matrix.leftychan.net', - 'Gitea instance' => 'https://git.leftychan.net', + 'Nukechan' => 'https://nukechan.net', + #'Gitea instance' => 'https://git.leftychan.net', 'Rules' => 'rules.html', 'Search' => 'search.php', ),