Forge Home

ttrss

This module is used to install ttrss

9,934 downloads

4,698 latest version

4.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.2.1 (latest)
  • 0.1.1
  • 0.1.0
  • 0.0.2
  • 0.0.1
released Apr 7th 2019
This version is compatible with:
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ajmaidak-ttrss', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ajmaidak-ttrss
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ajmaidak-ttrss --version 0.2.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ajmaidak/ttrss — version 0.2.1 Apr 7th 2019

puppet-ttrss

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with ttrss
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.

Overview

A module for configuring ttrss https://tt-rss.org/gitlab/fox/tt-rss/wikis/home

Module Description

This module ONLY deals with the install and setup of ttrss, it will not setup your webserver or database. See the example folder for usage in a profile.

Setup

This module requires:

  • puppet 4.x
  • puppetlabs-vcsrepo
  • puppetlabs-git

The module has only been tested on Fedora Core 23 and uses puppet 4.x language features

What ttrss affects

Mostly what this module does is check ttrss out into the document root of your desired webserver. It can be used to setup the config.php file for ttrss but this is optional.

By default it will attempt to setup the systemd update_dameon2.php program to keep your feeds up to date.

Usage

The module is intented to be used along side modules such as puppetlabs-apache and puppetlabs-postgresql to setup those resources.

The module has some code for setting up a config.php file. Its not very complete and not well tested. It is intended for use if you're going to import/export your own database rather then browse to the sites install folder to initialize a fresh database.

You can see an example "profile" you might use with this module example folder.

cd example
gem install librarian-puppet 
librarian-puppet install --path /etc/puppet/modules
puppet apply -t ttrss.pp

Limitations

Only supported on Fedora, the mysql codepath should work but hasn't been tested.

Development

Use the github pull request workflow, all development is done master branch