Changes

Jump to navigation Jump to search
1,792 bytes added ,  20:15, 2 May 2020
Created page with "{{Project |status = beta |description = Zombi Repos |author = cpp |owner = |maintainer = cpp |maintainer2 = paul |location = |url = https://repo..."
{{Project
|status = beta
|description = Zombi Repos
|author = cpp
|owner =
|maintainer = cpp
|maintainer2 = paul
|location =
|url = https://repo.zom.bi
|git = dockerfiles/repo
|authentication= static
|implements = Q230724
}}
We provide a debian repository, that's being used to serve some of our [[Zombi:Creative commons|Creative Commons]] to Users of debian based distributions.

== Usage ==
You can use our Repo by executing the following command (You will find a detailed explanation of what this does in the following sections):
<syntaxhighlight lang=bash>
apt install apt-transport-https &&\
curl -u zombi:ovCFHstDFssyUXeimdkmBKNjA https://repo.zom.bi/debian/pubkey.gpg| sudo apt-key add - &&\
echo "deb https://repo.zom.bi/debian/ stable main" > /etc/apt/sources.list.d/zombi.list &&\
echo "machine repo.zom.bi/debian login zombi password ovCFHstDFssyUXeimdkmBKNjA" > /etc/apt/auth.conf.d/zombi.conf &&\
apt update
</syntaxhighlight>
=== Trusting the Key ===
In order to make use of our debian repository, you'll have to trust the key used for Signing the packages.
The key has the following fingerprint, please feel free to sign it:
<syntaxhighlight>
pub rsa3072 2020-04-26 [SC] [expires: 2022-04-26]
22127A611C7FB1A800F5D099EE2FA6E39C5507CB
</syntaxhighlight>
=== Authentication ===
The repository is protected by HTTPS authentication. We do not use LDAP for this, as the password needs to be stored in plaintext in <code>/etc/apt/</code>. The authentication for the Repository is <code>zombi:ovCFHstDFssyUXeimdkmBKNjA</code>. Providing the authentication in the sources.list is not recommended by apt, it should instead be written into the <code>auth.conf</code>. For more information on auth.conf see <code>man 5 apt_auth.conf</code>.

Navigation menu