first commit

This commit is contained in:
peertube
2020-12-09 21:19:58 +01:00
commit da6d35b2e7
17 changed files with 2442 additions and 0 deletions

5
conf/discord.json Normal file
View File

@ -0,0 +1,5 @@
{
"clientID": "701077243652341762",
"token": "NzAxMDc3MjQzNjUyMzQxNzYy.XpsPmw.luwV8qmRlYwibpA3hzT9SnN5mvk",
"secret": "oxiy0FoaI2e4ni0lkK6B9yqaS5IOJ2e1"
}

25
conf/routes.json Normal file
View File

@ -0,0 +1,25 @@
{
"discordBot": {},
"rss-youtube": {
"discord": {
"channel": "701093105864147024",
"color": "#FF0000",
"style": "tinyEmbed",
"footer": {
"text": "vidéo Youtube",
"icon_url": "https://data.kataku.in/cdn/youtube_social.png"
}
}
},
"rss-skeptikon": {
"discord": {
"channel": "701093136713252925",
"color": "#F1680D",
"style": "embed",
"footer": {
"text": "vidéo Peertube",
"icon_url": "https://data.kataku.in/cdn/skeptikon_social.png"
}
}
}
}

15
conf/skepticom.json Normal file
View File

@ -0,0 +1,15 @@
{
"services" : [
"logs",
"discord",
"rss-skeptikon",
"rss-youtube"
],
"pm2": {
"prefix": "skp_",
"mode": "cluster"
},
"logs": {
"path": "./logs"
}
}