fossar / almafoss

🚧 🏗 👷‍♀️ selfoss client concept written in Elm
MIT License
1 stars 1 forks source link

á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.