diff --git a/templates/conf/nitter.conf.j2 b/templates/conf/nitter.conf.j2 index b5cfe58..367bb2b 100755 --- a/templates/conf/nitter.conf.j2 +++ b/templates/conf/nitter.conf.j2 @@ -40,7 +40,7 @@ tokenCount = 10 [Preferences] theme = "auto_(Twitter)" replaceTwitter = "n.opnxng.com" -replaceYouTube = "yewtu.be" +replaceYouTube = "vid.priv.au" replaceReddit = "i.opnxng.com" replaceInstagram = "" proxyVideos = true diff --git a/templates/conf/settings.yml.j2 b/templates/conf/settings.yml.j2 index ae4a611..0e60992 100755 --- a/templates/conf/settings.yml.j2 +++ b/templates/conf/settings.yml.j2 @@ -214,9 +214,9 @@ enabled_plugins: # hostname_replace: '(.*\.)?music.youtube\.com$': 'beatbump.io' - '(.*\.)?youtube\.com$': 'yewtu.be' - '(.*\.)?youtu\.be$': 'yewtu.be' - '(.*\.)?youtube-noocookie\.com$': 'yewtu.be' + '(.*\.)?youtube\.com$': 'vid.priv.au' + '(.*\.)?youtu\.be$': 'vid.priv.au' + '(.*\.)?youtube-noocookie\.com$': 'vid.priv.au' '(.*\.)?reddit\.com$': 'i.opnxng.com' '(.*\.)?redd\.it$': 'i.opnxng.com' '(.*\.)?libi.opnxng\.com$': 'l.opnxng.com' diff --git a/vars/services.yml b/vars/services.yml index 12b1923..481dea2 100644 --- a/vars/services.yml +++ b/vars/services.yml @@ -1,6 +1,12 @@ +setup: + oracle4: + - paulgo + - nitter + compose: - oracle3: - - gitea + oracle4: + - paulgo + - nitter # ----------------------------------------------------------------------------------------------------