Email or username:

Password:

Forgot your password?
Top-level
Carlos Solís

@darius Thanks for building the RSS-to-ActivityPub tool at rss.friend.camp , hopefully I can learn how to package it for @yunohost someday so I can host it on my own server!

3 comments
Darius Kazemi

@csolisr @yunohost I'd love a yunohost package for it, that would be so cool

Darius Kazemi

@csolisr @yunohost I still need to update the repo with my code that restricts creation based on OAuth tokens (which is how I require a Friend Camp login to create feeds on rss.friend.camp)

Carlos Solís

@darius @yunohost From the looks of it, the installation workflow for this thing is basically:
- Install Beanstalkd, Node.js, and SQLite
- Clone the repo
- Set the config.json
- Bind to YunoHost
From what I recall, the most difficult step of them all is installing Node.js, but if that hurdle is overcome, the rest should be easy

Go Up