From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 26 16:37:14 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78AAA1065670 for ; Sat, 26 Mar 2011 16:37:14 +0000 (UTC) (envelope-from vrachil@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 31DEB8FC13 for ; Sat, 26 Mar 2011 16:37:13 +0000 (UTC) Received: by qyk27 with SMTP id 27so1422526qyk.13 for ; Sat, 26 Mar 2011 09:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=uByGHAMUniMu0Xs9fMcvzJ7R88SSjjDelZ6Mp2A0b7I=; b=OpvhQzocGQrVOb3TPnoAnZd2Px2xGtAAAxg8HwPNaSQMaP0icKFTSCr8Ky+HX+h6GO 6CbA8MtgYOZXxi6lw7HrIyYCypKAOrRVJEe8uVdaAmv6boNFFvEXewWC+V9Ti7NFNK5U APIMfk/M8YLVkJ09RXiNJSxlasDR0O0vt2h2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=YNWpVB+WHerlFXlhDhIncO+Ax/MU8i6JN6yTQrw4remYO1sGXCkaLPHUsFyxR2DLDN lz9ju8mj6mFw/OAgD4itGPggVdO2hqgmKglABGKFhzYXguPI7ZKJEX4E5ilruw8rB6GH cLj/DT8SXTaZMz+IIh3/WZ//h6vR7YGsonCfo= Received: by 10.229.44.129 with SMTP id a1mr1724701qcf.228.1301155815117; Sat, 26 Mar 2011 09:10:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.245.204 with HTTP; Sat, 26 Mar 2011 09:09:55 -0700 (PDT) From: Ilias-Dimitrios Vrachnis Date: Sat, 26 Mar 2011 18:09:55 +0200 Message-ID: To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: [SoC] Jails management webui X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2011 16:37:14 -0000 Hello, my name is Ilias, and I am a student from Greece. I wanted to propose an idea for this year's summer of code, but I am not sure how useful it actually is for others. I would like to create a webui to manage the jails on a system. The only other alternative I could find at the moment is a webmin plugin. The thing is that webmin is a fairly generic tool that can do a lot of things. My idea was to create a django-based application designed specifically for jail management and deployment. Does this functionality actually appeal to people? Is it feasible as a SoC project? Regards, Ilias