[04:35:31]
<artlog> Je pensais à une solution comme faire dépendre le service wireguard des services de synchro temporelle, mais quels sont t'il ? chrony le pourrait ?
[04:35:31]
<·☽•Nameless☆•777 · ±> Chrony est serveur temps ,
comme ntpd ou systemd-timesyncd.service a la différence que ntpd ou systemd-timesyncd.service v'ont consulter l'horloge materiel aprés un reboot pour savoir heure et syncroniser le noyau ,
sauf que sur rpi ta pas horloge materiel .
[04:38:18]
<·☽•Nameless☆•777 · ±> oui, c'est l'absence de RTC ( horloge matérielle = une montre quartz) qui crée des problèmes,
y'a aussi ce genre de problème avec unbound un resolver DNS parce qu'il a besoin de l'heures pour dnssec ,
La solution à ça, chrony, un serveur temps qui note l'heure arrêtée de la machine,
Comme ça même sans reboot au démarrage, chrony sait que la machine s'est arrêtée à xx:xx UTC
Et qu'au démarrage il est xx:xx UTC, et peut en déduire le temps écoulé depuis son arrêt et la déviation de l'horloge.
( et synchro le tout violemment :p )
[06:23:19]
<·☽•Nameless☆•777 · ±> Et c'est là que chrony fait la diff car lui n'en a pas besoin, alors que NTPD lui refusera de démarrer.
[06:31:54]
<eikan_> Hi, FYI, you've got a open pull request on https://github.com/YunoHost-Apps/wiki-go_ynh/pulls for Wiki-go v1.8.10. Have a great day!
[12:22:56]
<232> orhtej2, Thanks
[13:51:28]
<tokaparas> this fails too: yunohost domain dyndns unsubscribe g.acc.ynh.fr
Error: Could not unsubscribe DynDNS domain: The server returned code 400
(i enter the dyndns management password)
[15:26:09]
<Aleks (he/him/il/lui)> That's a sub-sub domain, yunohost (as 'the project') does not manage whatever.acc.ynh.fr, only acc.ynh.fr
[15:35:55]
<tokaparas> but i was able to create pb.acc.ynh.fr just fine
[15:36:01]
<tokaparas> pb = privatebin
[15:39:02]
<tokaparas> also g.acc.ynh.fr but i don't have a use for it any more
[15:40:03]
<tokaparas> g.acc.ynh.fr config is now removed from nginx and ldap, but not from yunohost dyndns
[15:41:49]
<Aleks (he/him/il/lui)> Yeah idk we may have a ghost in our infra, not the first time that i hear about deleted dyndns domain still live somehow but we were never able to really pinpoint how/why the info i s still there
[15:47:48]
<tokaparas> nginx can "reverse proxy" tcp connections too. how would i do that with yunohost?
[15:48:46]
<tokaparas> ```
stream {
upstream backend {
server 127.0.0.1:8222;
}
server {
listen 8223;
proxy_pass backend;
}
upstream backend-arch-xpra {
server 127.0.0.1:8225;
}
server {
listen 8226;
proxy_pass backend-arch-xpra;
}
}
```
[23:45:00]
<captainhonora> Would it be possible to edit https://doc.yunohost.org/en/admin/backups/#restoring-backups
With instructions on how to copy backups from a usb drive to the backup folder, if dealing with a physical machine user would have installed debian on.
[23:48:47]
<captainhonora> Use Case: I just installed Yunohost and want to restore backup. I don't want to deal with SSH.
[23:56:00]
<captainhonora> Also FileZilla (the reccomended solution in Yunohost docs) is recognized as a virus by vanilla Windows.