From 2891ceee0d8043f0c41828490fed73af62a0a856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 29 Nov 2021 13:20:33 +0200 Subject: [PATCH] Update stationsListURL --- .env_example | 2 +- README.md | 2 +- src/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env_example b/.env_example index 51fcae4..2004789 100644 --- a/.env_example +++ b/.env_example @@ -1,5 +1,5 @@ DISCORD_TOKEN= -RADIOX_STATIONSLISTURL=https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json +RADIOX_STATIONSLISTURL=https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json DEV_MODE=false DEBUG_MODE=false STREAMER_MODE=manual diff --git a/README.md b/README.md index b40c2b8..751f759 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Internet Radio to your Discord guild ## [Radio Stations List](https://gitea.cwinfo.org/cwchristerw/radio) -This bot is using Gitea repo to get radio stations from [playlist.json](https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json) file. List is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable. +This bot is using Gitea repo to get radio stations from [playlist.json](https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json) file. List is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable. ## Docker 1. `docker build -t warengroup/eximiabots-radiox . --pull` diff --git a/src/config.js b/src/config.js index e15f034..668ae51 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ module.exports = { token: process.env.DISCORD_TOKEN, //radio stations - stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json", + stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json", //support supportGuild: "https://discord.gg/rRA65Mn",