Principaux journaux publics
De WikiBR
Affichage combiné de tous les journaux disponibles sur WikiBR. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 11 août 2026 à 11:52 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/9/en (Page créée avec « {{Attention|Cette commande génère deux fichiers dans le dossier <code>C:\Users\<ton_nom>\.ssh</code> : la clé privée (<code>id_ed25519</code>) et la clé publique (<code>id_ed25519.pub</code>). '''DO NOT SHARE THE PRIVATE KEY'''. It's the '''public key''' which should be added to Gitlab. We cannot stress enough this point. All the security counts on the fact that the private key stays secret.}} »)
- 11 août 2026 à 11:50 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/8/en (Page créée avec « Please note that there is an option to change the key’s name (by default <code>id_ed25519</code>) and the save location. There is also another option to add a passphrase to the key, which is recommended if your hard drive is not encrypted. »)
- 11 août 2026 à 11:50 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/7/en (Page créée avec « <syntaxhighlight lang="bash">ssh-keygen -t ed25519 -C "ordi portable vaneau"</syntaxhighlight> Replace <code>ordi portable vaneau</code> with a name of your choice. You can leave the other fields empty by pressing <code>Enter</code> for each option. »)
- 11 août 2026 à 11:49 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/6/en (Page créée avec « Open a terminal (cmd or powershell) and type the following command: »)
- 11 août 2026 à 11:48 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/5/en (Page créée avec « * open a cmd or PowerShell terminal (press the Windows key + R, then type <code>cmd</code> or <code>powershell</code>); * type <code>git -v</code> and check that Git is installed; if it isn’t, [https://git-scm.com/downloads install Git here]; * then type <code>ssh -V</code> to check that SSH is installed; if it isn’t, [https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse install OpenSSH here]. »)
- 11 août 2026 à 11:47 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/4/en (Page créée avec « Before you start, make sure you have git installed on your computer. To check this: »)
- 11 août 2026 à 11:47 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/3/en (Page créée avec « The setup is relatively simple. Follow carefully the following steps. »)
- 11 août 2026 à 11:46 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/2/en (Page créée avec « The installation steps for Windows 10 and 11 are described below. For Linux and macOS, please also refer to the main SSH guide. »)
- 11 août 2026 à 11:46 Daniela.cojocaru discussion contributions a créé la page Mettre en place SSH pour Gitlab/en (Page créée avec « The aim of this guide is to help you set up a computer to use GitLab with SSH authentication. It is aimed at beginners: for a more general introduction, see the main page on SSH and the BR’s advanced tips. »)
- 11 août 2026 à 11:46 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/1/en (Page créée avec « The aim of this guide is to help you set up a computer to use GitLab with SSH authentication. It is aimed at beginners: for a more general introduction, see the main page on SSH and the BR’s advanced tips. »)
- 11 août 2026 à 11:45 Daniela.cojocaru discussion contributions a créé la page Translations:Mettre en place SSH pour Gitlab/Page display title/en (Page créée avec « Configuring SSH for Gitlab »)
- 9 août 2026 à 20:07 Daniela.cojocaru discussion contributions a créé la page Admin:Docker rootless (Page créée avec « == Installation == Il faut installer le paquet <code>docker</code>. »)
- 9 août 2026 à 20:01 Daniela.cojocaru discussion contributions a créé la page Admin:Teuliadur (Page créée avec « {{menu serveurs}} Catégorie:Serveurs Catégorie:Root Teuliadur est le conteneur proxmox qui héberge WikiBR. Les fichiers de configuration sont dans <code>/var/www/html/</code>. »)
- 9 août 2026 à 19:55 Daniela.cojocaru discussion contributions a créé la page Admin:Teul (Page créée avec « Teul est la VM proxmox hébergent notre instance Overleaf. == Version == La version officielle "Community Edition" offert par Overleaf manque compilation isole des projets sans payer donc on utilise un fork [https://github.com/yu-i-i/overleaf-cep] qui permet la compilation en toute securite, authentification avec OpenID, nom et logo personnalise (seulement sur la première page malheureusement) et une gallérie des templates (merci TypographiX). === Installati... »)
- 5 août 2026 à 12:41 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/17/en (Page créée avec « * To update the Dockerfile to install everything you need. The following works for a basic (Django) python app : »)
- 5 août 2026 à 12:41 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/16/en (Page créée avec « Now, you need to make ''your'' app work in the docker container. For this, you need: »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/15/en (Page créée avec « Then open a terminal in this directory and type <code>docker compose up --build</code>. If everything went well, you see a nice message from Docker telling you everything is working! »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/14/en (Page créée avec « We assume your project is hosted on the [https://gitlab.binets.fr BR's gitlab instance]. Create a <code>deployment</code> directory at the root of your repository and create a file <code>Dockerfile</code> (with no extension) and a file <code>docker-compose.yaml</code> in it. »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/13/en (Page créée avec « A ''Docker container'' is an isolated machine on which you can run your website. In this step, we will help you convert you app to be Docker-ready. This basically means installing everything your app needs inside a linux computer. You'll need to install ''Docker'' on your computer first [https://docs.docker.com/desktop/install/windows-install/ windows-installer]. »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/12/en (Page créée avec « The exact procedure will be dependant on your project. An example can be found here : [https://gitlab.binets.fr/br/qdj/-/blob/master/deployment/Dockerfile?ref_type=heads qdj-Dockerfile] »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/11/en (Page créée avec « == How to convert your website to a Docker service == »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/10/en (Page créée avec « * [https://docs.docker.com/compose/ docker-compose] to deploy the correct environment for your containers ; * [https://docs.traefik.io/v1.7/ traefik] as a reverse proxy to serve your site behind your endpoint, it is configured [https://gitlab.binets.fr/br/docker-default-services here] ; * nginx to serve your site to the outside world (as all the binets sites). »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/9/en (Page créée avec « A physical server called <code>endalcher</code> deploys and runs your container. It uses the following services to connect your service to the Interne: »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/8/en (Page créée avec « == Existing architecture == »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/7/en (Page créée avec « * Basics of git (videos [https://git-scm.com/video/what-is-version-control here] or the beginning of [https://git-scm.com/book/en/v2 this awesome online book]) ; * Basics of containers (see a really good explanation [https://www.docker.com/resources/what-container here]) and of docker-compose (see the getting-started [https://docs.docker.com/compose/gettingstarted/ here]) ; * Basics of web (see an [https://developer.mozilla.org/en-US/docs/Learn/Getting_started_wi... »)
- 5 août 2026 à 12:40 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/6/en (Page créée avec « == Requirements == »)
- 5 août 2026 à 12:39 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/5/en (Page créée avec « This tutorial will walk you through : * How to convert your website to a Docker service * How to build it automatically on Gitlab-CI * How to deploy it automatically on our servers »)
- 5 août 2026 à 12:39 Daniela.cojocaru discussion contributions a créé la page Tuto pour le déploiement des sites avec Docker/en (Page créée avec « == Overview == »)
- 5 août 2026 à 12:39 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/4/en (Page créée avec « == Overview == »)
- 5 août 2026 à 12:39 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/3/en (Page créée avec « = How to deploy Docker containers on the infrastructure of the BR = »)
- 5 août 2026 à 12:39 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/2/en (Page créée avec « Note: this tutorial may be a bit tricky, so please don’t hesitate to get in touch with a BRman to get help. »)
- 5 août 2026 à 12:38 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/1/en (Page créée avec « At the end of this tutorial you will be able to deploy your website (or service) on the servers of the BR! This allows you to benefit from a free, high-performance and robust infrastructure! »)
- 5 août 2026 à 12:37 Daniela.cojocaru discussion contributions a créé la page Translations:Tuto pour le déploiement des sites avec Docker/Page display title/en (Page créée avec « Tutorial for deploying websites with Docker »)
- 5 août 2026 à 12:36 Daniela.cojocaru discussion contributions a marqué Tuto pour le déploiement des sites avec Docker à traduire
- 18 juillet 2026 à 23:13 Daniela.cojocaru discussion contributions a marqué Modèle:Content tutoriels à traduire
- 17 juillet 2026 à 17:02 Daniela.cojocaru discussion contributions a créé la page Modèle:Content postes/en (Page créée avec « {| style="background-color:transparent" | * Prez * Vice-prez * Trez * Secretary | * Root * Developer * Supplies |} »)
- 17 juillet 2026 à 16:44 Daniela.cojocaru discussion contributions a créé la page Modèle:Content services/en (Page créée avec « Modèle:Content services »)
- 17 juillet 2026 à 15:02 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Content postes/1/en (Page créée avec « {| style="background-color:transparent" | * Prez * Vice-prez * Trez * Secretary | * Root * Developer * Supplies |} »)
- 17 juillet 2026 à 15:01 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Content postes/Page display title/en (Page créée avec « Modèle:Content postes »)
- 17 juillet 2026 à 15:01 Daniela.cojocaru discussion contributions a marqué Modèle:Content postes à traduire
- 17 juillet 2026 à 14:44 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Content services/Page display title/en (Page créée avec « Modèle:Content services »)
- 17 juillet 2026 à 14:30 Daniela.cojocaru discussion contributions a créé la page Modèle:Block services/en (Page créée avec « {{Block|Our services|services|Service.png}} »)
- 17 juillet 2026 à 14:28 Daniela.cojocaru discussion contributions a créé la page Translations:Accueil/10/en (Page créée avec « {| class="tableau-support" | valign="top" |{{block|Par mail|support mail|Edit.png}} | valign="top" |{{block|Au téléphone|support téléphone|Phone.png}} {{block|En vrai|support vrai|People.png}} |} »)
- 17 juillet 2026 à 14:28 Daniela.cojocaru discussion contributions a créé la page Translations:Accueil/9/en (Page créée avec « {| | valign="top" |{{block services}} | valign="top" |{{block tutoriels}} |} »)
- 17 juillet 2026 à 14:27 Daniela.cojocaru discussion contributions a marqué Accueil à traduire
- 17 juillet 2026 à 14:21 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Block services/Page display title/en (Page créée avec « Modèle:Block services/en »)
- 17 juillet 2026 à 14:15 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Block services/1/en (Page créée avec « {{Block|Our services|services|Service.png}} »)
- 17 juillet 2026 à 14:14 Daniela.cojocaru discussion contributions a marqué Modèle:Block services à traduire
- 17 juillet 2026 à 14:13 Daniela.cojocaru discussion contributions a créé la page Translations:Modèle:Content services/1/en (Page créée avec « * DNS * LDAP Registry * Website hosting * Chocapix * Sigma * Minecraft servers * Cloud computing »)
- 17 juillet 2026 à 14:11 Daniela.cojocaru discussion contributions a marqué Modèle:Content services à traduire
