Sunday, November 12, 2023
support@conference.yunohost.org
November
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10 11
12
13
14
15
16
17 18
19
20
21
22
23
24
25
26
27
28
29
30
     
             

[08:18:15] <Sébastien> Bonjour,
Pour raison de sécurité et malgré que j'ai des mots de passe très fort j'ai volontairement rompu le lien LDAP entre Yunohost et Nextcloud. Mon compte admin Yunohost n'a donc plus accès a Nextcloud...c'est ce que je voulais....
mais... Je n'ai pas fait ça suffisamment proprement et n'ai pas supprimé toutes les donnés de mon compte admin Yunohost sur Nextcloud. Et je n'y ai plus accès. Quelqu'un peut il me redonner la config LDAP dans Nextcloud s'il vous plait ? ( en fait je pensais avoir sauvegardé tous les paramètres, mais j'ai due oublier quelque chose car impossible a rétablir...)
Merci beaucoup
[08:26:52] <Tag> Salut Sébastien les infos que tu cherches sont sûrement là https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/conf/config.json#L18-L43
Si tu n'as pas envie de modifier le fichier à la main, je pense que forcer l'upgrade de Nextcloud réparerait ton installation `yunohost app upgrade nextcloud --force`
Mais si tu as juste envie de nettoyer les données de l'utilisateur, je pense que tu peux t'en sortir avec `occ` l'outils en ligne de commande pour nextcloud
[08:32:22] <Sébastien> Tag:
Merci beaucoup, je vais regarder ça !
[11:23:13] <Salamandar> I finally understood why my server gets 2 ipv6 (and thus fails to renew its certificates)
[11:23:15] <Salamandar> funnily enough, the automatic one is /64, the one from the DHCPv6 is /128…
[11:23:15] <Salamandar> ipv6 is weeeeeeeeeeird
[11:23:15] <Salamandar> one is automatic, the second is provided by the (why ???) enabled DHCPv6 of my openWRT router
[11:24:46] <selfhoster1312> Salamandar, i guess the /64 is automatic addressing based on MAC addresses? there's a standard for that ^^
[11:24:56] <selfhoster1312> allows LAN ipv6 networking without DHCP server that's pretty nice
[11:25:53] <Salamandar> well the /64 is the public one
[11:25:53] <Salamandar> (both are)
[11:25:53] <Salamandar> tl;dr you don't need DHCP when using ipv6
[11:28:05] <Salamandar> yeah
[11:28:05] <Tag> > <@Salamandar:matrix.org> tl;dr you don't need DHCP when using ipv6

yup, IPv6 have SLAAC :)
[11:28:06] <Salamandar> the mystery is : why was my DHCPv6 enable 😄
[11:28:06] <Salamandar> maybe
[11:28:06] <Tag> default configuration probably?
[11:28:17] <selfhoster1312> i was talking about fe80: addresses :-/
[11:28:22] <Tag> I don't remember last time I installed openwrt well enough :/
[11:28:47] <Tag> ah those are link local addresses
[11:29:14] <selfhoster1312> yes i thought you talked about that sorry
[11:29:36] <selfhoster1312> so you get 2 different public addresses from your router? one from DHCP one from SLAAC?
[11:30:11] <Salamandar> > <selfhoster1312> i was talking about fe80: addresses :-/

ah yeah I also have my fe80 addr
[11:30:23] <Salamandar> my NAS had 3 addresses
[11:30:24] <Salamandar> 😄
[11:31:39] <selfhoster1312> ^^
[11:34:24] <@err404:matrix.numericore.com> fe80 is local address, like your 192.168.x.y
[11:35:33] <lautre> Salamandar, if you understand French, there is a good IPv6 tutorial
[11:35:47] <Salamandar> i'm french indeed, please send !
[11:35:49] <Salamandar> 😄
[11:36:12] <Salamandar> I mean, I understand ipv6 mostly, but there are those weird "tricks" that make it weird as hell when coming from ipv4
[11:37:24] <Tag> > fe80 is local address, like your 192.168.x.y

well actually ☝️🤓 fe80:: are more like 169.254.0.0/16 (link-local) https://en.wikipedia.org/wiki/Link-local_address
192.168.0.0/16 will be fd00::/8 https://en.wikipedia.org/wiki/Private_network#Private_IPv6_addresses
[11:38:10] <lautre> https://caleca.developpez.com/tutoriels/ip-v6/

http://livre.g6.asso.fr/index.php/Table_des_matières

