mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
libreddit: added libreddit as reddit alternative
This commit is contained in:
parent
b7af9c81b1
commit
280ddc75d6
@ -10,6 +10,6 @@ A server can be setup via docker with the [cloudrac3r image](./docker-images/clo
|
||||
## Automatic redirect from Instagram
|
||||
|
||||
There are various addons to redirect from Instagram links to your (or a public)
|
||||
invidious instance.
|
||||
Bibliogram instance.
|
||||
For Firefox for example there is
|
||||
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
||||
|
24
wiki/docker-images/spikecodes_-_libreddit.md
Executable file
24
wiki/docker-images/spikecodes_-_libreddit.md
Executable file
@ -0,0 +1,24 @@
|
||||
# spikecodes - libreddit
|
||||
|
||||
The official container and documentation was made by [spikecodes](https://github.com/spikecodes/libreddit).
|
||||
|
||||
## Ports
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | ----------- |
|
||||
| `8080` | `8080` | TCP | WebUI |
|
||||
|
||||
## Rebuild
|
||||
|
||||
```shell
|
||||
#!/bin/sh
|
||||
docker stop libreddit
|
||||
docker rm libreddit
|
||||
docker pull spikecodes/libreddit:latest
|
||||
docker run --name libreddit \
|
||||
--restart unless-stopped \
|
||||
-p 8080:8080 \
|
||||
-d spikecodes/libreddit:latest
|
||||
```
|
15
wiki/libreddit.md
Normal file
15
wiki/libreddit.md
Normal file
@ -0,0 +1,15 @@
|
||||
# LibReddit
|
||||
|
||||
[LibReddit](https://github.com/spikecodes/libreddit) is an alternative frontend for
|
||||
Reddit.
|
||||
|
||||
## Server
|
||||
|
||||
A server can be setup via docker with the [spikecodes image](./docker-images/spikecodes_-_libreddit.md).
|
||||
|
||||
## Automatic redirect from Reddit
|
||||
|
||||
There are various addons to redirect from Reddit links to your (or a public)
|
||||
libreddit instance.
|
||||
For Firefox for example there is
|
||||
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
@ -10,7 +10,7 @@ A server can be setup via docker with the [zedeus image](./docker-images/zedeus_
|
||||
## Automatic redirect from Twitter
|
||||
|
||||
There are various addons to redirect from Twitter links to your (or a public)
|
||||
invidious instance.
|
||||
Nitter instance.
|
||||
For Firefox for example there is
|
||||
[invidious redirect](https://addons.mozilla.org/en-US/firefox/addon/nitter-redirect/)
|
||||
or [privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
||||
|
@ -30,6 +30,7 @@ recommended, good software (mostly free and/or open-source).
|
||||
- [Slide](https://github.com/ccrama/Slide) is a open-sourced Reddit browser for
|
||||
Android. Slide does not feature local subscription management, so you will still
|
||||
need a reddit account.
|
||||
- [LibReddit](./libreddit.md) is an alternative private front-end to Reddit.
|
||||
|
||||
- [**Twitter**](https://twitter.com) alternatives:
|
||||
- [Fritter](https://github.com/jonjomckay/fritter) is a free, open-source Twitter
|
||||
|
Loading…
x
Reference in New Issue
Block a user