Matthias Beaupère
                                            Matthias Beaupère
                                        
                                    I adapted the code for python < 3.6, see #32 If like me your distribution is on python 3.5, changing the code does not take much time. see this commit...
From [the documentation](https://yunohost.org/fr/packaging_apps_resources), it seems that the `$HOME` is defaulted to `/var/www/__APP__` in Yunohost (see [here](https://yunohost.org/fr/packaging_apps_resources#properties-4)). This is also the default value of `__INSTALL_DIR__` (see [here](https://yunohost.org/fr/packaging_apps_resources#properties-3)). In https://github.com/YunoHost-Apps/gogs_ynh/blob/master/conf/app.ini#L63 we have...
I issued the command `sudo ln -s /home/yunohost.app/gogs/.ssh /var/www/gogs`. This fixed the issue for the key authentication. I am now connected to ssh. But another problem occures: ``` matthias@matthias-pc:~/inria/redaction$ git...
This is fixed with changing the shell of user "gogs" from `/sbin/login` to `/bin/bash` (I first tried with `/usr/bin/git-shell`, but this fails due to gogs using specific command along with...