Fixes
This commit is contained in:
BIN
data/messages.db
BIN
data/messages.db
Binary file not shown.
@@ -104,8 +104,8 @@ async function start() {
|
|||||||
|
|
||||||
// Start HTTP server
|
// Start HTTP server
|
||||||
app.listen(PORT, '0.0.0.0', () => {
|
app.listen(PORT, '0.0.0.0', () => {
|
||||||
console.log(`RSS server running on http://0.0.0.0:${PORT}`);
|
console.log(`RSS server running on http://${process.env.BASE_URL}:${PORT}`);
|
||||||
console.log(`RSS feed available at: http://<your-server-ip>:${PORT}/rss/`);
|
console.log(`RSS feed available at: http://${process.env.BASE_URL}:${PORT}/rss/`);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Periodic fetch (every 5 minutes)
|
// Periodic fetch (every 5 minutes)
|
||||||
|
|||||||
Reference in New Issue
Block a user