Dennis Schwerdel 7708a21c28 First version
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00
2016-12-12 12:04:16 +01:00

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
Description
No description provided
Readme 104 KiB
Languages
Nginx 56.1%
Dockerfile 19.2%
HTML 9.4%
Shell 8%
CSS 7.3%