From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.comp.gnu.guix.user,gmane.lisp.guile.user Subject: Re: Introducing GNUPaste Date: Fri, 15 Dec 2017 12:00:31 +0100 Message-ID: <87a7ykjlww.fsf@gnu.org> References: <87k1xptatx.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1513335678 1584 195.159.176.226 (15 Dec 2017 11:01:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2017 11:01:18 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: guile-user@gnu.org, help-guix@gnu.org To: Kristofer Buffington Original-X-From: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Fri Dec 15 12:01:08 2017 Return-path: Envelope-to: gcggh-help-guix@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ePnjn-0008Hc-HB for gcggh-help-guix@m.gmane.org; Fri, 15 Dec 2017 12:01:07 +0100 Original-Received: from localhost ([::1]:45652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePnju-00022V-RC for gcggh-help-guix@m.gmane.org; Fri, 15 Dec 2017 06:01:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePnjZ-0001yD-PM for help-guix@gnu.org; Fri, 15 Dec 2017 06:00:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePnjQ-0007pb-Gk for help-guix@gnu.org; Fri, 15 Dec 2017 06:00:53 -0500 Original-Received: from hera.aquilenet.fr ([141.255.128.1]:36783) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePnjG-0007hn-I6; Fri, 15 Dec 2017 06:00:34 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9E9E010345; Fri, 15 Dec 2017 12:00:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id taJjoU4003pc; Fri, 15 Dec 2017 12:00:35 +0100 (CET) Original-Received: from ribbon (unknown [193.50.110.249]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8C63F102C1; Fri, 15 Dec 2017 12:00:35 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 Frimaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <87k1xptatx.fsf@gmail.com> (Kristofer Buffington's message of "Thu, 14 Dec 2017 13:37:30 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 141.255.128.1 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Original-Sender: "Help-Guix" Xref: news.gmane.org gmane.comp.gnu.guix.user:2765 gmane.lisp.guile.user:14363 Archived-At: Hi Kristofer, Kristofer Buffington skribis: > I am excited to share GNUPaste! This is a really simple web app > similar to paste.lisp.org built with Guile. I have a linode running it > from git on GuixSD. > > https://paste.freshbakedyams.com (Please use it!) > Source: https://github.com/kristoferbuffington/gnupaste.git Looks nice! I suppose you could use =E2=80=98guile-syntax-highlight=E2=80=99 to add som= e color into the mix. :-) > Ultimately I want to be able to deploy with something like: > > $ guix system disk-image gnupaste-system.scm > > Then boot it up in a VPS. That=E2=80=99d be great. Thanks for sharing! Ludo=E2=80=99.