Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marcel's Debian Repository

Setup

First you need to install some requirements:

sudo apt update

sudo apt install \
  apt-transport-https \
  ca-certificates \
  curl \
  gnupg

After that you need to import the public GPG key:

curl -fsSL https://m4rc3l.de/deb-repo.pem | sudo gpg --dearmor -o /usr/share/keyrings/m4rc3l-deb-keyring.gpg

Now verify the public GPG key fingerprint.
The fingerprint should be B0B1 DC86 8FF8 2295 E5D5 D338 3D7B FEF0 C780 7326.

gpg --no-default-keyring --keyring /usr/share/keyrings/m4rc3l-deb-keyring.gpg --list-key repo@m4rc3l.de

After that is finished you need to add the package list:

echo "deb [signed-by=/usr/share/keyrings/m4rc3l-deb-keyring.gpg] http://deb.m4rc3l.de/ all main" \
  | sudo tee /etc/apt/sources.list.d/m4rc3l.list > /dev/null

sudo apt update

Packages

sudo apt install <package>
Package Description Reposetory
genpw Generate strong passwords directly from the command line. https://github.com/MarcelCoding/debian-genpw
docker-network-viewer Liste docker networks and according subnet. https://github.com/MarcelCoding/docker-network-viewer
status-node Worker for https://github.com/themorpheustutorials/status https://github.com/MarcelCoding/status-node
zia-client Proxy udp over websocket, useful to use Wireguard in restricted networks. https://github.com/MarcelCoding/zia
zia-server Proxy udp over websocket, useful to use Wireguard in restricted networks. https://github.com/MarcelCoding/zia

License

LICENSE

About

Personal Debian Package Repository

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors