From b7af9c81b185d0ed2bafebdfd00e188e937ea404 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 4 May 2021 22:47:26 +0200 Subject: [PATCH] bibliogram: added bibliogram as instagram alternative --- wiki/bibliogram.md | 15 +++++ wiki/docker-images/cloudrac3r_-_bibliogram.md | 55 +++++++++++++++++++ wiki/docker-images/zedeus_-_nitter.md | 2 +- wiki/firefox.md | 3 + wiki/invidious.md | 3 +- wiki/nitter.md | 7 ++- wiki/recommended_alternatives.md | 3 + 7 files changed, 83 insertions(+), 5 deletions(-) create mode 100644 wiki/bibliogram.md create mode 100755 wiki/docker-images/cloudrac3r_-_bibliogram.md diff --git a/wiki/bibliogram.md b/wiki/bibliogram.md new file mode 100644 index 0000000..706d80f --- /dev/null +++ b/wiki/bibliogram.md @@ -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/). diff --git a/wiki/docker-images/cloudrac3r_-_bibliogram.md b/wiki/docker-images/cloudrac3r_-_bibliogram.md new file mode 100755 index 0000000..5c24773 --- /dev/null +++ b/wiki/docker-images/cloudrac3r_-_bibliogram.md @@ -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 +``` diff --git a/wiki/docker-images/zedeus_-_nitter.md b/wiki/docker-images/zedeus_-_nitter.md index e1b4126..7118aff 100755 --- a/wiki/docker-images/zedeus_-_nitter.md +++ b/wiki/docker-images/zedeus_-_nitter.md @@ -40,7 +40,7 @@ Set the following volumes with the -v tag. ## Ports -Set the following ports in the `ports:` section. +Set the following ports with the -p tag. | Container Port | Recommended outside port | Protocol | Description | | -------------- | ------------------------ | -------- | ----------- | diff --git a/wiki/firefox.md b/wiki/firefox.md index 01af56d..2b3bded 100644 --- a/wiki/firefox.md +++ b/wiki/firefox.md @@ -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. - [Privacy Badger](https://addons.mozilla.org/en-GB/firefox/addon/privacy-badger17) 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) opens tabs and websites, that are not already managed by `Firefox Multi-Account Containers` in a new container. diff --git a/wiki/invidious.md b/wiki/invidious.md index 7c0bd01..87e5aaf 100644 --- a/wiki/invidious.md +++ b/wiki/invidious.md @@ -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) invidious instance. 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/). diff --git a/wiki/nitter.md b/wiki/nitter.md index 68d4ea8..8a3e224 100644 --- a/wiki/nitter.md +++ b/wiki/nitter.md @@ -5,11 +5,12 @@ Twitter. ## 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 -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. 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/). diff --git a/wiki/recommended_alternatives.md b/wiki/recommended_alternatives.md index 85328be..9a5c9cc 100644 --- a/wiki/recommended_alternatives.md +++ b/wiki/recommended_alternatives.md @@ -9,6 +9,9 @@ recommended, good software (mostly free and/or open-source). - [GadgetBridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) is a free and cloudless alternative compatible with many devices. +- [**Instagram**](https://instagram.com) alternatives: + - [Bibliogram](./bibliogram.md) is an alternative frontend for instagram. + - **Microsoft office** alternatives: - [ThunderBird](https://www.thunderbird.net/) is an open-source email client. - [LibreOffice](https://www.libreoffice.org/) is a free and open-source office