bibliogram: added bibliogram as instagram alternative

master
TiynGER 3 years ago
parent fe2ecb1d9c
commit b7af9c81b1

@ -0,0 +1,15 @@
# Bibliogram
[Bibliogram](https://sr.ht/~cadence/bibliogram/) is an alternative frontend for
Instagram.
## Server
A server can be setup via docker with the [cloudrac3r image](./docker-images/cloudrac3r_-_bibliogram.md).
## Automatic redirect from Instagram
There are various addons to redirect from Instagram links to your (or a public)
invidious instance.
For Firefox for example there is
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).

@ -0,0 +1,55 @@
# cloudrac3r - bibliogram
The official container and documentation was made by [cloudrac3r](https://github.com/cloudrac3r/bibliogram).
This docker-rebuild is made up by a `docker-compose.yml` file.
## Set-up for building process
First of all create a folder for your `rebuild.sh`.
After that clone bibliogram from [sr.ht](https://sr.ht/~cadence/bibliogram/)
into a folder within the just created folder.
Set the variables, volumes and ports in the `docker-compose.yml` in the cloned
repository according and run the `rebuild.sh`
## Volumes
Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description |
| ----------- | --------------- | ----------------------------------- |
| `db` | `/app/db` | storage for the bibliogram database |
## Ports
Set the following ports in the `ports:` section.
| Container Port | Recommended outside port | Protocol | Description |
| -------------- | ------------------------ | -------- | ----------- |
| `10407` | `10407` | TCP | WebUI |
## Rebuild
```shell
#!/bin/sh
cd /root/docker/bibliogram/bibliogram
docker-compose down
docker-compose up -d
cd ..
```
## Docker-Compose.yml
```yml
version: "3"
volumes:
db:
services:
bibliogram:
build: .
image: cloudrac3r/bibliogram
volumes:
- db:/app/db
ports:
- 10407:10407
restart: unless-stopped
```

@ -40,7 +40,7 @@ Set the following volumes with the -v tag.
## Ports ## Ports
Set the following ports in the `ports:` section. Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description | | Container Port | Recommended outside port | Protocol | Description |
| -------------- | ------------------------ | -------- | ----------- | | -------------- | ------------------------ | -------- | ----------- |

@ -24,6 +24,9 @@ They can be removed and configured under `about:config`.
javascript so that the parts you need can be reenabled and the rest is not used. javascript so that the parts you need can be reenabled and the rest is not used.
- [Privacy Badger](https://addons.mozilla.org/en-GB/firefox/addon/privacy-badger17) - [Privacy Badger](https://addons.mozilla.org/en-GB/firefox/addon/privacy-badger17)
blocks unwanted invisible trackers. blocks unwanted invisible trackers.
- [Privacy Redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/)
redirects youtube, instagram, twitter, etc to free alternatives or alternative
frontends.
- [Temporary Containers](https://addons.mozilla.org/en-GB/firefox/addon/temporary-containers) - [Temporary Containers](https://addons.mozilla.org/en-GB/firefox/addon/temporary-containers)
opens tabs and websites, that are not already managed by opens tabs and websites, that are not already managed by
`Firefox Multi-Account Containers` in a new container. `Firefox Multi-Account Containers` in a new container.

@ -13,4 +13,5 @@ A server can be setup via docker with the [linuxserver image](./docker-images/li
There are various addons to redirect from YouTube links to your (or a public) There are various addons to redirect from YouTube links to your (or a public)
invidious instance. invidious instance.
For Firefox for example there is For Firefox for example there is
[invidious redirect](https://addons.mozilla.org/en-US/firefox/addon/invidious-redirect-2/). [invidious redirect](https://addons.mozilla.org/en-US/firefox/addon/invidious-redirect-2/)
or [privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).

@ -5,11 +5,12 @@ Twitter.
## Server ## Server
A server can be setup via docker with the [linuxserver image](./docker-images/zedeus_-_nitter.md). A server can be setup via docker with the [zedeus image](./docker-images/zedeus_-_nitter.md).
## Automatic redirect from Twitter ## Automatic redirect from Twitter
There are various addons to redirect from YouTube links to your (or a public) There are various addons to redirect from Twitter links to your (or a public)
invidious instance. invidious instance.
For Firefox for example there is For Firefox for example there is
[invidious redirect](https://addons.mozilla.org/en-US/firefox/addon/nitter-redirect/). [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/).

@ -9,6 +9,9 @@ recommended, good software (mostly free and/or open-source).
- [GadgetBridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) is a free and - [GadgetBridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) is a free and
cloudless alternative compatible with many devices. cloudless alternative compatible with many devices.
- [**Instagram**](https://instagram.com) alternatives:
- [Bibliogram](./bibliogram.md) is an alternative frontend for instagram.
- **Microsoft office** alternatives: - **Microsoft office** alternatives:
- [ThunderBird](https://www.thunderbird.net/) is an open-source email client. - [ThunderBird](https://www.thunderbird.net/) is an open-source email client.
- [LibreOffice](https://www.libreoffice.org/) is a free and open-source office - [LibreOffice](https://www.libreoffice.org/) is a free and open-source office

Loading…
Cancel
Save