Re: [TOOLS-DEVELOPMENT] Fwd: Re: [Tools-discuss] Etherpad no longer on standard port

Robert Sparks <rjsparks@nostrum.com> Fri, 06 March 2020 22:50 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: tools-development@ietfa.amsl.com
Delivered-To: tools-development@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A81C13A0CDC for <tools-development@ietfa.amsl.com>; Fri, 6 Mar 2020 14:50:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.403
X-Spam-Level:
X-Spam-Status: No, score=-1.403 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, KHOP_HELO_FCRDNS=0.276, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AFjbCB9-_cna for <tools-development@ietfa.amsl.com>; Fri, 6 Mar 2020 14:50:56 -0800 (PST)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 620C93A0CDB for <tools-development@ietf.org>; Fri, 6 Mar 2020 14:50:56 -0800 (PST)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 026MopG5036881 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 6 Mar 2020 16:50:52 -0600 (CST) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1583535053; bh=fGiUyr3IE6Vttps5KeBXVlBZqTfm8493yiycRf8LMms=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=NEIH6+fy0zTabjq00Z6VPilK2qfGz1CWNfJwXePRSrJAWonC1qOA8xdsHVgfG/JEq 9PbhRWG7t8cKkpC7r8drSNW9dBvVKKOlI3ugTFw+83ql8475opJQvRKXAiMXjABevN ywBF5TQMIHiSukDAvh7J+zY33ndUHQVWl45WGdJM=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be unescapeable.local
To: "John R. Levine" <johnl@iecc.com>, IETF Tools Development <tools-development@ietf.org>
Cc: Carsten Bormann <cabo@tzi.org>
References: <D17E43EE-27AB-4471-9E8A-420EECD4BB79@tzi.org> <1d345839-14a3-af07-bd8b-58df5528d328@nostrum.com> <alpine.OSX.2.22.407.2003061744020.23366@ary.qy>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <92d6cafa-ab60-f8bc-365f-4e7414550050@nostrum.com>
Date: Fri, 06 Mar 2020 16:50:51 -0600
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.5.0
MIME-Version: 1.0
In-Reply-To: <alpine.OSX.2.22.407.2003061744020.23366@ary.qy>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-development/M6aTJzf_i-ytowWOkUpZCTIqMIw>
Subject: Re: [TOOLS-DEVELOPMENT] Fwd: Re: [Tools-discuss] Etherpad no longer on standard port
X-BeenThere: tools-development@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Tools Development list server <tools-development.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-development>, <mailto:tools-development-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-development/>
List-Post: <mailto:tools-development@ietf.org>
List-Help: <mailto:tools-development-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-development>, <mailto:tools-development-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Mar 2020 22:50:58 -0000

On 3/6/20 4:46 PM, John R. Levine wrote:
>>> I repeat my ceterum censeo that hackmd/CodiMD is a viable candidate, 
>>> but
>
>> This looks like it would be easy to deploy to me and it passes a 
>> first sniff-test at keeping it going.
>>
>> I was able to do a one-click deploy in heroku, and tweaking options 
>> to make it be fairly wide open was simple.
>>
>> By default, it requires some simple registration (it allows 
>> on-instance registration with an email address that it doesn't 
>> verify). In the long run, it could be made to require datatracker 
>> credentials with what I currently think isn't a _lot_ of work 
>> (depending on the current quality of the django libraries to 
>> facilitate becoming an OAUTH2 provider).
>
> HackMD is a commercial product from hackmd.io.  That doesn't make it 
> impossible, and the price doesn't look ridiculous, but it does mean 
> that it'd needs a a budget from the LLC if we want to use it beyond 
> testing.

CodiMD is a free and open subset of HackMD, and that's what I've tried 
running. Didn't require budget. I don't think we would need the full 
hackmd for what the kinds of things we've been doing with etherpad.

RjS

>
> Regards,
> John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for 
> Dummies",
> Please consider the environment before reading this e-mail. https://jl.ly