This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freshrss [2021/08/28 10:15] – [docker run command] alexk7110 | freshrss [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:// | + | * The URL I had to use on newsboat was http:// |
+ | * The URL for FocusReader is https:// | ||
---- | ---- | ||
Line 36: | Line 37: | ||
==== docker run command ==== | ==== docker run command ==== | ||
<code bash freshrss> | <code bash freshrss> | ||
- | | + | docker run -d \ |
- | --name=freshrss \ | + | --name=freshrss \ |
- | -e PUID=1000 \ | + | -e PUID=1000 \ |
- | -e PGID=1000 \ | + | -e PGID=1000 \ |
- | -e TZ=Europe/ | + | -e TZ=Europe/ |
- | -p 8080:80 \ | + | -p 8080:80 \ |
- | -p 8443:443 \ | + | -p 8443:443 \ |
- | -v ${PWD}/ | + | -v ${PWD}/ |
- | --restart unless-stopped \ | + | --restart unless-stopped \ |
- | ghcr.io/ | + | ghcr.io/ |
</ | </ |