Go to file
Daniel Valentine 5f37e8e8ee
fix replit deploy shell script (#592)
Per https://github.com/spikecodes/libreddit/issues/592#issuecomment-1253693490, Replit no longer includes wget, so this modifies the shell script to use curl to download the latest libbacon binary. The commit also makes minor improvements to the shell script (it now uses builtin `:` instead of external `true`, and sh will execute each command as they are run).
2022-09-21 20:38:09 -06:00
.github/ISSUE_TEMPLATE remove GitHub workflows 2022-09-20 23:04:37 -06:00
contrib remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
src add support for /comments/:id endpoint (and derivatives) (spikecodes#568) 2022-09-21 20:21:24 -06:00
static remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
templates remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
.gitignore Include Cargo.lock. Fixes #191 2021-04-14 21:44:16 -07:00
.replit fix replit deploy shell script (#592) 2022-09-21 20:34:15 -06:00
Cargo.lock remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
Cargo.toml remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
Dockerfile remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
Dockerfile.arm remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
Dockerfile.armv7 remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
LICENSE Publish Metadata Files 2020-10-25 13:48:44 -07:00
README.md create placeholder README (#2) 2022-09-20 20:59:23 -06:00
app.json remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
docker-compose.yml remove all reddit branding (#1) 2022-09-20 22:48:00 -06:00
heroku.yml Support Deployment to Heroku (#280) 2021-09-19 19:03:01 +00:00
rustfmt.toml Templatize redirects 2021-02-13 15:02:38 -08:00

README.md

libbacon

libbacon is a front-end for Reddit, written in Rust. It is a fork of the Libreddit project started by spikecodes.