Comment supprimer l’info de registar d’un domaine

I have searched the forum for similar issues

on

This category is for general issues(=something is broken) regarding YunoHost, NOT apps.

on

This form is written in English but feel free to write in French if you’re more comfortable!

on

What type of hardware are you using

VPS bought online

What YunoHost version are you running

12.1.41.2 stable

How are you able to access your server

The webadmin
SSH

Describe your issue

Bonjour :slight_smile:

J’ai très exactement le même souci que ce sujet (fermé depuis) :

Pour ma part, passage de Gandi à Infomaniak.

J’ai tenté la solution de @tituspijean mais j’obtiens le même résultat

Si quelqu’un a une idée ?

Share relevant logs or error messages

Commande :

yunohost domain config set mondomaine.tld dns.registrar.use_auto_dns -v "no"

Résultat :

Error: The filter key ‘(‘dns’, ‘registrar’, ‘use_auto_dns’)’ is incorrect.

QUe donne yunohost domain config get mondomaine.tld dns.registrar (en prenant le soin de masquer les infos confidentielles) ?

hello @ljf :slight_smile:

La commande donne ceci :

dns.registrar.registrar: 
  ask: registrar
  value: gandi
dns.registrar.infos: 
  ask: YunoHost could not automatically detect the registrar handling this domain. You should manually configure your DNS records following the documentation at https://doc.yunohost.org/dns_config.

Oups, dns.registrar.use_auto_dns a été introduit dans YunoHost 13, encore en testing… C’est normal que ça échoue. :person_facepalming:

A mon avis tu peux tenter la commande suivante:

yunohost domain config set mondomaine.tld dns.registrar.registrar -v infomaniak

:crossed_fingers:

Apparemment il est réfractaire :sweat_smile:

Suite à la saisie de la commande j’obtiens bien un résultat positif :

yunohost domain config set mondomaine.tld dns.registrar.registrar -v infomaniak

========================================
>>>> DNS
========================================

# Registrar infos
INFO Saving the new configuration...
SUCCESS Config updated as expected

Mais si je relance la première commande :

yunohost domain config get mondomaine.tld dns.registrar
dns.registrar.registrar: 
  ask: registrar
  value: gandi
dns.registrar.infos: 
  ask: YunoHost could not automatically detect the registrar handling this domain. You should manually configure your DNS records following the documentation at https://doc.yunohost.org/dns_config.

on est d’accord que j’ai bien mis mon vrai nom de domaine à la place de mondomaine.tld :wink:

Je crois que je suis en train de mettre le doigt sur un bug (du moins sur YunoHost 13). Peux-tu regarder le retour de la commande sudo ls /etc/yunohost/domains?

Contient-il un sous-dossier /etc/yunohost/domains/domains, qui contiendrait un autre sous-dossier domains, ad nauseam?