|
@@ -7021,6 +7021,18 @@ Set your domain name and email accordingly.
|
7021
|
7021
|
a2ensite mygitlabdomain
|
7022
|
7022
|
#+END_SRC
|
7023
|
7023
|
|
|
7024
|
+** Monkeysphere
|
|
7025
|
+
|
|
7026
|
+#+BEGIN_SRC: bash
|
|
7027
|
+aptitude install monkeysphere
|
|
7028
|
+aptitude install msva-perl
|
|
7029
|
+aptitude install xul-ext-monkeysphere
|
|
7030
|
+
|
|
7031
|
+export HOSTNAME=mydomainname.com
|
|
7032
|
+monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://$HOSTNAME
|
|
7033
|
+monkeysphere-host publish-key
|
|
7034
|
+#+END_SRC
|
|
7035
|
+
|
7024
|
7036
|
* Related projects
|
7025
|
7037
|
|
7026
|
7038
|
* [[https://freedomboxfoundation.org/][Freedombox]]
|