mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-19 22:17:45 +02:00
Compare commits
No commits in common. "59644af1095ec8c2b8299d1684e7b7ed7124dcc3" and "a44146af3970883db8a275133ee214da6d103c85" have entirely different histories.
59644af109
...
a44146af39
@ -22,9 +22,9 @@ Set the following volumes with the -v tag.
|
|||||||
Set the following ports with the -p tag.
|
Set the following ports with the -p tag.
|
||||||
|
|
||||||
| Container Port | Recommended outside port | Protocol | Description |
|
| Container Port | Recommended outside port | Protocol | Description |
|
||||||
| -------------- | ------------------------ | -------- | -------------------- |
|
| -------------- | ------------------------ | -------- | ------------------- |
|
||||||
| `8118` | `8118` | HTTP | privoxy web proxy |
|
| `8118` | `8118` | TCP | privoxy web proxy |
|
||||||
| `9050` | `9050` | SOCKS | socks protocol proxy |
|
| `9050` | `9050` | TCP | socks protocol port |
|
||||||
|
|
||||||
## rebuild.sh
|
## rebuild.sh
|
||||||
|
|
||||||
|
@ -38,8 +38,6 @@ After navigating to `about:config` the configuration can be done at
|
|||||||
Following is a list of useful Firefox add-ons.
|
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`.
|
||||||
|
|
||||||
- [Cameleon](https://addons.mozilla.org/en-GB/firefox/addon/chameleon-ext/)
|
|
||||||
spoofs your browser profile including user agent and screen size.
|
|
||||||
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
||||||
tracking elements from URLs.
|
tracking elements from URLs.
|
||||||
- [Dark Reader](https://addons.mozilla.org/en-GB/Firefox/addon/darkreader) creates
|
- [Dark Reader](https://addons.mozilla.org/en-GB/Firefox/addon/darkreader) creates
|
||||||
@ -61,22 +59,23 @@ They can be removed and configured under `about:config`.
|
|||||||
- [Privacy Redirect](https://addons.mozilla.org/en-US/Firefox/addon/privacy-redirect/)
|
- [Privacy Redirect](https://addons.mozilla.org/en-US/Firefox/addon/privacy-redirect/)
|
||||||
redirects youtube, instagram, twitter, etc to free alternatives or alternative
|
redirects youtube, instagram, twitter, etc to free alternatives or alternative
|
||||||
frontends.
|
frontends.
|
||||||
- [Sidebery](https://addons.mozilla.org/en-GB/Firefox/addon/sidebery)
|
|
||||||
is a sidebar with treestyle tabs and bookmarks.
|
|
||||||
- [SponsorBlock](https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/)
|
- [SponsorBlock](https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/)
|
||||||
skips YouTube video sponsors automatically, works with
|
skips YouTube video sponsors automatically, works with
|
||||||
[invidious](./invidious.md) too.
|
[invidious](./invidious.md) too.
|
||||||
- [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.
|
||||||
- [Tree Style Tab](https://addons.mozilla.org/en-GB/Firefox/addon/tree-style-tab)
|
|
||||||
shows tabs like a tree. This is especially useful if many tabs are used.
|
|
||||||
- [uBlock Origin](https://addons.mozilla.org/en-GB/Firefox/addon/ublock-origin)
|
- [uBlock Origin](https://addons.mozilla.org/en-GB/Firefox/addon/ublock-origin)
|
||||||
blocks unwanted content like ads.
|
blocks unwanted content like ads.
|
||||||
- [User-Agent Switcher and Manager](https://addons.mozilla.org/en-GB/Firefox/addon/user-agent-string-switcher)
|
- [User-Agent Switcher and Manager](https://addons.mozilla.org/en-GB/Firefox/addon/user-agent-string-switcher)
|
||||||
spoofs websites that try to gather information about your webbrowser.
|
spoofs websites that try to gather information about your webbrowser.
|
||||||
- [Vim Vixen](https://addons.mozilla.org/en-GB/Firefox/addon/vim-vixen) enables
|
- [Vim Vixen](https://addons.mozilla.org/en-GB/Firefox/addon/vim-vixen) enables
|
||||||
vim movement for Firefox.
|
vim movement for Firefox.
|
||||||
|
- Plugins for Tabs, etc. in tree style:
|
||||||
|
- [Sidebery](https://addons.mozilla.org/en-GB/Firefox/addon/sidebery)
|
||||||
|
is a sidebar with treestyle tabs and bookmarks.
|
||||||
|
- [Tree Style Tab](https://addons.mozilla.org/en-GB/Firefox/addon/tree-style-tab)
|
||||||
|
shows tabs like a tree. This is especially useful if many tabs are used.
|
||||||
|
|
||||||
## Add a new search engine
|
## Add a new search engine
|
||||||
|
|
||||||
|
13
wiki/tor.md
13
wiki/tor.md
@ -1,16 +1,13 @@
|
|||||||
# Tor
|
# Tor
|
||||||
|
|
||||||
[Tor](https://www.torproject.org/) is a free and open source software for
|
[Tor](https://www.torproject.org/) is a free and open source software for anonymous
|
||||||
anonymous communication via internet traffic.
|
communication via internet traffic.
|
||||||
Tor can be used to access `.onion` sites or to anonymize traffic.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This section features various features of Tor.
|
This section features various features of Tor.
|
||||||
|
|
||||||
### Proxy
|
### Tor proxy
|
||||||
|
|
||||||
A Tor proxy can be used to access the Tor network via the SOCKS protocol, an
|
A tor proxy can be used to access `.onion` sites or to anonymize traffic.
|
||||||
HTTP tunnel protocol or other ways.
|
It can be set up using [docker](./docker-images/dperson_-_torproxy.md).
|
||||||
It can be set up using [docker](/wiki/docker.md) and the
|
|
||||||
[dperson image](./docker-images/dperson_-_torproxy.md).
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user