Files
pkgstash/deploy/pkgstash.toml.example
T
2026-04-21 08:18:27 -06:00

12 lines
433 B
TOML

cache_root = "/home/ewpt3ch/dev/pacman-cache-server/tmprepo"
mirror_urls = ["https://us.mirrors.cicku.me/archlinux/",
"https://losangeles.mirror.pkgbuild.com/",
"https://mirror.givebytes.net/archlinux/"]
# array of upstream repos this server caches see pacman.conf
# or pacman docs for more info <core, extra, multilib>
mirrored_repos = ["core", "extra"]
port = "8090"
[auth]
token = "FakeToken"