Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
0c7ba48e72 | |||
ff34cfdd9d | |||
97cc451232 | |||
9e1adc2f8b | |||
ebe823cb93 | |||
2280e7c503 | |||
b6b9e2110c | |||
84a4b9c165 | |||
d91d2c75b6 | |||
6091bddc05 | |||
6cf3951755 | |||
99fd22254f | |||
798b66853c | |||
7a9df3b0a1 | |||
166c75b59d | |||
dcbe2969ad | |||
d0f8f1b261 | |||
810655b966 | |||
![]() |
c23b43f51f |
@@ -1,17 +1,17 @@
|
||||
# ALHP Mirrorlist
|
||||
[](https://aur.archlinux.org/packages/alhp-mirrorlist/)
|
||||
|
||||
Mirrors for [ALHP](https://git.harting.dev/ALHP/ALHP.GO).
|
||||
Mirrors for [ALHP](https://somegit.dev/ALHP/ALHP.GO).
|
||||
|
||||
## Issues with current mirrors
|
||||
If some mirror is out of sync or not reachable anymore, please [open an issue](https://git.harting.dev/ALHP/alhp-mirrorlist/issues/new).
|
||||
If some mirror is out of sync or not reachable anymore, please [open an issue](https://somegit.dev/ALHP/alhp-mirrorlist/issues/new).
|
||||
|
||||
## Setup your own Mirror
|
||||
|
||||
### rsync
|
||||
|
||||
**source**: `rsync://alhp.harting.dev/alhp`\
|
||||
**lastupdate**: `https://alhp.harting.dev/lastupdate`\
|
||||
**source**: `rsync://alhp.dev/alhp`\
|
||||
**lastupdate**: `https://alhp.dev/lastupdate`\
|
||||
**expected size**: around 30GB per `march` (e.g. *x86-64-v3*) you want to sync.
|
||||
|
||||
I highly recommend using [this script from Archlinux](https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/master/roles/syncrepo/files/syncrepo-template.sh) as base for a sync service. It checks if a sync needs to be done (by comparing *lastupdate* before syncing). It's also worth to read comments.
|
||||
|
18
mirrorlist
18
mirrorlist
@@ -1,16 +1,24 @@
|
||||
##
|
||||
## ALHP repository mirrorlist
|
||||
## Updated on 2022-12-22
|
||||
## https://git.harting.dev/ALHP/alhp-mirrorlist
|
||||
## https://somegit.dev/ALHP/alhp-mirrorlist
|
||||
##
|
||||
## There is an IPFS mirror available.
|
||||
## Setup instructions in /etc/pacman.d/alhp-mirrorlist.ipfs.
|
||||
##
|
||||
|
||||
## Worldwide (Cloudfare)
|
||||
## Worldwide (CDN)
|
||||
Server = https://cdn.alhp.dev/$repo/os/$arch/
|
||||
Server = https://alhp.krautflare.de/$repo/os/$arch/
|
||||
|
||||
## Europe
|
||||
Server = https://mirror.sunred.org/alhp/$repo/os/$arch/
|
||||
Server = https://alhp.panibrez.com/$repo/os/$arch/
|
||||
Server = https://alhp.harting.dev/$repo/os/$arch/
|
||||
Server = https://alhp.nox.panibrez.com/$repo/os/$arch/
|
||||
Server = https://mirrors.dotsrc.org/alhp/$repo/os/$arch/
|
||||
Server = https://alhp.mirror.hyperbit.it/$repo/os/$arch/
|
||||
Server = https://alhp.dev/$repo/os/$arch/
|
||||
|
||||
## Asia
|
||||
Server = https://mirrors.shanghaitech.edu.cn/alhp/$repo/os/$arch/
|
||||
Server = https://mirror.nju.edu.cn/alhp/$repo/os/$arch/
|
||||
Server = https://mirror.sjtu.edu.cn/alhp/$repo/os/$arch/
|
||||
Server = https://mirror.twds.com.tw/alhp/$repo/os/$arch/
|
||||
|
Reference in New Issue
Block a user