mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
fix(📚 readme): update badge labels and add container registry information
This commit is contained in:
30
README.md
30
README.md
@@ -3,10 +3,11 @@
|
||||
|
||||
# 🧅 Tor Guard Relay
|
||||
|
||||
[](https://github.com/r3bo0tbx1/tor-guard-relay/actions/workflows/release.yml)
|
||||
[](https://github.com/r3bo0tbx1/tor-guard-relay/actions/workflows/release.yml)
|
||||
[](https://github.com/r3bo0tbx1/tor-guard-relay/releases/latest)
|
||||

|
||||

|
||||
[](https://hub.docker.com/r/r3bo0tbx1/onion-relay)
|
||||
[](https://github.com/r3bo0tbx1/tor-guard-relay/pkgs/container/onion-relay)
|
||||
[](LICENSE.txt)
|
||||
|
||||
<img src="src/onion.png" alt="Onion diagram" width="400"/>
|
||||
@@ -93,6 +94,20 @@ nano relay.conf
|
||||
```
|
||||
|
||||
**Step 2:** Run the relay:
|
||||
|
||||
**Option A - Docker Hub:**
|
||||
```bash
|
||||
docker run -d \
|
||||
--name tor-relay \
|
||||
--restart unless-stopped \
|
||||
--network host \
|
||||
-v $(pwd)/relay.conf:/etc/tor/torrc:ro \
|
||||
-v tor-guard-data:/var/lib/tor \
|
||||
-v tor-guard-logs:/var/log/tor \
|
||||
r3bo0tbx1/onion-relay:latest
|
||||
```
|
||||
|
||||
**Option B - GitHub Container Registry:**
|
||||
```bash
|
||||
docker run -d \
|
||||
--name tor-relay \
|
||||
@@ -513,6 +528,10 @@ Images are automatically rebuilt weekly to include security patches:
|
||||
|
||||
## 🌐 Resources
|
||||
|
||||
### Container Registries
|
||||
- 🐳 [Docker Hub Repository](https://hub.docker.com/r/r3bo0tbx1/onion-relay)
|
||||
- 📦 [GitHub Container Registry](https://github.com/r3bo0tbx1/tor-guard-relay/pkgs/container/onion-relay)
|
||||
|
||||
### Official Tor Project
|
||||
- 📚 [Relay Setup Guide](https://community.torproject.org/relay/setup/)
|
||||
- 💬 [Relay Operators Forum](https://forum.torproject.org/c/relay-operators)
|
||||
@@ -531,13 +550,14 @@ Images are automatically rebuilt weekly to include security patches:
|
||||
|
||||
<div align="center">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**Current Version:** v1.0.2
|
||||
**Current Version:** v1.0.5
|
||||
**Status:** Production Ready
|
||||
**Last Build:** Weekly (Mondays 03:00 UTC)
|
||||
**Last Build:** Weekly (Mondays 03:00 UTC)
|
||||
**Registries:** Docker Hub • GHCR
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user