mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 02:27:45 +02:00
linkding: added for bookmarking and archiving
This commit is contained in:
parent
0b56fd4282
commit
91416e10ed
@ -12,7 +12,7 @@ A server can be setup via docker with the [cloudrac3r image](./docker-images/clo
|
|||||||
|
|
||||||
## Automatic redirect from Instagram
|
## 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.
|
Bibliogram instance.
|
||||||
For Firefox for example there is
|
For Firefox for example there is
|
||||||
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
||||||
|
@ -6,7 +6,9 @@ The official container and documentation was made by [b4bz](https://hub.docker.c
|
|||||||
## Set-up
|
## Set-up
|
||||||
|
|
||||||
Create the file `rebuild.sh`.
|
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.
|
||||||
|
|
||||||
## Volumes
|
## 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.
|
including bookmarks smaller.
|
||||||
The configuration can be done at `browser.compactmode.show`.
|
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`.
|
They can be removed and configured under `about:config`.
|
||||||
|
|
||||||
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
- [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
|
## 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.
|
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.
|
Navigate to the search engine and click the `...` in the address bar.
|
||||||
Then click `Add Search Engine`
|
Then click `Add Search Engine`
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
[Guild Wars 2](https://www.guildwars2.com) is a MMORPG which is available as
|
[Guild Wars 2](https://www.guildwars2.com) is a MMORPG which is available as
|
||||||
a standalone Launcher for Windows and on [Steam](./steam.md).
|
a standalone Launcher for Windows and on [Steam](./steam.md).
|
||||||
|
|
||||||
## Addons
|
## Add-ons
|
||||||
|
|
||||||
Guild Wars 2 features a large addon community.
|
Guild Wars 2 features a large add-on community.
|
||||||
All addons described in this guide will assume
|
All add-ons described in this guide will assume
|
||||||
[gw2-addon-loader](#gw2-addon-loader) is already installed.
|
[gw2-add-on-loader](#gw2-add-on-loader) is already installed.
|
||||||
It has to be set up first if not already done.
|
It has to be set up first if not already done.
|
||||||
Additionall this guide assumes you are using the `Enable DX9 Rendering` option
|
Additionall this guide assumes you are using the `Enable DX9 Rendering` option
|
||||||
in the graphics tab of the settings.
|
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`.
|
`gw2_root_directory`.
|
||||||
Replace this directory placeholder according to your installation.
|
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
|
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
|
Download the current version from the
|
||||||
[releases page](https://github.com/gw2-addon-loader/loader-core/releases).
|
[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/dxgi.dll`
|
||||||
- `gw2_root_directory/bin64/d3d9.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
|
For the functionality to work [d3d9_wrapper](#d3d9wrapper) should be installed
|
||||||
aswell.
|
aswell.
|
||||||
|
|
||||||
@ -57,10 +57,10 @@ The boon table is accessible in-game via the hotkeys `Alt-Shift-B`.
|
|||||||
Download the file `d3d11.dll` from
|
Download the file `d3d11.dll` from
|
||||||
[their website](https://www.deltaconnected.com/arcdps/x64/).
|
[their website](https://www.deltaconnected.com/arcdps/x64/).
|
||||||
Then rename it to `gw2addon_arcdps.dll` and move it to a newly created
|
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`.
|
`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.
|
easily readable otherwise.
|
||||||
For this download the current version of the
|
For this download the current version of the
|
||||||
[gw2-arcdps-boon-table](https://github.com/knoxfighter/GW2-ArcDPS-Boon-Table/releases)
|
[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
|
||||||
|
|
||||||
[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.
|
Wars 2 that allows faster access to markers, mounts and novelties.
|
||||||
It is accessible in-game via the hotkeys `Alt-Shift-M`.
|
It is accessible in-game via the hotkeys `Alt-Shift-M`.
|
||||||
|
|
||||||
Download the current version from the
|
Download the current version from the
|
||||||
[releases page](https://github.com/gw2-addon-loader/GW2Radial/releases).
|
[releases page](https://github.com/gw2-addon-loader/GW2Radial/releases).
|
||||||
Then place the folder `gw2radial_d3d9` which contains the file
|
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`.
|
`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
|
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).
|
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.
|
`<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
|
## 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.
|
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/)
|
||||||
|
@ -9,7 +9,7 @@ A server can be setup via docker with the [spikecodes image](./docker-images/spi
|
|||||||
|
|
||||||
## Automatic redirect from Reddit
|
## 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.
|
libreddit instance.
|
||||||
For Firefox for example there is
|
For Firefox for example there is
|
||||||
[privacy redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/).
|
[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
|
## 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.
|
Nitter instance.
|
||||||
For Firefox for example there is
|
For Firefox for example there is
|
||||||
[nitter redirect](https://addons.mozilla.org/en-US/firefox/addon/nitter-redirect/)
|
[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.
|
software suite.
|
||||||
|
|
||||||
- [**Pocket**](https://getpocket.com/) alternatives:
|
- [**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:
|
- **Preinstalled Android apps** alternatives:
|
||||||
- [SimpleMobileTools](https://www.simplemobiletools.com/) features a wide variety
|
- [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
|
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).
|
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.
|
`<url to searx instance>/search?q=%s` as search string.
|
||||||
|
|
||||||
## Route search traffic through tor
|
## Route search traffic through tor
|
||||||
|
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
A server can be setup via docker with the [wallabag image](./docker-images/wallabag_-_wallabag.md).
|
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
|
[On the firefox add-on site](https://addons.mozilla.org/de/firefox/addon/linkding-extension/)
|
||||||
addon.
|
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
|
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).
|
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.
|
`<url to whoogle instance>/search?q=%s` as search string.
|
||||||
In rare cases the search string is different.
|
In rare cases the search string is different.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user