SolarNetwork Foundation FreeBSD Package Repository
This is the SolarNetwork Foundation FreeBSD package repository, where we publish custom-built FreeBSD packages for software used to host SolarNetwork applications.
You'll need to get the certificate used to sign the packages, which you can do via:
$ mkdir -p /usr/local/etc/ssl/certs
$ curl -s https://freebsd.repo.solarnetwork.org.nz/snf.cert \
>/usr/local/etc/ssl/certs/snf.cert
$ mkdir -p /usr/local/etc/pkg/repos
Then create a repository configuration /usr/local/etc/pkg/repos/snf.conf
with content like:
snf: {
url: "https://freebsd.repo.solarnetwork.org.nz/REPO_NAME/",
mirror_type: "http",
signature_type: "pubkey",
pubkey: "/usr/local/etc/ssl/certs/snf.cert",
enabled: yes,
priority: 100
}
Heads up! You'll need to replace
REPO_NAME
with a valid
repository name for the application you're interested in.