This commit is contained in:
Ichitux
2026-04-07 20:24:21 +02:00
parent 42bd57161d
commit a8ff7ad9bd
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -104,8 +104,8 @@ async function start() {
// Start HTTP server
app.listen(PORT, '0.0.0.0', () => {
console.log(`RSS server running on http://0.0.0.0:${PORT}`);
console.log(`RSS feed available at: http://<your-server-ip>:${PORT}/rss/`);
console.log(`RSS server running on http://${process.env.BASE_URL}:${PORT}`);
console.log(`RSS feed available at: http://${process.env.BASE_URL}:${PORT}/rss/`);
});
// Periodic fetch (every 5 minutes)