From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Introducing GNUPaste Date: Fri, 15 Dec 2017 12:00:31 +0100 Message-ID: <87a7ykjlww.fsf@gnu.org> References: <87k1xptatx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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 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 In-Reply-To: <87k1xptatx.fsf@gmail.com> (Kristofer Buffington's message of "Thu, 14 Dec 2017 13:37:30 -0500") 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 Sender: "Help-Guix" To: Kristofer Buffington Cc: guile-user@gnu.org, help-guix@gnu.org 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.