Go to file
Girish Ramakrishnan 5956ca2427 Version 1.7.1 2019-11-06 14:58:28 -08:00
apache security: only expose /p 2019-01-03 15:36:31 -08:00
screenshots Initial commit 2017-02-17 09:45:48 +01:00
test Version 1.6.3 2019-07-29 11:47:10 -07: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.7.1 2019-11-06 14:58:28 -08:00
CloudronManifest.json Version 1.7.1 2019-11-06 14:58:28 -08:00
DESCRIPTION.md Version 1.7.1 2019-11-06 14:58:28 -08:00
Dockerfile Update extensions 2019-11-06 14:41:40 -08:00
LICENSE Initial commit 2017-02-17 09:45:48 +01:00
POSTINSTALL.md Change default password 2019-01-03 15:55:07 -08: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 no need to actualize since that just refreshes the feeds 2019-11-06 14:48:06 -08: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