Skip to content

Commit 5361f07

Browse files
authored
Update README.md (#27)
1 parent 1c0d163 commit 5361f07

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Armbian Redirector
2-
==================
1+
<h2 align="center">
2+
<img src="https://raw.githubusercontent.com/armbian/.github/master/profile/logo.png" alt="Armbian logo" width="25%">
3+
<br><br>
4+
</h2>
35

4-
This repository contains a redirect service for Armbian downloads, apt, etc.
6+
### Purpose of This Repository
7+
8+
This repository contains the **source code for the Armbian redirector service**, which handles intelligent redirection for Armbian OS image downloads and APT package archive access. The redirector ensures that users are routed to the optimal mirror or resource location based on availability, geographic proximity, or request type. It acts as a central entry point for distributed Armbian services.
59

610
It uses multiple current technologies and best practices, including:
711

@@ -11,15 +15,13 @@ It uses multiple current technologies and best practices, including:
1115
- Server weighting, pooling (top x servers are served instead of a single one)
1216
- Health checks (HTTP, TLS)
1317

14-
Code Quality
15-
------------
18+
## Code Quality
1619

1720
The code quality isn't the greatest/top tier. Work is being done towards cleaning it up and standardizing it, writing tests, etc.
1821

1922
All contributions are welcome, see the `check_test.go` file for example tests.
2023

21-
Checks
22-
------
24+
## Checks
2325

2426
The supported checks are HTTP and TLS.
2527

@@ -159,4 +161,4 @@ Using this magic path will redirect to the desired region:
159161

160162
`/metrics`
161163

162-
Prometheus metrics endpoint. Metrics aren't considered private, thus are exposed to the public.
164+
Prometheus metrics endpoint. Metrics aren't considered private, thus are exposed to the public.

0 commit comments

Comments
 (0)