aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-13 08:36:37 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-13 08:36:37 +0200
commit88e82586681e47e71883ae08ede46f0da15050ec (patch)
tree9b5354708cd96cd190ecdd29a2fcf118c45523c3
parentad01e931c05d4e6b6cc03c979aba5bcffe875352 (diff)
downloadsite-88e82586681e47e71883ae08ede46f0da15050ec.tar.gz
site-88e82586681e47e71883ae08ede46f0da15050ec.zip
Ajout de la liste des sources
-rw-r--r--package.json1
-rw-r--r--src/@jitsi.pug10
-rw-r--r--src/Sources.pug41
3 files changed, 41 insertions, 11 deletions
diff --git a/package.json b/package.json
index b9d3e9e..554209e 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,6 @@
"source-map": "^0.7.3",
"uglify-js": "^3.13.3"
},
- "devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
diff --git a/src/@jitsi.pug b/src/@jitsi.pug
deleted file mode 100644
index 47864c6..0000000
--- a/src/@jitsi.pug
+++ /dev/null
@@ -1,10 +0,0 @@
-extends _layout.pug
-
-prepend root
- - title = "Visioconférence"
-
-
-block content
- h4.spacing
- | Cette page a changé d'adresse :
- a(href="/Guide/Visioconférence.html") cliquez ici pour être redirigé
diff --git a/src/Sources.pug b/src/Sources.pug
new file mode 100644
index 0000000..eba1bd9
--- /dev/null
+++ b/src/Sources.pug
@@ -0,0 +1,41 @@
+extends _layout.pug
+
+prepend root
+ - title = "Sources"
+
+block content
+ section
+ h1 Accéder aux sources des logiciels utilisés
+
+ p Deuxfleurs utilise exclusivement des logiciels libres dans le cadre de son activité. Vous pouvez retrouver ici la liste des sources des logiciels utilisés.
+ :markdown-it
+ - [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](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)](git.deuxfleurs.fr/Deuxfleurs/nixcfg)
+
+