[00:41:23]
<marclaporte> A conference for Open Source founders: https://05f5.com/
I will be there in Paris in case anyone wants to meet up!
[12:52:00]
<eloi Boutillier> plop
[12:53:52]
<eloi Boutillier> svp quelqu'un peut me confirmer le bon fonctionnement des api OVH pour la Configuration automatique des enregistrements DNS ?
[13:14:17]
<Salamandar> Salut, dans mon cas ça a fonctionné à une époque
[13:14:18]
<Salamandar> j'ai pas retenté
[13:15:01]
<Salamandar> (i'll translate: Eloi wants to know if anyone can confirm that the APIs for automatic DNS configuration are worknig fine with OVH :) )
[13:16:47]
<orhtej2> > <@Salamandar:matrix.org> (i'll translate: Eloi wants to know if anyone can confirm that the APIs for automatic DNS configuration are worknig fine with OVH :) )
they did last time I've tried
[13:22:30]
<eloi Boutillier> merci
[13:23:27]
<eloi Boutillier> je regarde pour debug mais ma derniere install de yunohost remonte a 10 ans et vraiment félicitation pour le boulot !! meme ma grand mere peut heberger ses propres service !
[13:35:21]
<eloi Boutillier> avant de faire n'importe quoi , suis un channel de support multilangue ou que dans la langue de chuck norris ?
[13:37:49]
<Aleks (he/him/il/lui)> whichever you are most comfortable with
[13:39:11]
<eloi Boutillier> je maitrise la langue deJean-Claude Van Damme !
[13:43:00]
<eloi Boutillier> a priori les clefs API sont ok => la clé d'application, AK , 'application secrète AS et « consumer key » secrète CK, d'ailleurs je vous conseille de mettre pour les noobs comme moi les abréviation car j'ai un poil hésiter a la conf !
[13:44:28]
<eloi Boutillier> ``` {
allowedIPs: null
applicationId: 260429
creation: "2024-05-02T12:35:59+02:00"
credentialId: 588132504
expiration: null
lastUse: "2024-05-02T15:08:35+02:00"
ovhSupport: false
-rules: [
-{
method: "GET"
path: "/domain/zone/*"
}
-{
method: "POST"
path: " /domain/zone/*"
}
-{
method: "PUT"
path: "/domain/zone/*"
}
-{
method: "DELETE"
path: "/domain/zone/*"
}
]
status: "validated"
} ```
[13:45:12]
<eloi Boutillier> par contre yunohost a pas l"air du meme avis :
[13:50:20]
<eloi Boutillier> ```Échec de l'enregistrement create A/*.brinbrin.tld : 403 Client Error: Forbidden for url: https://eu.api.ovh```
[13:52:48]
<eloi Boutillier> on je peux trouver des logs plus verbeux svp
[14:30:02]
<Salamandar> éventuellement dans /var/log/yunohost/ oui
[14:50:54]
<orhtej2> -> https://yunohost.org/fr/administer/providers/registrar/ovh/autodns ?
[15:59:56]
<eloi Boutillier> > -> https://yunohost.org/fr/administer/providers/registrar/ovh/autodns ?
j'ai suivi le tuto et l'installateur me renvoi du 403
[16:12:01]
<eloi Boutillier> > <@Salamandar:matrix.org> éventuellement dans /var/log/yunohost/ oui
bizarre car dans les logs ya un fichier => ```yunohost-api.log``` !
[16:12:07]
<eloi Boutillier> et dedans
[16:25:24]
<eloi Boutillier> en plus de retrouver mon mdp admin en clair y a des logs sur les connctions avec ovh pour mon ndd
[16:41:12]
<eloi Boutillier> https://paste.yunohost.org/raw/ujisowileb
[16:43:56]
<eloi Boutillier> les GET sont OK 200 mais les POST sont KO 403 !
[16:53:46]
<eloi Boutillier> je viens de supprimer et recrrer coté ovh les tokens API et TADAM cela marche bien mieux
[16:59:23]
<eloi Boutillier> merci encore de m'avoir répondu
[21:53:47]
<geoma> Hi! the yunohost Web UI is not letting me in... it says wrong user/password... but I still have SSH access... is there a way to reset the password through SSH?
[22:13:32]
<geoma> hi. I lost access through web but still have access through SSH. my IP was banned but managed to unban and whitelist it. Changed password with yunohost tools rootpw but still won't work
[22:13:38]
<geoma> I get "wrong password or username"
[22:13:39]
<tituspijean> (do you login on ssh with user/password or user/key?)
[22:13:39]
<tituspijean> Admin access is allowed for users belonging in the admins group. Can you check that it is the case? `yunohost user group info admins` (section "members")
[22:14:06]
<geoma> root@eticadigital:/# yunohost user group info admins
mail-aliases:
- root@eticadigital.eu
- webmaster@eticadigital.eu
- abuse@eticadigital.eu
- admin@eticadigital.eu
- admins@eticadigital.eu
- postmaster@eticadigital.eu
members: yunohost
[22:14:21]
<geoma> i login through SSH with user/pwd
[22:18:09]
<orhtej2> which user? all of these look autogenerated
[22:18:19]
<orhtej2> you allow `root` login via `ssh`?
[22:18:39]
<geoma> I think originally I always logged wo webUI with yunohost user
[22:18:41]
<geoma> but now it isnt working
[22:19:02]
<geoma> and yes, I think I allowed root login via ssh
[22:19:37]
<orhtej2> the `rootpw` command changes password for `root` only, for other users use `sudo passwd whateverthesyntaxis`
[22:19:38]
<geoma> with a very complex password and a changed port
[22:19:56]
<orhtej2> (I'd create a dedicated user and let YNH do the security, meaning no `root` access via `ssh`)
[22:25:55]
<geoma> I am trying to change the password for user yunohost but it asks me for LDAP administrator password and my passwords wont work
[22:26:09]
<geoma> LDAP administrator password:
passwd: Authentication token manipulation error
passwd: password unchanged
[22:29:32]
<geoma> what's the LDAP admin pwd?
[22:31:27]
<orhtej2> I'd say it's linux way of telling you not to do that
[22:32:22]
<orhtej2> can you create new user, a member of `admins` group and try with that before bricking your system?
[22:32:23]
<geoma> OS knows better than me😅
[22:33:31]
<geoma> with adduser?
[22:34:18]
<orhtej2> `sudo yunohost user create <some_name>`
[22:35:26]
<orhtej2> then `sudo yunohost user group add admins <your_new_user>`
[22:37:00]
<geoma> it workeeeeed!!
[22:37:06]
<geoma> thanks orhtej2 !!
[22:37:21]
<orhtej2> always welcome
[22:37:32]
<orhtej2> only in bricking the system does the duty end
[22:37:40]
<geoma> 😄🤗🤝🏼
[22:37:46]
<geoma> thanks a lot
[22:37:56]
<geoma> haha
[22:38:05]
<geoma> thanks
[22:38:19]
<geoma> have a wonderful great day/night/whatever
[22:38:38]
<orhtej2> > <@geoma:matrix.org> have a wonderful great day/night/whatever
I'll go with whatever, time is a social construct
[22:38:39]
<orhtej2> :P
[22:38:59]
<orhtej2> (it is not and this does not even make any sense)