Skip to content

johansmitsnl/oxfeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxFeed

Feed reader.

Screenshot

Demo

https://oxfeed.homecomputing.fr/

  • email: demo
  • password: demo

This is a read-only demo: you can only read/unread and fav/unfav item.

Compilation

make

Installation

Create a new PostgreSQL database:

createdb oxfeed
psql -f api/sql/structure.sql oxfeed

Here an example of systemd service:

[Unit]
Description=oxfeed

[Service]
ExecStart=/home/git/public_repositories/oxfeed/current/target/release/oxfeed-api
WorkingDirectory=/home/git/public_repositories/oxfeed/current
Restart=on-failure
Environment="LISTEN_IP=127.0.0.1"
Environment="LISTEN_PORT=8003"
Environment="DATABASE_URL=postgresql://localhost/oxfeed"
Environment="SECRET=change_me"
Environment="RUST_LOG=warn"
Environment="CACHE_DIR=/var/cache/oxfeed"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.8%
  • CSS 2.8%
  • PLpgSQL 1.4%
  • Other 1.0%