summaryrefslogtreecommitdiff
path: root/xipkg.conf
blob: 6eb1a1d5882f0a2fc3f1644c7a597c3445b51d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This is the default configuration for xipkg
#
include /etc/xipkg.d/default.conf

sources {
    localhost       http://localhost:8089/repo/
    davidovski      https://xi.davidovski.xyz/repo/
    codeberg        https://xi.codeberg.page/repo/
    ftp             https://xilinux.ftp.sh/repo/
    ix              https://xilinux.ix.tc/repo/
    ro              https://xi.ro.lt/repo/
    invalid         https://xilinux.invalid/repo/
}

# The sources to download the keys from
key_authority [
    davidovski
]

repos [
    core
    extra
]

# the number of times to ping a server to find out its speed
# use 0 to disable determining the fastest servers
pings 4