YunoHost-Apps / sogo_ynh

SOGo Groupware for YunoHost.
https://sogo.nu/
GNU General Public License v3.0
6 stars 5 forks source link

SOGo version #1

Closed grosbedos closed 6 years ago

grosbedos commented 6 years ago

Hi,

When i install SOGo, i have the version 3.2.6, is it normal ? The description on github say 4.0.0.

Is it possible to have the 4.0.2 ? I'm searching to have this version to be able to search my entire mailbox (in all sub folder..)

Best regards

Josue-T commented 6 years ago

Well, the README is false.

Firstly I wanted to build the package from the upstream but it was too complicated. Actually I use the debian package from the official debian repos. I think it's the best way about the stability and architecture support. So to get the 4.0 version the yunohost package won't support it for now. You will automatically have the v4 when yunohost will run on debian Buster (the next debian version).

grosbedos commented 6 years ago

Ok, thanks ! Shame, because version 2.x has ability to search all folders, v4 too, but i have not see anything for the v3 ;)

Best regards

Josue-T commented 6 years ago

Ok, I didn't know. On debian buster there are a package with sogo 4.x here : https://packages.debian.org/buster/amd64/sogo

Mybe you can try to install this package but it' at your own risk. Installing a package from other debian version could make an instability on your system.

grosbedos commented 6 years ago

Hi,

Yes, thanks. I'm trying with the packages (sogo-sogo-common etc) from debian testing/sid (i'm on arm64), but it seems to not working for now, even on a clean debian install without yunohost ;)

Have a nice day

EBII commented 4 years ago

Hello @grosbedos @Josue-T i use the Sogo Nightly for stetch from offical repository to get Sogo 4 for yunhost with these steps! install sogo in yunohost => 3.2.6 official debian with yunohost like you do normally connect with ssh admin@yuour_domain.tld to get shell access remove older sogo sudo apt remove sogo && sudo apt autoremove (do not use --purge)

add sogo key like they write there: https://sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html sudo gpg --keyserver hkp://keys.gnupg.net --recv-key 0x810273C4 sudo gpg --armor --export 0x810273C4 | sudo apt-key add - sudo apt-get update add sogo official nightly to your source list with this line : deb http://packages.inverse.ca/SOGo/nightly/4/debian/ stretch stretch

update: apt update install last version sudo apt install sogo

keep already existing configuration file default=N is good !! and that's all ! go to your url set for the first install !!!

grosbedos commented 4 years ago

Thanks for your tutorial ;)

Unfortunately, i'm on arm64v8, and package from inverse.ca are just for amd64. So i cannot follow your tutorial :(

Have a nice day !

Josue-T commented 4 years ago

@EBII, I know that a newest sogo version is available on the sogo repository, but as said this repository don't support all architecture.