Skip to content

SYSCONF profile providing a TinyTinyRSS HTTP service (nginx+php-fpm) with Gitted import/export of the PostgreSQL database

Notifications You must be signed in to change notification settings

geonef/sysconf.gitted.tt-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Sysconf profile

This is a SYSCONF profile. SYSCONF is a method and tool to manage custom system files for easy install, backup and sync.

This profile provides a Tiny Tiny RSS service. tt-rss is a power, free-software news reader running with PHP.

Services

# netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      21143/php-fpm.conf)
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      7799/nginx      
tcp        0      0 0.0.0.0:5432            0.0.0.0:*               LISTEN      29057/postgres  
tcp6       0      0 :::5432                 :::*                    LISTEN      29057/postgres  
  • The main service is TinyTinyRSS running on port 80.
  • You can also access the PostgreSQL service on the port 5432.

Gitted import/export

This profile does not import/export anything by itself.

But its dependencies:

Gitted integration

git subtree add -P sysconf/sysconf.gitted.tt-rss [email protected]:geonef/sysconf.gitted.tt-rss.git master
  • Integrate it in the dependency chain, for example:
echo sysconf.gitted.tt-rss >sysconf/actual/deps
  • Then push it to the container:
sysconf/gitted-client register
git push <name> master

Authors

Written by Jean-Francois Gigand [email protected]. Feel free to contact me!

About

SYSCONF profile providing a TinyTinyRSS HTTP service (nginx+php-fpm) with Gitted import/export of the PostgreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published