add content and conf
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-02-11 14:59:24 +01:00
parent 85338c96d8
commit 246e671d47
Signed by: deblan
GPG key ID: 579388D585F70417
10 changed files with 131 additions and 20 deletions

17
.woodpecker.yml Normal file
View file

@ -0,0 +1,17 @@
pipeline:
build:
image: gitnet.fr/deblan/mkdocs
commands:
- mkdocs build
deploy:
image: eeacms/rsync
secrets: [ssh_user_host, ssh_priv_key]
commands:
- mkdir "$HOME/.ssh"
- echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519"
- chmod 700 "$HOME/.ssh"
- chmod 600 "$HOME/.ssh/id_ed25519"
- rsync -e "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" -avz --delete ./site/ "$SSH_USER_HOST:mkdocs/"
when:
branch:
- main

View file

@ -1,6 +0,0 @@
Nom;Description;URL;Code source
Tiny Tiny RSS;Agrégateur de flux RSS;https://tiny.deblan.org/;https://git.tt-rss.org/git/tt-rss
NextCloud;Gestion de fichiers collaborative, calendriers, contacts, mots de passe;https://deblan.cloud/;https://github.com/nextcloud/server
Wallabag;Outils pour gérer ses lectures différées;https://wallabag.deblan.org/;https://github.com/wallabag/wallabag
RoundCube;Webmail;https://webmail.deblan.org/;https://github.com/roundcube/roundcubemail
RainLoop;Webmail;https://webmail2.deblan.org/;https://github.com/rainloop/rainloop-webmail
1 Nom Description URL Code source
2 Tiny Tiny RSS Agrégateur de flux RSS https://tiny.deblan.org/ https://git.tt-rss.org/git/tt-rss
3 NextCloud Gestion de fichiers collaborative, calendriers, contacts, mots de passe https://deblan.cloud/ https://github.com/nextcloud/server
4 Wallabag Outils pour gérer ses lectures différées https://wallabag.deblan.org/ https://github.com/wallabag/wallabag
5 RoundCube Webmail https://webmail.deblan.org/ https://github.com/roundcube/roundcubemail
6 RainLoop Webmail https://webmail2.deblan.org/ https://github.com/rainloop/rainloop-webmail

View file

@ -1,3 +1,3 @@
# Services accessibles sur inscription
{{ read_csv('services/private.csv') }}
{{ read_yaml('private.yml') }}

24
docs/services/private.yml Normal file
View file

@ -0,0 +1,24 @@
- Nom: "Tiny Tiny RSS"
Description: "Agrégateur de flux RSS"
Url: "https://tiny.deblan.org/"
"Code source": "https://git.tt-rss.org/git/tt-rss"
- Nom: "NextCloud"
Description: "Gestion de fichiers collaborative"
Url: "https://deblan.cloud/"
"Code source": "https://github.com/nextcloud/server"
- Nom: "Wallabag"
Description: "Outils pour gérer ses lectures différées"
Url: "https://wallabag.deblan.org"
"Code source": "https://github.com/wallabag/wallabag"
- Nom: "RoundCube"
Description: "Webmail"
Url: "https://webmail.deblan.org/"
"Code source": "https://github.com/roundcube/roundcubemail"
- Nom: "RainLoop"
Description: "Webmail"
Url: "https://webmail2.deblan.org/"
"Code source": "https://github.com/rainloop/rainloop-webmail"

View file

