|
3 months ago | |
---|---|---|
.vscode | 11 months ago | |
migrations | 9 months ago | |
source | 3 months ago | |
.dockerignore | 10 months ago | |
.env.example | 9 months ago | |
.gitignore | 8 months ago | |
Cargo.lock | 3 months ago | |
Cargo.toml | 3 months ago | |
Dockerfile | 3 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
build.rs | 3 months ago | |
diesel.toml | 11 months ago | |
docker-compose.example.yaml | 9 months ago | |
install-docker.sh | 8 months ago | |
install-local.sh | 8 months ago | |
package.json | 3 months ago | |
rust-toolchain | 8 months ago | |
rustfmt.toml | 11 months ago | |
yarn.lock | 4 months ago |
An attempt at making a modern feed reader.
To install and run Fed with Docker (and Docker Compose), a script is provided to set everything up.
curl -sSf https://holllo.cc/fed/install-docker.sh | bash
To install and run Fed locally, you’ll need a recent version of Rust and Cargo. As well as a recent version of PostgreSQL. A script is provided to setup the configuration and build Fed with Cargo, however you’ll need to create a PostgreSQL database and user yourself.
curl -sSf https://holllo.cc/fed/install-local.sh | bash
Open-sourced with the MIT license.