This commit is contained in:
rra 2019-06-19 14:38:48 +02:00
commit 7fd2644e21
12 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Tags: NAS, diy, vpn
Slug: network-backups-over-vpn
Description: How to set up a spare olimex board as a networked backup disk
Status: draft
Category: fundamentals
#Introduction

View File

@ -5,6 +5,7 @@ Slug: port-forwarding
Description: How to set up a spare computer as a server and make it reachable over the internet.
Author: hbsc & friends
Status: draft
Category: fundamentals
# UNDER CONSTRUCTION

View File

@ -5,6 +5,7 @@ Slug: demystifying-ssh
Description: Understanding, using and troubleshooting SSH for fun and not-for-profit
Author: hbsc & friends
Status: draft
Category: fundamentals
## Introduction

View File

@ -3,7 +3,7 @@ Date: 2017-2-28
Tags: xmpp, lexicon, terminology
Slug: beginners-guide-to-xmpp-speak
Description: XMPP terminology, translated to plain english. Did you know you can use OMEMO E2E with MAM in a MUC?
Category: instant messaging
<a name='xmpp'></a>
##XMPP

View File

@ -3,6 +3,7 @@ Date: 2018-1-09
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server-0.10
Description: Hands-on step-by-step guide that shows how to configure Prosody 0.10 for security, mobile messaging and ease of use.
Category: instant messaging
[TOC]

View File

@ -3,6 +3,7 @@ Date: 2018-11-17
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server
Summary: Hands-on step-by-step guide that shows how to set up a federated chat server based on Prosody 0.11 configured for security, mobile messaging, rich features and ease of use.
Category: instant messaging
[TOC]

View File

@ -3,6 +3,7 @@ Date: 2017-3-07
Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server-0.9
Description: Hands-on step-by-step guide that shows how to configure Prosody for security, mobile messaging and ease of use.
Category: instant messaging
Attention!

View File

@ -4,6 +4,7 @@ Tags: xmpp, chat, guide, instant messaging, prosody
Slug: configuring-a-modern-xmpp-server
Description: Hands-on step-by-step guide that shows how to configure Prosody 0.11 aimed at security, mobile messaging, rich features and ease of use.
Lang: es
Category: instant messaging
[TOC]

View File

@ -3,6 +3,7 @@ Date: 2017-3-9
Tags: xmpp, conversations, instant messaging, ecosystem
Slug: have-you-considered-the-alternative
Summary: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services.
Category: instant messaging

View File

@ -4,6 +4,7 @@ Tags: xmpp, chat, guide, instant messaging, conversations, gajim, chatsecure
Slug: picking-modern-xmpp-clients
Description: Trying to make sense of all those XMPP clients around? A guide helping you to choose between various modern XMPP clients. Which are the necessary features and how do I get this software running?
featured_image: http://homebrewserver.club/extra/omemo.png
Category: instant messaging
Introduction
---

View File

@ -4,6 +4,8 @@ Tags: solar power, static sites, energy optimization, web design
Slug: low-tech-website-howto
Summary: How to build a low tech website by optimizing web design, server settings and hardware.
Author: Roel Roscam Abbing
Category: lowtech
[TOC]

View File

@ -73,6 +73,8 @@ def preview(c):
@task
def publish(c):
"""Publish to production via Git hook"""
# TODO: use generation and rsync here for publishing
# also update README.md "Deploying the site" instructions
c.run('git push origin master')