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
+4-3
Original file line number
Diff line number
Diff line change
@@ -283,9 +283,10 @@ You can also specify configuration options either via command flags or via envir
283
283
| - |`WAYBACK_NOSTR_RELAY_URL`|`wss://nostr.developer.li`| Nostr relay server url, multiple separated by comma |
284
284
| - |`WAYBACK_NOSTR_PRIVATE_KEY`| - | The private key of a Nostr account |
285
285
|`--tor`|`WAYBACK_USE_TOR`|`false`| Snapshot webpage via Tor anonymity network |
286
-
|`--tor-key`|`WAYBACK_TOR_PRIVKEY`| - | The private key for Tor Hidden Service |
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
-
| - |`WAYBACK_TOR_REMOTE_PORTS`|`80`| Remote ports for Tor Hidden Service, e.g. `WAYBACK_TOR_REMOTE_PORTS=80,81`|
286
+
|`--tor-key`|`WAYBACK_ONION_PRIVKEY`| - | The private key for Tor Hidden Service |
287
+
| - |`WAYBACK_ONION_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
+
| - |`WAYBACK_ONION_REMOTE_PORTS`|`80`| Remote ports for Tor Hidden Service, e.g. `WAYBACK_ONION_REMOTE_PORTS=80,81`|
289
+
| - |`WAYBACK_ONION_DISABLED`|`false`| Disable onion service |
289
290
| - |`WAYBACK_SLOT`| - | Pinning service for IPFS mode of pinner, see [ipfs-pinner](https://github.com/wabarc/ipfs-pinner#supported-pinning-services)|
290
291
| - |`WAYBACK_APIKEY`| - | API key for pinning service |
291
292
| - |`WAYBACK_SECRET`| - | API secret for pinning service |
Copy file name to clipboardexpand all lines: docs/changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add option to disable onion service ([#372](https://github.com/wabarc/wayback/pull/372))
12
13
13
14
### Changed
14
15
- Set NoWait to true for tor listen config ([#368](https://github.com/wabarc/wayback/pull/368))
Copy file name to clipboardexpand all lines: docs/integrations/web.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Wayback supports serving both **Clear Web** and **Onion Service**. If the Tor bi
11
11
After installation, you need to provide the required keys by placing them in the environment or configuration file. This allows you to customize the configuration based on your needs.
12
12
13
13
-`WAYBACK_LISTEN_ADDR`: The listen address for the HTTP server, defaults to `0.0.0.0:8964`.
14
-
-`WAYBACK_TOR_PRIVKEY`: The private key for Onion Service.
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
-
-`WAYBACK_TOR_REMOTE_PORTS`: Remote ports for Onion Service, e.g. `WAYBACK_TOR_REMOTE_PORTS=80,81`.
14
+
-`WAYBACK_ONION_PRIVKEY`: The private key for Onion Service.
15
+
-`WAYBACK_ONION_LOCAL_PORT`: Local port for Onion Service, also support for a reverse proxy. This is ignored if `WAYBACK_LISTEN_ADDR` is set.
16
+
-`WAYBACK_ONION_REMOTE_PORTS`: Remote ports for Onion Service, e.g. `WAYBACK_ONION_REMOTE_PORTS=80,81`.
17
17
18
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.
Copy file name to clipboardexpand all lines: docs/troubleshooting.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This will disable JavaScript for the entire site `wikipedia.org` or only for the
19
19
20
20
When running the `wayback` service for the first time, it is important to keep the private key from the output message
21
21
(the key is the part after `private key:`). The next time you run the wayback service, you can use the key by providing
22
-
it to the `--tor-key` option or setting it as the `WAYBACK_TOR_PRIVKEY` environment variable.
22
+
it to the `--tor-key` option or setting it as the `WAYBACK_ONION_PRIVKEY` environment variable.
23
23
24
24
```text
25
25
[INFO] Web: Important: remember to keep the private key: d005473a611d2b23e54d6446dfe209cb6c52ddd698818d1233b1d750f790445fcfb5ece556fe5ee3b4724ac6bea7431898ee788c6011febba7f779c85845ae87
[INFO] Web: Important: remember to keep the private key: d005473a611d2b23e54d6446dfe209cb6c52ddd698818d1233b1d750f790445fcfb5ece556fe5ee3b4724ac6bea7431898ee788c6011febba7f779c85845ae87
0 commit comments