Sunday, September 10, 2023
support@conference.yunohost.org
September
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
 
             

[05:29:20] <sebastien> Pour mon soucis avec Wireguard_client, je vais faire un mail au servuce client.de.Mullvad.... je vous tient au courant si j'ai une info intéressante a remonter pour la communauté yunohost.
[11:13:12] <Michele Agostinelli> Hello, I want to setup a shared email address, how can i limit the access only on a yunohost group?
[11:54:46] <Tag> Hi Michele Agostinelli, what do you mean by shared email address? On YunoHost, each user have their own mailbox and can have many aliases.
Groups have an address that will forward emails to users mailboxes.
[12:38:18] <Michele Agostinelli> > <@tag:lostpod.me> Hi Michele Agostinelli, what do you mean by shared email address? On YunoHost, each user have their own mailbox and can have many aliases.
> Groups have an address that will forward emails to users mailboxes.

I explain it better: for example i want to create info@mydomain.com, not an alias but a full email address, with it's own mailbox. How I can share the access to multiple users?
[12:41:16] <Chatpitaine Caverne> Michele Agostinelli: Maybe here : https://forum.yunohost.org/t/how-to-do-a-group-mailbox-comment-faire-une-boite-mail-partagee-pour-un-groupe-dutilisateurs/23742
Didn't read all for now.
[12:44:12] <Chatpitaine Caverne> After reading, not sure this answer fully to your question.
[12:49:25] <Michele Agostinelli> I need a full email address for both sending and receiving email. So in that case is better to create a user named info and the than share the password between users. Can the users open a roundcube session with info email without logging out from yunohost?
[12:50:36] <Chatpitaine Caverne> > <@magostinelli:matrix.org> I need a full email address for both sending and receiving email. So in that case is better to create a user named info and the than share the password between users. Can the users open a roundcube session with info email without logging out from yunohost?

That what I do for now. Shared password, teaching everyone how to store and manage passwords.
[16:09:06] <Spaziale> hi, my isp block every port form 0 to 49151. Can i change the nginx port to something higher?
[16:11:32] <anubis> maybe you can use https://github.com/YunoHost-Apps/redirect_ynh
[16:12:32] <tituspijean> You could, but YunoHost does not support it. Pretty much all HTTP and web communications will expect to occur on port 80 or 443. I would rather change ISP, or maybe they block them as a "safety measure". If you explain that you self-host, maybe they'll unlock it.
[16:13:02] <tituspijean> > <anubis> maybe you can use https://github.com/YunoHost-Apps/redirect_ynh

How so?
[16:16:52] <Spaziale> > <anubis> maybe you can use https://github.com/YunoHost-Apps/redirect_ynh

Thinking deeper, this will not work if I try to access it from the local network.
[16:19:48] <stan> hello, it's the first time I set up ynh-dev and when I run the diagnosis for the 1st time, I'm told that `The server does not seem to be connected to the Internet at all!?` How can I manage that?

Here are the logs of what Id did when installing LXD, maybe this can explain the problem. As said in the documentation I didn't stop hitting return :D

```
stan@mint:~$ sudo lxd init
Would you like to use LXD clustering? (yes/no) [default=no]:
Do you want to configure a new storage pool? (yes/no) [default=yes]:
Name of the new storage pool [default=default]:
Name of the storage backend to use (dir, lvm, zfs, btrfs, ceph) [default=zfs]:
Create a new ZFS pool? (yes/no) [default=yes]:
Would you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) [default=no]:
Size in GiB of the new loop device (1GiB minimum) [default=29GiB]:
Would you like to connect to a MAAS server? (yes/no) [default=no]:
Would you like to create a new local network bridge? (yes/no) [default=yes]:
What should the new bridge be called? [default=lxdbr0]:
What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
Would you like the LXD server to be available over the network? (yes/no) [default=no]:
Would you like stale cached images to be updated automatically? (yes/no) [default=yes]:
Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:
```
[16:28:55] <stan> hello, it's the first time I set up `ynh-dev` and when I run the diagnosis for the 1st time, I'm told that `The server does not seem to be connected to the Internet at all!?` How can I manage that?

Here are the logs of what Id did when installing LXD, maybe this can explain the problem. As said in the documentation I didn't stop hitting return :D

```
stan@mint:~$ sudo lxd init
Would you like to use LXD clustering? (yes/no) [default=no]:
Do you want to configure a new storage pool? (yes/no) [default=yes]:
Name of the new storage pool [default=default]:
Name of the storage backend to use (dir, lvm, zfs, btrfs, ceph) [default=zfs]:
Create a new ZFS pool? (yes/no) [default=yes]:
Would you like to use an existing empty block device (e.g. a disk or partition)? (yes/no) [default=no]:
Size in GiB of the new loop device (1GiB minimum) [default=29GiB]:
Would you like to connect to a MAAS server? (yes/no) [default=no]:
Would you like to create a new local network bridge? (yes/no) [default=yes]:
What should the new bridge be called? [default=lxdbr0]:
What IPv4 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
What IPv6 address should be used? (CIDR subnet notation, “auto” or “none”) [default=auto]:
Would you like the LXD server to be available over the network? (yes/no) [default=no]:
Would you like stale cached images to be updated automatically? (yes/no) [default=yes]:
Would you like a YAML "lxd init" preseed to be printed? (yes/no) [default=no]:
```
[16:58:39] <stan> I'm not an expert in networking but what I can say is:
- my container only has 1 network interface lo, which is not sufficient from what I know
- when I run the command `lxc network list` I can see a network called `lxdbr0`, the default from the lxc initialization
- I cannot ping any web site from the container
- I can ping any web site from the host
- I have an IP that I can use for the web admin
[17:57:15] <stan> I restarted the container and now the diagnosis still tells me I don't have an internet connection
But on my container I now have network interface named eth0@if12

[19:22:54] <rathantara> cant login to kimai latest version
[19:28:48] <eric_G> rathantara: good news is, you are not alone: https://forum.yunohost.org/t/kimai2-time-tracking/5140/26
[19:29:32] <eric_G> bad news is, I am stuck fixing it 🙄
[19:30:22] <eric_G> https://github.com/YunoHost-Apps/kimai2_ynh/pull/78
[19:31:13] <eric_G> https://www.kimai.org/documentation/updates.html
[19:31:43] <eric_G> Something is mention on the doc about upgrading from 1.30 (or lower) to 2.0: plugins are not compatible
[19:32:08] <rathantara> couldn't update, just reinstalled it, no login success