@ -73,4 +73,4 @@ You should always know what we know and store about you, so here is the complete
### Self hosting
### Self hosting
Nucleus is fully open source, and you can run your own copy. Read [COPYING.md](https://github.com/ClicksMinutePer/Nucleus/blob/development/COPYING.md) for the legal requirements and a guide for how to configure your own copy.
Nucleus is fully open source, and you can run your own copy. Read [SELF_HOSTING.md](https://github.com/ClicksMinutePer/Nucleus/blob/development/SELF_HOSTING.md) for the legal requirements and a guide for how to configure your own copy.
@ -3,15 +3,15 @@ import * as readLine from 'node:readline/promises';
import{exec}from'node:child_process';
import{exec}from'node:child_process';
constdefaultDict={
constdefaultDict={
"token":"Your bot token",
"developmentToken":"Your development bot token (Used for testing in one server, rather than production)",
"developmentToken":"Your development bot token",
"managementGuildID":"Your management guild ID",
"developmentGuildID":"Your development guild ID",
"developmentGuildID":"Your development guild ID",
"enableDevelopment":true,
"enableDevelopment":true,
"token":"Your bot token",
"managementGuildID":"Your management guild ID (Used for running management commands on the bot)",
"owners":[],
"owners":[],
"verifySecret":"If using verify, enter a code here which matches your website if needed",
"verifySecret":"If using verify, enter a code here which matches the secret sent back by your website. You can use a random code if you do not have one already. (Optional)",
"mongoUrl":"Your Mongo connection string, e.g. mongodb://127.0.0.1:27017",
"mongoUrl":"Your Mongo connection string, e.g. mongodb://127.0.0.1:27017",
"baseUrl":"Your website where buttons such as Verify will link to, e.g. https://example.com",
"baseUrl":"Your website where buttons such as Verify and Role menu will link to, e.g. https://example.com",
"pastebinApiKey":"An API key for pastebin (optional)",
"pastebinApiKey":"An API key for pastebin (optional)",