Go to file
Girish Ramakrishnan 42bdf28afa Update FreshRSS to 1.19.2 2022-02-04 10:25:23 -08:00
apache Remove hardcoded memory limit 2022-01-07 17:58:43 -08:00
screenshots Initial commit 2017-02-17 09:45:48 +01:00
test Update test packages 2022-01-07 17:59:14 -08:00
.dockerignore Initial commit 2017-02-17 09:45:48 +01:00
.gitignore Initial commit 2017-02-17 09:45:48 +01:00
CHANGELOG Version 1.14.2 2022-01-07 18:06:27 -08:00
CloudronManifest.json Version 1.14.2 2022-01-07 18:06:27 -08:00
DESCRIPTION.md Bump version for 1.19.1 2022-01-03 10:02:30 +01:00
Dockerfile Update FreshRSS to 1.19.2 2022-02-04 10:25:23 -08:00
LICENSE Initial commit 2017-02-17 09:45:48 +01:00
POSTINSTALL.md remove space from postinstall 2020-09-23 14:14:23 -07:00
README.md Add debugging info 2019-01-03 15:58:37 -08:00
logo.png Initial commit 2017-02-17 09:45:48 +01:00
start.sh Make php.ini customizable and update to 1.17.0 2020-09-23 14:11:56 -07:00

README.md

FreshRSS Cloudron App

This repository contains the Cloudron app package source for FreshRSS.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id org.freshrss.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd freshrss-app

cloudron build
cloudron install

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.

cd freshrss-app/test

npm install
PATH=$PATH:node_modules/.bin mocha --bail test.js

Debugging

  • Update your data/config.php with the following, to get more debugging information:
'environment' => 'development',

  • Check your logs:
    • Web server / PHP logs
    • FreshRSS API log in ./data/users/_/log_api.txt
    • FreshRSS logs in ./data/users/you/log.txt