diff options
author | vincent <vincent@deuxfleurs.fr> | 2023-12-20 21:50:21 +0000 |
---|---|---|
committer | vincent <vincent@deuxfleurs.fr> | 2023-12-20 21:50:21 +0000 |
commit | 722681da70acf03be22583f4821dcd8f873e7be0 (patch) | |
tree | 2e2fabc2186fe761c6fa3dd4b662288c5088792a /content/operations | |
parent | 621aa9ab4760552fea856bb6f9fc18bc0e5162a4 (diff) | |
parent | a9b69aea4bd03f089c4f9e393e111d409e32f0ba (diff) | |
download | guide.deuxfleurs.fr-722681da70acf03be22583f4821dcd8f873e7be0.tar.gz guide.deuxfleurs.fr-722681da70acf03be22583f4821dcd8f873e7be0.zip |
Fusion de 'Ajout gcu and co au guide, pour fix footers site' (#30) de boris/guide.deuxfleurs.fr:fix_website_footers vers la branche main
Discutée sur : https://git.deuxfleurs.fr/Deuxfleurs/guide.deuxfleurs.fr/pulls/30
Diffstat (limited to 'content/operations')
-rw-r--r-- | content/operations/sources.md | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/content/operations/sources.md b/content/operations/sources.md new file mode 100644 index 0000000..a45a547 --- /dev/null +++ b/content/operations/sources.md @@ -0,0 +1,41 @@ +--- +title: "Sources" +description: "Sources" +weight: 120 +extra: + parent: 'operations/_index.md' +--- + +## Accéder aux sources des logiciels utilisés + +Deuxfleurs utilise exclusivement des logiciels libres dans le cadre de son activité. Vous pouvez retrouver ici la liste des sources des logiciels utilisés. + +- [Debian](https://packages.debian.org/) +- [NixOS](https://github.com/NixOS) +- [Nomad](https://github.com/hashicorp/nomad) +- [Consul](https://github.com/hashicorp/consul/) +- [Garage](https://git.deuxfleurs.fr/Deuxfleurs/garage) +- [Tricot](https://git.deuxfleurs.fr/Deuxfleurs/tricot) +- [Bottin](https://git.deuxfleurs.fr/Deuxfleurs/bottin/) +- [Guichet](https://git.deuxfleurs.fr/Deuxfleurs/guichet/) +- [Diplonat](https://git.deuxfleurs.fr/Deuxfleurs/diplonat/) +- [Stolon](https://github.com/sorintlab/stolon) +- [Docker](https://github.com/moby/moby) +- [Ansible](https://github.com/ansible/ansible) +- [Drone](https://github.com/harness/drone) +- [Restic](https://github.com/restic/restic) +- [Cryptpad](https://github.com/xwiki-labs/cryptpad) +- [Sogo](https://github.com/inverse-inc/sogo) +- [alps](https://deuxfleurs.fr/git.deuxfleurs.fr/Deuxfleurs/alps) +- [Synapse](https://github.com/matrix-org/synapse) +- [Element](https://github.com/vector-im/element-web) +- [Jitsi](https://github.com/jitsi) +- [Plume](https://github.com/Plume-org/Plume) +- [age](https://github.com/FiloSottile/age) +- [Minio](https://github.com/minio/minio) +- [Proxmox](https://git.proxmox.com/) +- [Grafana](https://github.com/grafana/grafana) +- [Prometheus](https://github.com/prometheus/prometheus) +- [Infra (legacy)](https://git.deuxfleurs.fr/Deuxfleurs/infrastructure) +- [Infra (next)](https://deuxfleurs.fr/git.deuxfleurs.fr/Deuxfleurs/nixcfg) + |