Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

álmafoss

This is an alternative front end for selfoss rss reader written in Elm.

Installation

  1. Extract the archive to public directory of web server of your choice.

Set-up

  1. Update host field in the index.html to match your selfoss installation.

  2. If the selfoss installation is on different host, enable remote access to selfoss by adding following lines to selfoss’s .htaccess file.

Header set "Access-Control-Allow-Origin" "https://almafoss-host.example.org"
Header set "Access-Control-Allow-Headers" "Content-Type"
Header set "Access-Control-Allow-Methods" "GET, POST, DELETE"

Development

Install Elm Platform, elm-github-install and elm-live. Set-up almafoss as described above. Then you can issue make watch to start a testing server.