You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
724 B
Plaintext
27 lines
724 B
Plaintext
affectation d'un nom de domaine sur un projet gitlab
|
|
==========================================================
|
|
|
|
https://docs.framasoft.org/fr/gitlab/gitlab-pages.html#configuration-dns
|
|
|
|
settings > Pages
|
|
|
|
- ajouter un domaine (celui qu'on veut) exemple : test.pedrolalune.fr
|
|
|
|
sur le gitlab de framagit, mon projet est titi
|
|
https://gwen71.frama.io/titi/
|
|
|
|
configuration dns chez ovh :
|
|
|
|
- faire la redirection (CNAME)
|
|
|
|
exemple test.pedrolalune.fr -> gwen71.frama.io.
|
|
- TXT :
|
|
_gitlab-pages-verification-code.test ->
|
|
"_gitlab-pages-verification-code.test.pedrolalune.fr TXT
|
|
gitlab-pages-verification-code=2613sdfsdfsfdsdfsdf"
|
|
|
|
puis retourner dans les Pages gitlab,
|
|
et appuyer sur le bouton de vérification du nom de domaine.
|
|
|
|
|