mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-12 01:48:48 +00:00
fix: prepare release (#3945)
This commit is contained in:
parent
b964dcd936
commit
ca87562cab
@ -106,11 +106,11 @@ server {
|
|||||||
error_log /var/log/nginx/rss-bridge.error.log;
|
error_log /var/log/nginx/rss-bridge.error.log;
|
||||||
|
|
||||||
# Intentionally not setting a root folder here
|
# Intentionally not setting a root folder here
|
||||||
|
|
||||||
# autoindex is off by default but feels good to explicitly turn off
|
# autoindex is off by default but feels good to explicitly turn off
|
||||||
autoindex off;
|
autoindex off;
|
||||||
|
|
||||||
# Static content only served here
|
# Static content only served here
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /var/www/rss-bridge/static/;
|
alias /var/www/rss-bridge/static/;
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,6 @@ enabled_bridges[] = Telegram
|
|||||||
enabled_bridges[] = ThePirateBay
|
enabled_bridges[] = ThePirateBay
|
||||||
enabled_bridges[] = TikTokBridge
|
enabled_bridges[] = TikTokBridge
|
||||||
enabled_bridges[] = Twitch
|
enabled_bridges[] = Twitch
|
||||||
enabled_bridges[] = Twitter
|
|
||||||
enabled_bridges[] = Vk
|
enabled_bridges[] = Vk
|
||||||
enabled_bridges[] = XPathBridge
|
enabled_bridges[] = XPathBridge
|
||||||
enabled_bridges[] = Youtube
|
enabled_bridges[] = Youtube
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
final class Configuration
|
final class Configuration
|
||||||
{
|
{
|
||||||
private const VERSION = '2023-09-24';
|
private const VERSION = '2024-02-02';
|
||||||
|
|
||||||
private static $config = [];
|
private static $config = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user