mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
Compare commits
3 Commits
691c4b9161
...
fa06a6281c
Author | SHA1 | Date | |
---|---|---|---|
fa06a6281c | |||
91416e10ed | |||
0b56fd4282 |
@ -12,7 +12,7 @@ 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)
|
||||
There are various add-ons to redirect from Instagram links to your (or a public)
|
||||
Bibliogram instance.
|
||||
For Firefox for example there is
|
||||
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
||||
|
@ -6,7 +6,10 @@ The official container and documentation was made by [b4bz](https://hub.docker.c
|
||||
## Set-up
|
||||
|
||||
Create the file `rebuild.sh`.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterwards.
|
||||
Run `./rebuild.sh` afterwards to create the volumes.
|
||||
Place the file `config.yml` in the `homer` docker volume and change it to your
|
||||
needs.
|
||||
After that rerun `./rebuild.sh` to make update your config.
|
||||
|
||||
## Volumes
|
||||
|
||||
|
49
wiki/docker-images/sissbrueckner_-_linkding.md
Normal file
49
wiki/docker-images/sissbrueckner_-_linkding.md
Normal file
@ -0,0 +1,49 @@
|
||||
# sissbrueckner - linkding
|
||||
|
||||
This is a docker container for a [linkding](../linkding.md) bookmark and
|
||||
archive service.
|
||||
The official container and documentation was made by
|
||||
[sissbrueckner](https://github.com/sissbruecker/linkding).
|
||||
|
||||
## Set-up
|
||||
|
||||
Create the file `rebuild.sh`.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterwards.
|
||||
Afterwards you need to create a user.
|
||||
This can be done by running the following line with changed credentials:
|
||||
|
||||
```sh
|
||||
docker exec -it linkding python manage.py createsuperuser --username=joe --email=joe@example.com
|
||||
```
|
||||
|
||||
You will be asked for a password via the commandline.
|
||||
|
||||
## Volumes
|
||||
|
||||
Set the following volumes with the -v tag.
|
||||
|
||||
| Outside mount/volume name | Container mount | Description |
|
||||
| ------------------------- | ---------------------- | --------------------------- |
|
||||
| `linkding` | `/etc/linkding/data` | storage for persistent data |
|
||||
|
||||
## Ports
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | ----------- |
|
||||
| `9090` | `9090` | TCP | WebUI |
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
#!/bin/sh
|
||||
docker stop linkding
|
||||
docker rm linkding
|
||||
docker pull sissbruecker/linkding:latest
|
||||
docker run --name linkding \
|
||||
--restart unless-stopped \
|
||||
-p 9090:9090 \
|
||||
-v linkding:/etc/linkding/data \
|
||||
-d sissbruecker/linkding:latest
|
||||
```
|
@ -36,9 +36,9 @@ In Firefox compact mode is a configuration to make tabs and navigation elements
|
||||
including bookmarks smaller.
|
||||
The configuration can be done at `browser.compactmode.show`.
|
||||
|
||||
## List of useful Firefox addons
|
||||
## List of useful Firefox add-ons
|
||||
|
||||
Following is a list of useful Firefox addons.
|
||||
Following is a list of useful Firefox add-ons.
|
||||
They can be removed and configured under `about:config`.
|
||||
|
||||
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
||||
@ -80,9 +80,9 @@ They can be removed and configured under `about:config`.
|
||||
|
||||
## Add a new search engine
|
||||
|
||||
You can add a new search engine with the addon `Add custom search engine`.
|
||||
You can add a new search engine with the add-on `Add custom search engine`.
|
||||
Make sure to replace `<url to search engine>` with the according url.
|
||||
|
||||
It is possible to add it without an addon.
|
||||
It is possible to add it without an add-on.
|
||||
Navigate to the search engine and click the `...` in the address bar.
|
||||
Then click `Add Search Engine`
|
||||
|
@ -3,11 +3,11 @@
|
||||
[Guild Wars 2](https://www.guildwars2.com) is a MMORPG which is available as
|
||||
a standalone Launcher for Windows and on [Steam](./steam.md).
|
||||
|
||||
## Addons
|
||||
## Add-ons
|
||||
|
||||
Guild Wars 2 features a large addon community.
|
||||
All addons described in this guide will assume
|
||||
[gw2-addon-loader](#gw2-addon-loader) is already installed.
|
||||
Guild Wars 2 features a large add-on community.
|
||||
All add-ons described in this guide will assume
|
||||
[gw2-add-on-loader](#gw2-add-on-loader) is already installed.
|
||||
It has to be set up first if not already done.
|
||||
Additionall this guide assumes you are using the `Enable DX9 Rendering` option
|
||||
in the graphics tab of the settings.
|
||||
@ -16,11 +16,11 @@ The following subsections assume that Guild Wars 2 is installed at
|
||||
`gw2_root_directory`.
|
||||
Replace this directory placeholder according to your installation.
|
||||
|
||||
### gw2-addon-loader
|
||||
### gw2-add-on-loader
|
||||
|
||||
To make multiple addons work together an addon loader is recommended.
|
||||
To make multiple add-ons work together an add-on loader is recommended.
|
||||
One option for thi is
|
||||
[gw2-addon-loader](https://github.com/gw2-addon-loader/loader-core).
|
||||
[gw2-add-on-loader](https://github.com/gw2-addon-loader/loader-core).
|
||||
|
||||
Download the current version from the
|
||||
[releases page](https://github.com/gw2-addon-loader/loader-core/releases).
|
||||
@ -33,7 +33,7 @@ This files namely include the following:
|
||||
- `gw2_root_directory/dxgi.dll`
|
||||
- `gw2_root_directory/bin64/d3d9.dll`
|
||||
|
||||
This addon loader loads both DX9 and DX11 addons.
|
||||
This add-on loader loads both DX9 and DX11 add-ons.
|
||||
For the functionality to work [d3d9_wrapper](#d3d9wrapper) should be installed
|
||||
aswell.
|
||||
|
||||
@ -57,10 +57,10 @@ The boon table is accessible in-game via the hotkeys `Alt-Shift-B`.
|
||||
Download the file `d3d11.dll` from
|
||||
[their website](https://www.deltaconnected.com/arcdps/x64/).
|
||||
Then rename it to `gw2addon_arcdps.dll` and move it to a newly created
|
||||
directory inside the Guild Wars 2 addon directory
|
||||
directory inside the Guild Wars 2 add-on directory
|
||||
`gw2_root_directory/addons/arcdps/gw2addon_arcdps.dll`.
|
||||
|
||||
There is an extension to this addon regarding the boon stats which are not
|
||||
There is an extension to this add-on regarding the boon stats which are not
|
||||
easily readable otherwise.
|
||||
For this download the current version of the
|
||||
[gw2-arcdps-boon-table](https://github.com/knoxfighter/GW2-ArcDPS-Boon-Table/releases)
|
||||
@ -70,12 +70,12 @@ This extension uses the same hotkey for the boon table as before.
|
||||
|
||||
### gw2radial
|
||||
|
||||
[gw2radial](https://github.com/gw2-addon-loader/GW2Radial) is a addon for Guild
|
||||
[gw2radial](https://github.com/gw2-addon-loader/GW2Radial) is a add-on for Guild
|
||||
Wars 2 that allows faster access to markers, mounts and novelties.
|
||||
It is accessible in-game via the hotkeys `Alt-Shift-M`.
|
||||
|
||||
Download the current version from the
|
||||
[releases page](https://github.com/gw2-addon-loader/GW2Radial/releases).
|
||||
Then place the folder `gw2radial_d3d9` which contains the file
|
||||
`gw2addon_gw2radial_d3d9.dll` in the addon directory of Guild Wars 2
|
||||
`gw2addon_gw2radial_d3d9.dll` in the add-on directory of Guild Wars 2
|
||||
`gw2_root_directory/addons`.
|
||||
|
@ -13,5 +13,5 @@ A server can be setup via docker with the [prologic image](./docker-images/prolo
|
||||
|
||||
Add Golinks as a new search engine for firefox and set it as main search for the
|
||||
address bar as described in [the Firefox article](./firefox.md).
|
||||
Follow the addon part of the guide and put searx with
|
||||
Follow the add-on part of the guide and put searx with
|
||||
`<url to golinks instance>/?q=%s` as search string.
|
||||
|
@ -10,7 +10,7 @@ A server can be setup via docker with the [iv-org image](./docker-images/iv-org_
|
||||
|
||||
## Automatic redirect from YouTube
|
||||
|
||||
There are various addons to redirect from YouTube links to your (or a public)
|
||||
There are various add-ons 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/)
|
||||
|
@ -9,7 +9,7 @@ A server can be setup via docker with the [spikecodes image](./docker-images/spi
|
||||
|
||||
## Automatic redirect from Reddit
|
||||
|
||||
There are various addons to redirect from Reddit links to your (or a public)
|
||||
There are various add-ons 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/).
|
||||
|
17
wiki/linkding.md
Normal file
17
wiki/linkding.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Linkding
|
||||
|
||||
[Linkding](https://github.com/sissbruecker/linkding) is a self-hostable
|
||||
bookmarking and archiving service.
|
||||
|
||||
## Server
|
||||
|
||||
A server can be setup via docker with the
|
||||
[image by sissbrueckner](./docker-images/sissbrueckner_-_linkding.md)
|
||||
|
||||
## Firefox add-on
|
||||
|
||||
[On the firefox add-on site](https://addons.mozilla.org/de/firefox/addon/linkding-extension/)
|
||||
you can find an add-on for linkding.
|
||||
You need to configure it by giving the URL for your linkding instance and the
|
||||
REST API token which can be found in the settings of linkding under the
|
||||
integrations tab.
|
@ -9,7 +9,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)
|
||||
There are various add-ons to redirect from Twitter links to your (or a public)
|
||||
Nitter instance.
|
||||
For Firefox for example there is
|
||||
[nitter redirect](https://addons.mozilla.org/en-US/firefox/addon/nitter-redirect/)
|
||||
|
@ -18,7 +18,10 @@ recommended, good software (mostly free and/or open-source).
|
||||
software suite.
|
||||
|
||||
- [**Pocket**](https://getpocket.com/) alternatives:
|
||||
- [wallabag](./wallabag.md) is a self-hosted application for saving websites.
|
||||
- [wallabag](./wallabag.md) is a self-hosted application for saving websites
|
||||
to read them at a later point.
|
||||
- [linkding](./linkding.md) is a self-hosted application for saving bookmarks
|
||||
and archiving them.
|
||||
|
||||
- **Preinstalled Android apps** alternatives:
|
||||
- [SimpleMobileTools](https://www.simplemobiletools.com/) features a wide variety
|
||||
|
@ -10,7 +10,7 @@ A server can be setup via docker with the [searx image](./docker-images/searx_-_
|
||||
|
||||
Add Searx as a new search engine for firefox and set it as main search for the
|
||||
address bar as described in [the Firefox article](./firefox.md).
|
||||
Follow the addon part of the guide and put searx with
|
||||
Follow the add-on part of the guide and put searx with
|
||||
`<url to searx instance>/search?q=%s` as search string.
|
||||
|
||||
## Route search traffic through tor
|
||||
|
@ -30,6 +30,9 @@ This way you don't have to search for your discs all the time.
|
||||
echo sg > /etc/modules-load.d/sg.conf
|
||||
```
|
||||
|
||||
MakeMKV can be obtained over different ways. One of them is flatpack in which
|
||||
you start MakeMKV via `flatpak run com.makemkv.MakeMKV` after installation.
|
||||
|
||||
- [MKS Extractor GUI](https://www.videohelp.vom/software/MKS-Extractor-GUI)
|
||||
for windows can extract subtitles from a `.mkv` file.
|
||||
- [Subtitleedit]([https://www.videohelp.vom/software/MKS-Extractor-GUI](https://www.nikse.dk/subtitleedit))
|
||||
|
@ -6,7 +6,9 @@
|
||||
|
||||
A server can be setup via docker with the [wallabag image](./docker-images/wallabag_-_wallabag.md).
|
||||
|
||||
## Addons for quick access
|
||||
## Add-ons for quick access
|
||||
|
||||
[Wallabager](https://addons.mozilla.org/en-US/firefox/addon/wallabagger/) is a firefox
|
||||
addon.
|
||||
[On the firefox add-on site](https://addons.mozilla.org/de/firefox/addon/linkding-extension/)
|
||||
you can find an add-on for wallabag.
|
||||
You need to configure it by giving the URL for your wallabag instance and a way
|
||||
to authenticate yourself which can be found in the settings of wallabag.
|
||||
|
@ -12,6 +12,6 @@ A server can be setup via docker with the
|
||||
|
||||
Add Whoogle as a new search engine for firefox and set it as main search for the
|
||||
address bar as described in [the Firefox article](./firefox.md).
|
||||
Follow the addon part of the guide and put whoogle with
|
||||
Follow the add-on part of the guide and put whoogle with
|
||||
`<url to whoogle instance>/search?q=%s` as search string.
|
||||
In rare cases the search string is different.
|
||||
|
Loading…
x
Reference in New Issue
Block a user