-
I use Flexo for my home Arch Linux installs already, but I would like to add caching for some extra custom repositories that don't seem to use the format that flexo expects for their URLs. Examples:
for this one the
Cachyos also provides builds that are optimized for different processor versions (in this case zen3). So it adds extra characters after the Is there any way to specify the full server URL in the flexo config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure if that makes any sense, because pacman generally sends
But why is that an issue? The
Where did you specify this? If you specify this in As described in the README, you have to adapt both your |
Beta Was this translation helpful? Give feedback.
Hi @nroi ,
Thanks for the reply and sorry for the delayed response. Your message made me realize that the issue was a missing subpath in the pacman.conf URL, and not anything to do with Flexo. Should have been
Server = http://localhost:7878/custom_repo/cachyos/repo/$arch/$repo
and notServer = http://localhost:7878/custom_repo/cachyos/$arch/$repo
. I was definitely overthinking it. Very much appreciate the help.