diff --git a/freshrss/data/.gitkeep b/freshrss/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/freshrss/docker-compose.yml b/freshrss/docker-compose.yml new file mode 100644 index 0000000..20e5a6f --- /dev/null +++ b/freshrss/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: freshrss_server_1 + APP_PORT: 80 + + server: + image: linuxserver/freshrss:1.21.0@sha256:de37e3f8f79c8c0fa00368784baa14d183385e34d168c1749dc69adcde6e45ec + restart: on-failure + environment: + - PUID=1000 + - PGID=1000 + volumes: + - ${APP_DATA_DIR}/data:/config diff --git a/freshrss/umbrel-app.yml b/freshrss/umbrel-app.yml new file mode 100644 index 0000000..5fffe79 --- /dev/null +++ b/freshrss/umbrel-app.yml @@ -0,0 +1,40 @@ +manifestVersion: 1 +id: freshrss +category: social +name: Freshrss +version: "1.21.0" +tagline: A free, self-hostable aggregator for rss feeds +description: >- + FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at + a glance without the need to browse from one website to another. + + + FreshRSS has a lot of features including: + + - RSS and Atom aggregation + + - Mark article as favorite if you liked it or if you want to read it later + + - Filter and search functionality helps to easily find articles + + - Statistics to show you the publishing frequency all the websites you follow + + - Import/export of your feeds into OPML format (more information) + + - and more! +releaseNotes: "" +developer: FreshRSS Org +website: https://freshrss.org/ +dependencies: [] +repo: https://github.com/FreshRSS/FreshRSS +support: https://github.com/FreshRSS/FreshRSS/issues +port: 3432 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +deterministicPassword: false +torOnly: false +submitter: Pranshu Agrawal +submission: https://github.com/getumbrel/umbrel-apps/pull/700