Estate apt repository

Signed flat apt repository for the estate-agent — the agent that reports machine facts to Estate. Debian, amd64 and arm64.

Install

One-time bootstrap, as root:

mkdir -p /etc/apt/keyrings
curl -fsSL https://apt.ug.gg/estate-apt.asc -o /etc/apt/keyrings/estate.asc
cat > /etc/apt/sources.list.d/estate.sources <<'EOF'
Types: deb
URIs: https://apt.ug.gg
Suites: ./
Signed-By: /etc/apt/keyrings/estate.asc
EOF
apt update && apt install estate-agent

Configure

Set ESTATE_SERVER, ESTATE_MACHINE and ESTATE_TOKEN in /etc/default/estate-agent (values come from the machine's page in Estate). The systemd timer is enabled on install; once configured, the machine reports within the hour — or immediately with systemctl start estate-agent.service.

Signing key

Releases are signed by Estate APT <apt@ug.gg> (A115F727523E63AE); the public key is estate-apt.asc.