Sign inSign up

credfeto/aur-proxy

By credfeto

Updated 3 months ago

Caching proxy server for Arch Linux AUR Repository

Image
Networking
0

299

credfeto/aur-proxy repository overview

Run the proxy in HTTP mode exposing exposing on port 8080

docker run \
        -v /cache/aur/metadata:/data/metadata:rw\
        -v /cache/aur/repos:/data/repos:rw \
        -p "8080:8080/tcp" \
        credfeto/aur-proxy:stable \
        -d

If mapping a trusted local TLS certificate, then this should be mapped as:

docker run \
        -v /cache/aur/metadata:/data/metadata:rw\
        -v /cache/aur/repos:/data/repos:rw \
        -v ./certificates/aur.local.pfx:/usr/src/app/server.pfx:r \
        -p "8081:8081/tcp" \
        -p "8081:8081/udp" \
        credfeto/aur-proxy:stable \
        -d

Note that the server supports http3 for TLS hence UDP being mapped.

See more details including how to configure AUR helpers (yay, paru) to use the proxy at Github

Tag summary

Content type

Image

Digest

sha256:3c1ad123f

Size

150.9 MB

Last updated

3 months ago

docker pull credfeto/aur-proxy:0.0.17.915