experimental debian packaging for shione.net
Find a file
Mohammed Amar-Bensaber cd8f0e853f
nginx: generate certificates for test targets
Podman will be used to test the generated Debian packages to ensure that
they work properly. However, this means that it is NOT shione and
therefore cannot solve letsencrypt challenge among many other things
that can only be done by shione. The goal is to have a staging area that
can mock the latter.
2024-10-08 22:53:57 +02:00
debian nginx: generate certificates for test targets 2024-10-08 22:53:57 +02:00
doc wireguard: document initial setup 2024-08-27 22:22:06 +02:00
files ssh: limit overall login attempts and interactions 2024-10-08 22:49:47 +02:00
.gitignore gitignore: ignore build ans wireguard directories 2024-10-08 22:52:10 +02:00
build.sh build: explicitly call gbp with --export-dir=WC 2024-08-27 22:40:56 +02:00
clean.sh clean: remove debhelper artifacts 2024-08-27 22:22:07 +02:00
LICENSE license: agplv3 2024-08-27 22:22:05 +02:00
README.md readme: init 2024-08-27 22:22:05 +02:00
TODO.md todo: integrate deb-systemd-invoke 2024-08-27 22:22:07 +02:00

Shione.net

Experimental Debian packaging and configuration. This project is mainly for educational purposes. However, the aim is to package shione-specific configuration in a way that would allow deployment to be reproducible.

Package-specific configuration

Because shione runs GNU/Linux Debian, I wish to transform per-package config into .deb packages themselves. This project is basically an application of config-package-dev. This will allow me to integrate the modifications I introduce to the said packages within the Debian packaging system which comes with many benefits.

  1. Quickly rebuild a host machine from scratch if needed.
  2. Know the configuration state of each machine using the package manager.
  3. Automatically update configuration by updating the system itself.
  4. Integrate complex post-installation configuration, possibly such as introducing cron jobs (is it possible?) as part of the configuration package.

Project hierarchy

It is not yet clear to me how I'll do this. I'm thinking perhaps about having a single source package that produces multiple "binary" packages. Each one would be a package-specific configuration. Standalone packages not specific to shione will probably reside in their own git repository under the Debian section.

References