From 4cbd53b6271f3ee616fc383bd03471e370b5a872 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 17 Oct 2023 09:59:46 +0200 Subject: [PATCH] ajout de trucs importants --- .well-known/autoconfig/mail/config-v1.1.xml | 27 ++++++ .well-known/chatonsinfos/cryptpad.properties | 30 ++++++ .../chatonsinfos/deuxfleurs.fr.properties | 28 ++++++ .well-known/chatonsinfos/deuxfleurs.svg | 91 +++++++++++++++++++ .well-known/chatonsinfos/garage.properties | 30 ++++++ .well-known/chatonsinfos/jitsi.properties | 30 ++++++ .well-known/chatonsinfos/matrix.properties | 30 ++++++ .well-known/chatonsinfos/plume.properties | 30 ++++++ .well-known/matrix/client | 15 +++ .well-known/matrix/server | 1 + README.md | 41 ++++++++- r/rdv23 | 13 +++ 12 files changed, 365 insertions(+), 1 deletion(-) create mode 100644 .well-known/autoconfig/mail/config-v1.1.xml create mode 100644 .well-known/chatonsinfos/cryptpad.properties create mode 100644 .well-known/chatonsinfos/deuxfleurs.fr.properties create mode 100644 .well-known/chatonsinfos/deuxfleurs.svg create mode 100644 .well-known/chatonsinfos/garage.properties create mode 100644 .well-known/chatonsinfos/jitsi.properties create mode 100644 .well-known/chatonsinfos/matrix.properties create mode 100644 .well-known/chatonsinfos/plume.properties create mode 100644 .well-known/matrix/client create mode 100644 .well-known/matrix/server create mode 100644 r/rdv23 diff --git a/.well-known/autoconfig/mail/config-v1.1.xml b/.well-known/autoconfig/mail/config-v1.1.xml new file mode 100644 index 0000000..6674526 --- /dev/null +++ b/.well-known/autoconfig/mail/config-v1.1.xml @@ -0,0 +1,27 @@ + + + + deuxfleurs.fr + Deuxfleurs Mail + Deuxfleurs + + imap.deuxfleurs.fr + 993 + SSL + plain + %EMAILADDRESS% + + + smtp.deuxfleurs.fr + 465 + SSL + plain + %EMAILADDRESS% + + + Documentation générique pour la configuration + Generic settings page + + + + diff --git a/.well-known/chatonsinfos/cryptpad.properties b/.well-known/chatonsinfos/cryptpad.properties new file mode 100644 index 0000000..0acc600 --- /dev/null +++ b/.well-known/chatonsinfos/cryptpad.properties @@ -0,0 +1,30 @@ +file.class = service +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +service.name = Cryptpad +service.description = Pads, sondages, tableurs collaboratifs et chiffrés +service.website = https://pad.deuxfleurs.fr +service.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +service.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +service.guide.technical = https://guide.deuxfleurs.fr/operations/ +service.guide.user = https://guide.deuxfleurs.fr/prise_en_main/cryptpad/ +service.contact.url = https://deuxfleurs.fr/ +service.contact.email = coucou@deuxfleurs.fr +service.startdate = 01/01/2020 +service.status.level = OK +service.registration = None +service.registration.load = OPEN +service.install.type = SOURCES +software.name = cryptpad +software.website = https://cryptpad.fr/ +software.license.url = https://github.com/xwiki-labs/cryptpad/blob/main/LICENSE +software.license.name = AGPL-3.0 +software.version = 4.14.1 +software.source.url = https://github.com/superboum/cryptpad +host.name=Deuxfleurs +host.server.distribution=NixOS +host.server.type=PHYSICAL +host.provider.type=HOME +host.country.code=FR +host.country.name=France diff --git a/.well-known/chatonsinfos/deuxfleurs.fr.properties b/.well-known/chatonsinfos/deuxfleurs.fr.properties new file mode 100644 index 0000000..663d761 --- /dev/null +++ b/.well-known/chatonsinfos/deuxfleurs.fr.properties @@ -0,0 +1,28 @@ +file.class = organization +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +organization.name = Deuxfleurs +organization.description = Fabriquons un internet convivial +#organization.type = ASSOCIATION +organization.website = https://deuxfleurs.fr +organization.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +organization.socialnetworks.plume = https://plume.deuxfleurs.fr/~/Deuxfleurs +organization.socialnetworks.twitter = https://twitter.com/deuxfleurs_org/ +organization.chatrooms.matrix = https://matrix.to/#/#deuxfleurs:deuxfleurs.fr +organization.contact.url = https://deuxfleurs.fr +organization.contact.email = coucou@deuxfleurs.fr +organization.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +organization.guide.technical = https://guide.deuxfleurs.fr/operations/ +organization.guide.user = https://guide.deuxfleurs.fr/prise_en_main/ +organization.status.level = ACTIVE +organization.startdate = 01/01/2020 +organization.memberof.chatons.startdate = 21/06/2022 +organization.memberof.chatons.status.level = ACTIVE +organization.country.name = France +organization.country.code = FR +subs.jitsi = https://deuxfleurs.fr/.well-known/chatonsinfos/jitsi.properties +subs.cryptpad = https://deuxfleurs.fr/.well-known/chatonsinfos/cryptpad.properties +subs.matrix = https://deuxfleurs.fr/.well-known/chatonsinfos/matrix.properties +subs.plume = https://deuxfleurs.fr/.well-known/chatonsinfos/plume.properties +subs.garage = https://deuxfleurs.fr/.well-known/chatonsinfos/garage.properties diff --git a/.well-known/chatonsinfos/deuxfleurs.svg b/.well-known/chatonsinfos/deuxfleurs.svg new file mode 100644 index 0000000..c298c22 --- /dev/null +++ b/.well-known/chatonsinfos/deuxfleurs.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + D + F + diff --git a/.well-known/chatonsinfos/garage.properties b/.well-known/chatonsinfos/garage.properties new file mode 100644 index 0000000..1cf636a --- /dev/null +++ b/.well-known/chatonsinfos/garage.properties @@ -0,0 +1,30 @@ +file.class = service +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +service.name = Hébergement site statique +service.description = Hébergez votre blog, site vitrine ou n'importe quel site statique +service.website = https://guide.deuxfleurs.fr/prise_en_main/web/ +service.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +service.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +service.guide.technical = https://guide.deuxfleurs.fr/operations/ +service.guide.user = https://guide.deuxfleurs.fr/prise_en_main/web/ +service.contact.url = https://deuxfleurs.fr/ +service.contact.email = coucou@deuxfleurs.fr +service.startdate = 01/01/2020 +service.status.level = OK +service.registration = Member +service.registration.load = OPEN +service.install.type = SOURCES +software.name = Garage +software.website = https://garagehq.deuxfleurs.fr/ +software.license.url = https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/LICENSE +software.license.name = AGPL-3.0 +software.version = 0.7.2 +software.source.url = https://git.deuxfleurs.fr/Deuxfleurs/garage +host.name=Deuxfleurs +host.server.distribution=NixOS +host.server.type=PHYSICAL +host.provider.type=HOME +host.country.code=FR +host.country.name=France diff --git a/.well-known/chatonsinfos/jitsi.properties b/.well-known/chatonsinfos/jitsi.properties new file mode 100644 index 0000000..c46a6e2 --- /dev/null +++ b/.well-known/chatonsinfos/jitsi.properties @@ -0,0 +1,30 @@ +file.class = service +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +service.name = Jitsi +service.description = Visioconférence dans le navigateur et sur mobile +service.website = https://jitsi.deuxfleurs.fr +service.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +service.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +service.guide.technical = https://guide.deuxfleurs.fr/operations/ +service.guide.user = https://guide.deuxfleurs.fr/prise_en_main/jitsi/ +service.contact.url = https://deuxfleurs.fr/ +service.contact.email = coucou@deuxfleurs.fr +service.startdate = 01/01/2020 +service.status.level = OK +service.registration = None +service.registration.load = OPEN +service.install.type = SOURCES +software.name = jitsimeet +software.website = https://jitsi.org/jitsi-meet/ +software.license.url = https://github.com/jitsi/jitsi-meet/blob/master/LICENSE +software.license.name = Apache License 2.0 +software.version = 6826 +software.source.url = https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/src/branch/main/app/jitsi/build +host.name=Deuxfleurs +host.server.distribution=NixOS +host.server.type=PHYSICAL +host.provider.type=HOME +host.country.code=FR +host.country.name=France diff --git a/.well-known/chatonsinfos/matrix.properties b/.well-known/chatonsinfos/matrix.properties new file mode 100644 index 0000000..34e211e --- /dev/null +++ b/.well-known/chatonsinfos/matrix.properties @@ -0,0 +1,30 @@ +file.class = service +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +service.name = Matrix +service.description = Discussions instantanées chiffrées et en groupe +service.website = https://riot.deuxfleurs.fr +service.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +service.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +service.guide.technical = https://guide.deuxfleurs.fr/operations/ +service.guide.user = https://guide.deuxfleurs.fr/prise_en_main/matrix/ +service.contact.url = https://deuxfleurs.fr/ +service.contact.email = coucou@deuxfleurs.fr +service.startdate = 01/01/2020 +service.status.level = OK +service.registration = Member +service.registration.load = OPEN +service.install.type = SOURCES +software.name = Synapse +software.website = https://matrix-org.github.io/synapse/latest/ +software.license.url = https://github.com/matrix-org/synapse/blob/develop/LICENSE +software.license.name = Apache-2.0 +software.version = 1.61.1 +software.source.url = https://github.com/matrix-org/synapse +host.name=Deuxfleurs +host.server.distribution=NixOS +host.server.type=PHYSICAL +host.provider.type=HOME +host.country.code=FR +host.country.name=France diff --git a/.well-known/chatonsinfos/plume.properties b/.well-known/chatonsinfos/plume.properties new file mode 100644 index 0000000..69029a8 --- /dev/null +++ b/.well-known/chatonsinfos/plume.properties @@ -0,0 +1,30 @@ +file.class = service +file.protocol = ChatonsInfos-0.5 +file.datetime = 2022-07-20T00:00:00 +file.generator = L'équipe Deuxfleurs +service.name = Plume +service.description = Plateforme de blog fédérée via ActivityPub +service.website = https://plume.deuxfleurs.fr/ +service.logo = https://deuxfleurs.fr/.well-known/chatonsinfos/deuxfleurs.svg +service.legal.url = https://deuxfleurs.fr/Mentions%20l%C3%A9gales.html +service.guide.technical = https://guide.deuxfleurs.fr/operations/ +service.guide.user = https://guide.deuxfleurs.fr/prise_en_main/plume/ +service.contact.url = https://deuxfleurs.fr/ +service.contact.email = coucou@deuxfleurs.fr +service.startdate = 01/01/2020 +service.status.level = OK +service.registration = Member +service.registration.load = OPEN +service.install.type = SOURCES +software.name = Plume +software.website = https://joinplu.me/ +software.license.url = https://git.joinplu.me/Plume/Plume/src/branch/main/LICENSE +software.license.name = AGPL-3.0 +software.version = 8709f6cf9f8ff7e3c5ee7ea699ee7c778e92fefc +software.source.url = https://git.joinplu.me/Plume/Plume +host.name=Deuxfleurs +host.server.distribution=NixOS +host.server.type=PHYSICAL +host.provider.type=HOME +host.country.code=FR +host.country.name=France diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..b509086 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,15 @@ +{ + "m.homeserver": { + "base_url": "https://im.deuxfleurs.fr" + }, + "org.matrix.msc3575.proxy": { + "url": "https://im-syncv3.deuxfleurs.fr" + }, + "m.identity_server": { + "base_url": "https://vector.im" + }, + "im.vector.riot.jitsi": { + "preferredDomain": "jitsi.deuxfleurs.fr" + } +} + diff --git a/.well-known/matrix/server b/.well-known/matrix/server new file mode 100644 index 0000000..cb74999 --- /dev/null +++ b/.well-known/matrix/server @@ -0,0 +1 @@ +{ "m.server": "im.deuxfleurs.fr:443" } diff --git a/README.md b/README.md index 00d7bdd..16b9a16 100644 --- a/README.md +++ b/README.md @@ -1 +1,40 @@ -WIP +# deuxfleurs.fr - site web + +Le site web en ASCII Art de Deuxfleurs + +``` + '\ ; /' + ·`.;.;.`· + ·— · · —· + ·`';.;'`· + '/ ; \' + .-. + .( ; ; + .-. (_.():') + _( ' ; /(' ; .) + ( `(·)` ; ``-' + ',_' `·,' + `-`\| +---------------------+ + . /) | B i e n v e n u e | + (\|/ +---------------------+ + | | | +.,.,\/,}\|//,,, ;/,,\/ | , \,,,;/. ;.;, |,,,,;,;.. + + +Fabriquons un internet convivial ⤵ +``` + +## Structure + + - `r` - Pour faire un système de redirection minimaliste. Exemple: `deuxfleurs.fr/r/rdv23` + - `.well-known` - Utilisé par Matrix, Thunderbird, chatons.org et d'autres pour la configuration automatique de pas mal de services + - `img` le dossier qui contient les images + +## Déployer + +⚠️ NE FAITES PAS `--delete` car il est fort probable que des trucs qui doivent rester dans le bucket +ne sont pas copiés ici + +``` +aws s3 sync . s3://deuxfleurs.fr +``` diff --git a/r/rdv23 b/r/rdv23 new file mode 100644 index 0000000..6a8556c --- /dev/null +++ b/r/rdv23 @@ -0,0 +1,13 @@ + + + + + Redirection automatique en HTML + + + + +

Cette page est une redirection vers : Vénissieux Grand RDV 2023

+ + +