You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,6 @@ You can also specify configuration options either via command flags or via envir
286
286
|`--tor-key`|`WAYBACK_TOR_PRIVKEY`| - | The private key for Tor Hidden Service |
287
287
| - |`WAYBACK_TOR_LOCAL_PORT`|`8964`| Local port for Tor Hidden Service, also support for a **reverse proxy**. This is ignored if `WAYBACK_LISTEN_ADDR` is set. |
288
288
| - |`WAYBACK_TOR_REMOTE_PORTS`|`80`| Remote ports for Tor Hidden Service, e.g. `WAYBACK_TOR_REMOTE_PORTS=80,81`|
289
-
| - |`WAYBACK_TORRC`|`/etc/tor/torrc`| Using `torrc` for Tor Hidden Service |
290
289
| - |`WAYBACK_SLOT`| - | Pinning service for IPFS mode of pinner, see [ipfs-pinner](https://github.com/wabarc/ipfs-pinner#supported-pinning-services)|
291
290
| - |`WAYBACK_APIKEY`| - | API key for pinning service |
292
291
| - |`WAYBACK_SECRET`| - | API secret for pinning service |
Copy file name to clipboardexpand all lines: docs/changelog.md
+3
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardexpand all lines: docs/integrations/web.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Interactive with Web Service
4
4
5
5
## How to build a Web Service
6
6
7
-
Wayback supports serving both **Clear Web** and **Onion Service**. If the Tor binary or torrc file is missing, the Onion Service feature will be ignored.
7
+
Wayback supports serving both **Clear Web** and **Onion Service**. If the Tor binary is missing, the Onion Service feature will be ignored.
8
8
9
9
## Configuration
10
10
@@ -14,6 +14,5 @@ After installation, you need to provide the required keys by placing them in the
14
14
-`WAYBACK_TOR_PRIVKEY`: The private key for Onion Service.
15
15
-`WAYBACK_TOR_LOCAL_PORT`: Local port for Onion Service, also support for a reverse proxy. This is ignored if `WAYBACK_LISTEN_ADDR` is set.
16
16
-`WAYBACK_TOR_REMOTE_PORTS`: Remote ports for Onion Service, e.g. `WAYBACK_TOR_REMOTE_PORTS=80,81`.
17
-
-`WAYBACK_TORRC`: Using torrc for Onion Service, defaults to `/etc/tor/torrc`.
18
17
19
18
Note: To run a Onion Service for the first time, you need to keep the `private key`, which can be seen from the log output.
0 commit comments