The Debian Foreman repo

You will find them at:

deb http://deb.theforeman.org/ <codename> <component>

Currently we have

deb http://deb.theforeman.org/ buster <version>
deb http://deb.theforeman.org/ bionic <version>
deb http://deb.theforeman.org/ buster nightly
deb http://deb.theforeman.org/ bionic nightly

deb http://deb.theforeman.org/ plugins <version>
deb http://deb.theforeman.org/ plugins nightly

An example of how to add it:

wget https://deb.theforeman.org/foreman.asc -O /etc/apt/trusted.gpg.d/foreman.asc
echo "deb http://deb.theforeman.org/ buster nightly" > /etc/apt/sources.list.d/foreman.list
echo "deb http://deb.theforeman.org/ plugins nightly" >> /etc/apt/sources.list.d/foreman.list

This repo is also available over rsync at rsync://rsync.theforeman.org/deb.

Older Foreman releases are archived to archivedeb.theforeman.org once they have been unsupported for two release cycles.

You can find the installation instructions here, but we recommend using our Installer

If you have any issues, you can find the forum at community.theforeman.org or on IRC (libera.chat, #theforeman)