Go to file
Package Updates 5bdce48281 Update package version to 1.23.0 2024-12-24 07:59:16 +00:00
apache "CLOUDRON_OIDC_PROVIDER_NAME is not supported" comment added 2024-12-10 14:32:21 +04:00
screenshots Initial commit 2017-02-17 09:45:48 +01:00
test chore(deps): update dependency freshrss/freshrss to v1.25.0 2024-12-24 06:20:11 +00:00
.dockerignore Initial commit 2017-02-17 09:45:48 +01:00
.gitignore Initial commit 2017-02-17 09:45:48 +01:00
CHANGELOG.md Update package version to 1.23.0 2024-12-24 07:59:16 +00:00
CloudronManifest.json Update package version to 1.23.0 2024-12-24 07:59:16 +00:00
DESCRIPTION.md Version 1.16.0-1 2023-08-17 18:02:39 +05:30
Dockerfile chore(deps): update dependency freshrss/freshrss to v1.25.0 2024-12-24 06:20:11 +00:00
LICENSE Initial commit 2017-02-17 09:45:48 +01:00
POSTINSTALL.md checklist added to CloudronManifest 2024-12-09 10:46:47 +01: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
renovate.json5 Update renovate.json5 2024-11-04 17:10:00 +00:00
start.sh only generate oidc secret for oidc 2023-10-27 15:15:41 +02: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