# Consolidated OPNsense pkg repository (alphyriver plugin feed). # # Install on a node as /usr/local/etc/pkg/repos/alphyriver.conf and place the # matching public key at /usr/local/etc/pkg/keys/alphyriver.pub. The aggregate # workflow renders this template (substituting https://alphyriver.github.io/opnsense-plugins) and publishes the # ready-to-use file at https://alphyriver.github.io/opnsense-plugins/plugins.conf — fetch that rather than editing # this by hand. # # ${ABI} expands client-side (e.g. FreeBSD:14:amd64), so one conf works across # FreeBSD/OPNsense ABIs as long as the feed publishes that ABI's directory. alphyriver: { url: "https://alphyriver.github.io/opnsense-plugins/${ABI}", priority: 10, enabled: yes, signature_type: "pubkey", pubkey: "/usr/local/etc/pkg/keys/alphyriver.pub" }