@ -1,12 +0,0 @@
Nom;Description;URL;Code source
Gitnet;Forge logicielle GIT;https://gitnet.fr;https://github.com/go-gitea/gitea
OG:Image;Générateur d'image pour le partage sur les réseaux;https://deblan.gitnet.page/og-image;https://gitnet.fr/deblan/og-image
Sondage;Organiser des rendez-vous simplement;https://sondage.deblan.org/;https://framagit.org/framasoft/framadate/framadate
Cyberchef;Application de cryptographie, de compression et d'analyse/traitement de données;https://cyberchef.deblan.org/;https://github.com/gchq/CyberChef
SVGOMG;Optimisation de fichiers SVG;https://svg.deblan.org/;https://gitnet.fr/deblan/svgomg-ui https://github.com/jakearchibald/svgomg
PrivateBin;Partage de contenus textes chiffrés;https://privatebin.deblan.org;https://github.com/PrivateBin/PrivateBin
Pad;Édition collaborative de texte;https://pad.deblan.org/;https://github.com/ether/etherpad-lite
Calc;Édition collaborative de tableau;https://calc.deblan.org/;https://github.com/audreyt/ethercalc
LibreQR;Générateur de Qrcode;https://code.antopie.org/miraty/libreqr/
Drawio;Éditeur de diagrammes;https://draw.deblan.org/;https://github.com/jgraph/drawio
Image Scrubber;Anonymisation de photos (suppression des données exif et floutage
1 Nom;Description;URL;Code source
2 Gitnet;Forge logicielle GIT;https://gitnet.fr;https://github.com/go-gitea/gitea
3 OG:Image;Générateur d'image pour le partage sur les réseaux;https://deblan.gitnet.page/og-image;https://gitnet.fr/deblan/og-image
4 Sondage;Organiser des rendez-vous simplement;https://sondage.deblan.org/;https://framagit.org/framasoft/framadate/framadate
5 Cyberchef;Application de cryptographie, de compression et d'analyse/traitement de données;https://cyberchef.deblan.org/;https://github.com/gchq/CyberChef
6 SVGOMG;Optimisation de fichiers SVG;https://svg.deblan.org/;https://gitnet.fr/deblan/svgomg-ui https://github.com/jakearchibald/svgomg
7 PrivateBin;Partage de contenus textes chiffrés;https://privatebin.deblan.org;https://github.com/PrivateBin/PrivateBin
8 Pad;Édition collaborative de texte;https://pad.deblan.org/;https://github.com/ether/etherpad-lite
9 Calc;Édition collaborative de tableau;https://calc.deblan.org/;https://github.com/audreyt/ethercalc
10 LibreQR;Générateur de Qrcode;https://code.antopie.org/miraty/libreqr/
11 Drawio;Éditeur de diagrammes;https://draw.deblan.org/;https://github.com/jgraph/drawio
12 Image Scrubber;Anonymisation de photos (suppression des données exif et floutage

View file

@ -1,3 +1,3 @@
# Services accessibles librement
{{ read_csv('services/public.csv') }}
{{ read_yaml('public.yml') }}

50
docs/services/public.yml Normal file
View file

@ -0,0 +1,50 @@
- Nom: "Gitnet"
Description: "Forge logicielle GIT"
Url: "https://gitnet.fr"
"Code source": "https://github.com/go-gitea/gitea"
- Nom: "OG:Image"
Description: "Générateur d'image pour le partage sur les réseaux"
Url: "https://deblan.gitnet.page/og-image"
"Code source": "https://gitnet.fr/deblan/og-image"
- Nom: "Sondage"
Description: "Organiser des rendez-vous simplement"
Url: "https://sondage.deblan.org/"
"Code source": "https://framagit.org/framasoft/framadate/framadate"
- Nom: "Cyberchef"
Description: "Ensemble d'outils très variés"
Url: "https://cyberchef.deblan.org/"
"Code source": "https://github.com/gchq/CyberChef"
- Nom: "SVGOMG"
Description: "Optimisation de fichiers SVG"
Url: "https://svg.deblan.org/"
"Code source": "https://gitnet.fr/deblan/svgomg-ui https://github.com/jakearchibald/svgomg"
- Nom: "PrivateBin"
Description: "Partage de contenus textes chiffrés"
Url: "https://privatebin.deblan.org"
"Code source": "https://github.com/PrivateBin/PrivateBin"
- Nom: "Pad"
Description: "Édition collaborative de texte"
Url: "https://pad.deblan.org/"
"Code source": "https://github.com/ether/etherpad-lite"
- Nom: "Calc"
Description: "Édition collaborative de tableau"
Url: "https://calc.deblan.org/"
"Code source": "https://github.com/audreyt/ethercalc"
- Nom: "Générateur de Qrcode"
Description: "Générateur de Qrcode"
Url: "https://qrcode.deblan.org"
"Code source": "https://code.antopie.org/miraty/libreqr/"
- Nom: "Drawio"
Description: "Éditeur de diagrammes"
Url: "https://draw.deblan.org/"
"Code source": "https://github.com/jgraph/drawio"

18
docs/status.md Normal file
View file

@ -0,0 +1,18 @@
# Statut des services
Pour accéder à la liste des incidents et des maintenances majeures, consulter https://status.deblan.org/.
Il est possible de s'abonner au flux RSS pour recevoir des alertes depuis votre outils préféré : https://status.deblan.org/rss.
Vous pouvez également recevoir être notifié par mail : https://status.deblan.org/subscribe. **Attention : en cas d'une panne de serveur de mail, vous ne recevrez pas de notification.**
<iframe src="https://status.deblan.org/?iframe=1" frameborder="0" style="width: 100%" id="iframe-status"></iframe>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.1.1/iframeResizer.min.js"></script>
<script>
try {
iFrameResize({}, document.getElementById('iframe-status'));
} catch(e) {
}
</script>

18
docs/status.yml Normal file
View file

@ -0,0 +1,18 @@
# Statut des services
Pour accéder à la liste des incidents et des maintenances majeures, consulter https://status.deblan.org/.
Il est possible de s'abonner au flux RSS pour recevoir des alertes depuis votre outils préféré : https://status.deblan.org/rss.
Vous pouvez également recevoir être notifié par mail : https://status.deblan.org/subscribe. **Attention : en cas d'une panne de serveur de mail, vous ne recevrez pas de notification.**
<iframe src="https://status.deblan.org/?iframe=1" frameborder="0" style="width: 100%" id="iframe-status"></iframe>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.1.1/iframeResizer.min.js"></script>
<script>
try {
iFrameResize({}, document.getElementById('iframe-status'));
} catch(e) {
}
</script>

View file

@ -34,6 +34,7 @@ markdown_extensions:
startinline: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
@ -48,3 +49,4 @@ nav:
- "Services":
- "Accès libre": services/public.md
- "Sur inscription": services/private.md
- "États des services": status.md