Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkAqx-0005gn-IL for pgsql-www@arkaria.postgresql.org; Mon, 08 Nov 2021 20:02:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkAqw-0000x3-Hl for pgsql-www@arkaria.postgresql.org; Mon, 08 Nov 2021 20:02:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkAqw-0000wu-BM for pgsql-www@lists.postgresql.org; Mon, 08 Nov 2021 20:02:50 +0000 Received: from ploudseeker.com ([78.199.165.48]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkAqu-0002Ox-5r for pgsql-www@lists.postgresql.org; Mon, 08 Nov 2021 20:02:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cmatte.me; s=myselector; t=1636401766; bh=J9HCmeebB03/qWIF7o1MF2+Afb3YoKaV+Oz4U9ecQWA=; h=Date:To:From:Subject; b=M6qLZpd3hLk/LhG/1GXFP976TEWEYDIRk3F5kwJ0gRZzf5jr+ltQ/6Ch2ThcSnxh9 cODNvmcf9s4IGpbbjRKBtM2Ftwy6L/R4+7kxMbT51/WhLdOfGxWBmfYKWHK8IjBLts B+TMXUh9cYU4wFiazKuYqIZubTEzNt90vYl645JXxWSZxQ4cjeeZ5p0oOikxSuuY26 Nl16xf1fKLWfA6AvlLTCb2gkhlB3SKm3oI8ou+WLMtSM7XLkfHswqu+rt9LZsZf/La eDRt690qRHnmMfDk2IZODpndOb2hxV88+bsNh2DiZQP9NfSI4Yz4SXO8fYfxHaVo3h FOYP6Y/IPO8xA== Message-ID: <3d2fd679-0cd6-3f1d-5048-4a644eb24001@cmatte.me> Date: Mon, 8 Nov 2021 21:02:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 To: PostgreSQL WWW Content-Language: en-US From: =?UTF-8?Q?C=c3=a9lestin_Matte?= Subject: Feature requests: some components still depend on postgresql.org deployment Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, As I've finished installing pglister and its components, it appears that part of them still make it difficult to install a non-postgresql.org instance. I'm thinking of two issues: - Pgweb's auth is a part of pgweb, an application running most of postgresql.org's website. I would be great if that component could be separated from pgweb, so that users can deploy it easily, without having to maintain the whole repository. If other software providing the same auth function already exist and could be used instead of pgweb, feel free to point them to me. - In the different repositories, some files contain links and elements related to postgresql.org: * home.html (pglister): main page with instructions for postgresql.org * base.html (pgweb, pgarchives): headers, navigation bar * index.html (pgweb, pgarchives): main page, contains news etc. * page.html (pgarchives): quick links for navigation * context.py (pgweb): site navigation structure It would be great to find a solution to make these files configurable for a new deployment. Cheers, -- Célestin Matte