This is an alternative front end for selfoss rss reader written in Elm.
- Extract the archive to public directory of web server of your choice.
-
Update
host
field in theindex.html
to match your selfoss installation. -
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"
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.