Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


freshrss

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
freshrss [2021/08/28 10:15] – [docker run command] alexk7110freshrss [2021/11/07 14:04] (current) – [Future plans] alexk7110
Line 1: Line 1:
-===== FreshRSS Troubleshooting =====+====== FreshRSS Troubleshooting ======
  
 ==== History ==== ==== History ====
Line 11: Line 11:
 ==== Future plans ==== ==== Future plans ====
  
-  * I will setup a second instance with the YouTube links only to find out if that was the culprit. +  * I will set up a second instance with the YouTube links only to find out if that was the culprit. 
  
-  * The url I had to use on newsboat was http://freshrss.lan:8080/api/greader.php+  * The URL I had to use on newsboat was http://freshrss.lan:8080/api/greader.php 
 +  * The URL for FocusReader is https://rss.lan:8443/api/greader.php using the API pass
  
 ---- ----
Line 36: Line 37:
 ==== docker run command ==== ==== docker run command ====
 <code bash freshrss> <code bash freshrss>
-  docker run -d \ +docker run -d \ 
-    --name=freshrss \ +  --name=freshrss \ 
-    -e PUID=1000 \ +  -e PUID=1000 \ 
-    -e PGID=1000 \ +  -e PGID=1000 \ 
-    -e TZ=Europe/Athens \ +  -e TZ=Europe/Athens \ 
-    -p 8080:80 \ +  -p 8080:80 \ 
-    -p 8443:443 \ +  -p 8443:443 \ 
-    -v ${PWD}/config:/config \ +  -v ${PWD}/config:/config \ 
-    --restart unless-stopped \ +  --restart unless-stopped \ 
-    ghcr.io/linuxserver/freshrss+  ghcr.io/linuxserver/freshrss
 </code> </code>
freshrss.1630134955.txt.gz · Last modified: 2021/08/28 10:15 by alexk7110