Cacocloud alternatives and similar software solutions
Based on the "Feed Readers" category.
Alternatively, view Cacocloud alternatives based on common mentions on social networks and blogs.
-
NewsBlur
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. -
RSS Monster
Google Reader inspired self-hosted RSS reader written in VueJS with an Express NodeJS backend. RSSMonster is compatible with the Fever API. -
Leed
Leed (contraction de Light Feed) est un agrégateur RSS libre et minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive. -
Screaming Liquid Tiger
DISCONTINUED. Minimalistic podcast feed generator script for audiobooks, for use with Pocket Casts, Overcast and similar apps. -
html2rss-web
🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly. -
gritttt-rss
Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader. -
Full-Text RSS
Extract article content from news sites and blogs and convert RSS feeds that contain only extracts of stories to full-text feeds. Developed by FiveFilters.org.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Cacocloud or a related project?
README
CacoCloud
A simple, fast and secure PHP/AngularJS based single user feed and mail reader, password and bookmark manager. CacoCloud is divided into a RESTful PHP backend storing all data into a SQLite database and an SPA frontend based on AngularJs.
I have mainly written CacoCloud to fit my personal needs, but maybe it fits your needs, too.
You can find some screenshots in the wiki.
Installation
For installing you can simply grap the archive file from the homepage or build CacoCoud by your self. Watch the video how to install CacoCloud, from the archive file, in less than two minutes on a DigitalOcean VM with Debain Wheezy.
If you wanna build it by your self, on a *nix machine you can run the build.sh
script.
This script will install the needed node.js modules for running grunt, installs Composer and let the compser install all required PHP libs and creates a new and empty database. It also lets you create new user account.
If you are planning to use the password manager component and using Apache you should modify log format, take the example virtual host file from config/vhost.cfg
! And don't forget to use https instead of http!
Used components
CacoCloud is based on some awesome open source libraries and frameworks.
The RESTful backend is based on Slim PHP, rss/atom feeds gets parsed by SimplePie and E-Mail are send through SMTP by PHPMailer.
Since CacoCloud is an SPA, the frontend is build with love, AngularJs and AngularUI Router. Password stored into the password manager gets encrypted by crypto-js on the client (no fear they are encrypted a second time by Mcrypt before they are stored into the database on the server). zxcvbn estimates the strength of you password before storing it into the password manager.
Thanks to Bootstrap 3.0 the frontend is clean and responsible and a nice theme from Bootswatch lets it not looks so Bootstrapped. The icons are by Font Awesome.
At last all frontend code gets minified with the use of Grunt.