15 Commits

Author SHA1 Message Date
wenxuanjun
c23b43f51f Add mirrors.shanghaitech.edu.cn 2022-12-25 05:29:04 +01:00
47a725e33c Add alhp.panibrez.com back, resolves #11 2022-12-22 03:12:21 +01:00
8f82c8938b Add mirror.sunred.org 2022-12-21 11:30:21 +01:00
caca6efc08 readded Cloudfare mirror, closes #9 2022-10-11 18:29:01 +02:00
af91366d2e fixed typo 2022-09-24 16:20:10 +02:00
165e3e9d28 removed alhp.krautflare.de (#8) and alhp.panibrez.com (which seems to be dead) 2022-09-23 02:37:29 +02:00
6584195883 renamed ipfs mirror list 2022-06-25 19:47:54 +02:00
87c36e2d82 removed gardling.com (#7); added hit to IPFS mirror 2022-06-24 21:14:54 +02:00
c904d34f11 added instructions to ipfs mirror file 2022-06-24 21:10:45 +02:00
387d3dd9b0 Merge pull request 'add mirrorlist which contains just the local ipfs gateway' (#6) from RubenKelevra/alhp-mirrorlist:feat/add_ipfs_mirror into master
Reviewed-on: https://git.harting.dev/ALHP/alhp-mirrorlist/pulls/6
2022-06-24 20:59:18 +02:00
RubenKelevra
29432e0e38 add mirrorlist which contains just the local ipfs gateway 2022-05-14 12:47:54 +02:00
86114cea03 Update 'README.md' 2022-01-12 19:56:13 +01:00
plexman
7b169ce175 added alhp.panibrez.com (#2)
Added mirror alhp.panibrez.com (Europe)

Reviewed-on: https://git.harting.dev/ALHP/alhp-mirrorlist/pulls/2
Co-authored-by: plexman <plexman@git.harting.dev>
Co-committed-by: plexman <plexman@git.harting.dev>
2022-01-12 19:47:26 +01:00
61a7fa496c Update 'README.md' 2021-12-29 12:29:38 +01:00
560ef975b2 Update 'README.md' 2021-11-25 21:41:43 +01:00
3 changed files with 42 additions and 7 deletions

View File

@@ -1,2 +1,21 @@
# alhp-mirrorlist
# ALHP Mirrorlist
[![AUR version](https://img.shields.io/aur/version/alhp-mirrorlist)](https://aur.archlinux.org/packages/alhp-mirrorlist/)
Mirrors for [ALHP](https://git.harting.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).
## Setup your own Mirror
### rsync
**source**: `rsync://alhp.harting.dev/alhp`\
**lastupdate**: `https://alhp.harting.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.
You are free to mirror only some march or exclude `/logs`, [see line 90](https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/a4a8a640d821acdb95e72770ea0632beffb28df9/roles/syncrepo/files/syncrepo-template.sh#L90) of said script above.
If you have set up a new mirror, open a PR here in this repo adding your mirror to `mirrorlist` under the appropriate region (continent is detailed enough for our current mirror density).

View File

@@ -1,15 +1,19 @@
##
## ALHP repository mirrorlist
## Updated on 2021-11-25
## https://git.harting.dev/anonfunc/alhp-mirrorlist
## Updated on 2022-12-25
## https://git.harting.dev/ALHP/alhp-mirrorlist
##
## There is an IPFS mirror available.
## Setup instructions in /etc/pacman.d/alhp-mirrorlist.ipfs.
##
## Worldwide (Cloudfare)
Server = https://alhp.krautflare.de/$repo/os/$arch/
## Europe
#Server = https://alhp.harting.dev/$repo/os/$arch/
## North America
#Server = https://www.gardling.com/alhp/$repo/os/$arch/
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/
## Asia
Server = https://mirrors.shanghaitech.edu.cn/alhp/$repo/os/$arch/

12
mirrorlist.ipfs Normal file
View File

@@ -0,0 +1,12 @@
# To use this follow install instructions under https://github.com/RubenKelevra/pacman.store/blob/master/README.md#usage
# After you have installed ipfs and added pacman.store, modify your pacman.conf repo entries like https://github.com/RubenKelevra/pacman.store/blob/master/README.md#alhp
# local ipfs gateway
Server = http://alhp.archlinux.pkg.pacman.store.ipns.localhost:8080/$repo/os/$arch/
Server = http://alhp.archlinux.pkg.pacman.store.ipns.localhost:8080/$repo/os/$arch/
Server = http://alhp.archlinux.pkg.pacman.store.ipns.localhost:8080/$repo/os/$arch/
# local ipfs gateway without name resolution
Server = http://127.0.0.1:8080/ipns/alhp.archlinux.pkg.pacman.store/$repo/os/$arch/
Server = http://127.0.0.1:8080/ipns/alhp.archlinux.pkg.pacman.store/$repo/os/$arch/
Server = http://127.0.0.1:8080/ipns/alhp.archlinux.pkg.pacman.store/$repo/os/$arch/