[11:38:51] <lautre> Vous pressez pas, commencez par le début... et oubliez ce que vous savez d'IPv4, ça n'a plus rien à voir
[11:39:09] <lautre> Particulièrement adapté si vous avez une Freebox.
[12:11:09] <Salamandar> Merci !
[12:20:34] <mikabxl> \help commands
[12:20:51] <mikabxl> Ooups sorry
[13:42:16] <FredJ> Bonjour,
Je recherche à copier des sauvegardes du serveur yunohost vers une autre machine à travers internet. Je pensais faire un tunnel WireGuard et un partage NFS.
Est-ce qu'il n'y a pas plus rapide et plus intelligent que cette idée? Un solution déjà intégrée dans ynh?
Merci de vos réponses,
[13:49:39] <Marc> > Bonjour,
> Je recherche à copier des sauvegardes du serveur yunohost vers une autre machine à travers internet. Je pensais faire un tunnel WireGuard et un partage NFS.
> Est-ce qu'il n'y a pas plus rapide et plus intelligent que cette idée? Un solution déjà intégrée dans ynh?
> Merci de vos réponses,

ssh et rsync, il n'y a rien de special a mettre en oeuvre si tu as deja un acces ssh de a vers b (ou meme de b vers a)
[13:56:48] <Salamandar> > Bonjour,
> Je recherche à copier des sauvegardes du serveur yunohost vers une autre machine à travers internet. Je pensais faire un tunnel WireGuard et un partage NFS.
> Est-ce qu'il n'y a pas plus rapide et plus intelligent que cette idée? Un solution déjà intégrée dans ynh?
> Merci de vos réponses,

borg !
[13:58:27] <Salamandar> enfin borg ou rsync 🙂
[14:38:30] <FredJ> Merci de vos réponses. Je ne connais par borg. J'ai déjà les sauvegardes en local. Il suffit juste de les copier automatiquement à distance. J'aimerais donc que la connexion soit initiée par le serveur le temps de la copie à distance, puis fermée ensuite. Ou permanente avec un tunnel crypté (d'ou mon idée d'un VPN).
Est-ce que Borg ou Rsync permettraient ça?
Merci,
[15:57:53] <johan942> Unable to reach DynDNS
[15:57:57] <johan942> should i wait?
[16:02:36] <tituspijean> johan942: https://status.yunohost.org/status/yunohost says we're fine. Don't wait to explain your issue further.
[16:03:59] <johan942> i am connected to the setup page through TOR
i tried multiple times to setup the domain but i couldnt
[16:04:47] <johan942> the server itself can lookup dyndns.yunohost.org without issues
[16:06:32] <tituspijean> Can you share the full error log?
[16:07:13] <tituspijean> (by sharing, I mean by using the "Share with YunoPaste" buttons, don't paste here a wall of illegible text)
[16:08:33] <johan942> i am on the first time setup page, cant find what you are asking for, any specific log i should see?
[16:09:26] <tituspijean> (though I have no mastery of TOR, I may not be able to help you much further)
[16:09:48] <tituspijean> > <@johan942:matrix.org> i am on the first time setup page, cant find what you are asking for, any specific log i should see?

ah, when you select the first domain and say 'I don't have a domain'?
[16:10:11] <johan942> it is TOR > setup page on vps > VPS direct connection to dyn
[16:10:30] <tituspijean> and the form states literally "Unable to reach DynDNS" ?
[16:10:31] <johan942> yes i select i dont own a domain
[16:10:44] <johan942> Unable to reach DynDNS provider dyndns.yunohost.org: either your YunoHost is not correctly connected to the internet or the dynette server is down.
[16:11:19] <johan942> although through TOR i can reach the page and it displays "Wanna play the dynette?"
[16:14:46] <johan942> dont mind me, 5th try worked
[16:14:46] <johan942> could be TOR bridge change
[16:14:59] <tituspijean> ooof, good, but still weird
[16:16:40] <johan942> this is normal with using TOR as it changes exit nodes every 10 minutes
[16:18:49] <tituspijean> out of curiosity, to help me debug, do you have a nohost.me domain starting with "l"?
[16:46:38] <lapineige> [For French-speaking people]
Si il y a des personnes par ici qui n'ont pas encore commencé à utiliser Yunohost, pour information le week-end prochain (sam. 18/11) durant le Capitole du Libre à Toulouse, j'animerai un atelier avec des serveurs de démo pour faire joujou avec Yunohost 🙂
https://cfp.capitoledulibre.org/cdl-2023/talk/HFNLCA/
Ça pourraît être une bonne occasion de découvrir par la pratique Yunohost 😉


[16:47:16] <lapineige> Et s'il y a des contributeurices qui veulent venir donner un coup de main pour les connexions aux serveurs ou répondre aux questions, n'hésitez pas à faire signe 🙂