Added footer with dmca and discord links.

This commit is contained in:
2024-06-06 02:49:00 +02:00
parent c9087edd3c
commit 2790c4e31c
6 changed files with 22 additions and 7 deletions

View File

@@ -69,6 +69,10 @@ module.exports = {
type: 'notice', // notice, alert
enabled: false,
},
links: {
dmca: 'mailto:dmca@traxxx.me',
discord: 'https://discord.gg/gY6fnq6jJV',
},
stashes: {
nameLength: [2, 24],
namePattern: /^[a-zA-Z0-9!?$&\s_-]+$/,