redlib
redlib copied to clipboard
Private front-end for Reddit
## Describe the bug The console show this error: `ERROR: process "/bin/sh -c curl -L https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz | tar xz -C /usr/local/bin/" did not complete successfully: exit code: 1` ## Steps...
## Describe the bug The following user settings do not work. The settings remain at their defaults. REDLIB_DEFAULT_FIXED_NAVBAR=off REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION=on I can switch these settings in the browser, but passing them...
## Describe the bug When Redlib is run behind Traefik reverse proxy, it is not detected by Traefik right away, hence it is unavailable. This happens because the Dockerfile (https://github.com/redlib-org/redlib/blob/22910956dbce2a4c8abae0016ecda251b268332c/Dockerfile#L34)...
The current seccomp profile causes breakage as it doesn't allow for certain necessary syscalls. The corresponding seccomp profile has been commented out of the compose files, but by tracing the...
Libreddit is available on nixos (though not in full). Would be nice if redlib is available as a nix package too with proper configurable settings.
## How does this feature work on Reddit? On Reddit when you open up a post and view a comments they show you the first two replies but not all...
## Describe the bug When I go to change the settings on the site and click save it reloads the page but instead of staying saved as checked it will...
Our [current release action](https://github.com/redlib-org/redlib/blob/main/.github/workflows/main-rust.yml) needs fixing. Upon a release event, it needs to compile for different architectures and upload them all to the release event. Right now it's not handling...
- Throughout the project, all errors are coerced into Strings. This is very bad practice because: - There is no option to handle the errors smoothly — display the error...
Dash.js is a better alternative to hls.js and will switch to a better bitrate as per bandwidth. Related to #43