Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Metal

Build with Cargo, point at an existing Postgres DB

Rust, but no postgres

docker pull postgres sudo docker run --name posty -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 -d postgres sudo psql --host=localhost --username=postgres --dbname=postgres

Docker Build Commands

docker build -t rss:latest -f ./Dockerfile .
docker system prune
docker run --name rss -p 8080:8080 rss:latest
Ctrl + C
docker start rss

Docker Compose

sudo docker compose up -d --build

About

A syndicated media reader with Rust back end

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages