Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/la3rence/freshrss
FreshRSS docker image with built-in extensions
https://github.com/la3rence/freshrss
docker freshrss rss
Last synced: about 10 hours ago
JSON representation
FreshRSS docker image with built-in extensions
- Host: GitHub
- URL: https://github.com/la3rence/freshrss
- Owner: la3rence
- Created: 2023-12-14T11:29:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:39:12.000Z (2 months ago)
- Last Synced: 2024-09-07T04:45:00.655Z (2 months ago)
- Topics: docker, freshrss, rss
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/lawrence2018/freshrss/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreshRSS with built-in extensions
This is a Docker image built from the official FreshRSS base image, which includes built-in extensions:
- Image Proxy (to add a HTTP prefix URL for all images in a feed)
- Reading Time (to add estimated reading time for a feed item)
- GReader Redate (use published time rather than the fetching time)
- TranslateTitlesCN (to translate titles into Chinese)## Why we need this
FreshRSS extensions need to be available on this default path in container: `/var/www/FreshRSS/extensions`. But fly.io doesn’t support having same mount for mulitple directories, or having multiple mounts. If we try mount the parent path `/var/www/FreshRSS`, it'll led to *kernel panic*. So I want it works on fly.io when I'm only able to mount the data path with `/var/www/FreshRSS/data`. See `fly.toml` file.