Go to file
Dennis Schwerdel 7708a21c28 First version 2016-12-12 12:04:16 +01:00
page First version 2016-12-12 12:04:16 +01:00
.dockerignore First version 2016-12-12 12:04:16 +01:00
.gitignore First version 2016-12-12 12:04:16 +01:00
CHANGELOG First version 2016-12-12 12:04:16 +01:00
CloudronManifest.json First version 2016-12-12 12:04:16 +01:00
DESCRIPTION.md First version 2016-12-12 12:04:16 +01:00
Dockerfile First version 2016-12-12 12:04:16 +01:00
README.md First version 2016-12-12 12:04:16 +01:00
fpm.conf First version 2016-12-12 12:04:16 +01:00
logo.png First version 2016-12-12 12:04:16 +01:00
nginx.conf First version 2016-12-12 12:04:16 +01:00
start.sh First version 2016-12-12 12:04:16 +01:00

README.md

TinyTinyRSS Cloudron App

This repository contains the Cloudron app package source for TinyTinyRSS.

Installation

Install

or using the Cloudron command line tooling

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

Building

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

cd tinytinyrss-app

cloudron build
cloudron install

Notes

  • tt-rss now uses a rolling release model

  • tt-rss themes require a fixed version header at the top of the theme's css. See includes/version.php in tt-rss code base (VERSION_STATIC).

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 things are ok.

cd tinytinyrss-app/test

npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js