External URL: rss.risingflow.com
Internal URL: http://192.168.1.240:6799
GitHub URL: https://github.com/linuxserver/docker-freshrss
I am not currently using. Instead using RSS Feed integration with Outlook.
These are my RSS Feeds:
Artificial Intelligence Latest
https://www.wired.com/feed/tag/ai/latest/rss
Krebs on Security
https://krebsonsecurity.com/feed/
OSnews
http://www.osnews.com/files/recent.xml
Turbo360
https://www.serverless360.com/feed
Microsoft Security Baselines Blog articles
https://techcommunity.microsoft.com/gxcuf89792/rss/board?board.id=Microsoft-Security-Baselines
PowerShell Magazine
http://feeds.feedburner.com/PowershellMagazine
Azure service updates
https://azurecomcdn.azureedge.net/en-us/updates/feed/
Science Latest
https://www.wired.com/feed/category/science/latest/rss
Slashdot
http://rss.slashdot.org/Slashdot/slashdot
MSRC Security Update Guide
https://api.msrc.microsoft.com/update-guide/rss
BleepingComputer
https://www.bleepingcomputer.com/feed/
CISA Cybersecurity Advisories
https://us-cert.cisa.gov/ncas/alerts.xml
4sysops
https://4sysops.com/feed/
Security Latest
https://www.wired.com/feed/category/security/latest/rss
Ideas Latest
https://www.wired.com/feed/category/ideas/latest/rss
Upcoming Tech Events in Auckland
https://techevents.nz/rss/auckland
ATA Learning
https://adamtheautomator.com/feed/
Making Sense with Sam Harris - Subscriber Content
https://rss.samharris.org/feed/83386ebe-7eaa-4a86-8bda-afaa4cd40ed4
freshrss:
image: lscr.io/linuxserver/freshrss:latest
container_name: freshrss
environment:
- PUID=1000
- PGID=1000
- TZ=Pacific/Auckland
volumes:
- ./freshrss_data:/config
ports:
- 6799:80
restart: always