Last active
November 14, 2024 10:43
-
-
Save jniltinho/77022d614cc587c7a3666e8ead963898 to your computer and use it in GitHub Desktop.
Revisions
-
jniltinho revised this gist
Nov 14, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ## https://github.com/iigorr/sogo-puppet/blob/master/puppet/modules/sogo/files/sogo.nginx.conf ## https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/ ## https://github.com/cha87de/sogo-docker/blob/master/config/nginx.conf.tmpl ## https://github.com/mailcow/mailcow-dockerized/issues/5411 wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9" | gpg --dearmor >/etc/apt/trusted.gpg.d/sogo.gpg apt update -
jniltinho revised this gist
Nov 14, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ ## https://www.sogo.nu/download.html ## https://github.com/iigorr/sogo-puppet/blob/master/puppet/modules/sogo/files/sogo.nginx.conf ## https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/ ## https://github.com/cha87de/sogo-docker/blob/master/config/nginx.conf.tmpl wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9" | gpg --dearmor >/etc/apt/trusted.gpg.d/sogo.gpg apt update -
jniltinho created this gist
Nov 14, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash ## https://www.sogo.nu/download.html ## https://github.com/iigorr/sogo-puppet/blob/master/puppet/modules/sogo/files/sogo.nginx.conf ## https://linuxhostsupport.com/blog/how-to-install-sogo-on-ubuntu-20-04/ wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9" | gpg --dearmor >/etc/apt/trusted.gpg.d/sogo.gpg apt update apt install apt-transport-https tee /etc/apt/sources.list.d/SOGo.list <<EOF deb https://packages.sogo.nu/nightly/5/ubuntu/ jammy jammy EOF apt update apt install sogo sogo-activesync