From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20532 invoked from network); 2 Sep 2020 04:59:16 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 2 Sep 2020 04:59:16 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id dad56750; Wed, 2 Sep 2020 04:31:07 +0000 (UTC) Return-Path: Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 49aafb23 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 2 Sep 2020 04:31:06 +0000 (UTC) Received: from localhost (lfbn-bor-1-78-127.w90-50.abo.wanadoo.fr [90.50.168.127]) (Authenticated sender: francois@chenais.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id A2BCE100002 for ; Wed, 2 Sep 2020 04:59:08 +0000 (UTC) Date: Wed, 02 Sep 2020 06:59:07 +0200 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: New Install - No Repositories Found To: cgit@lists.zx2c4.com From: fccagou Message-ID: <218D0C98-0CAF-4861-A5D4-537DCC0305D4@fccagou.fr> X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Le 1 septembre 2020 21:04:32 GMT+02:00, furicle --- a =C3=A9crit : >Hi All > > > >First time user, I'm doing something wrong=2E=2E=2E > > > >CentOS7 box, installed cgit via yum=2E > > > >I added scan-path=3D/git=C2=A0 to the /etc/cgitrc=C2=A0=20 > > > >I was hoping it would then see the half dozen or so repostories in that >folder, but the web page shows 'no repositories found' > > > >The /git folder and the =2Egit folders in it are all 755 permissions=2E > > > >I don't see any complains in the SELinux audit log=2E > > > >I'm not sure where to go with this=2E=C2=A0 Suggestions?=E2=80=8B I've done a little script [1] to install and configure cgit in user enviro= nment, under centos 7=2E=C2=A0 I had to make a selinux modules to make it working=2E=C2=A0 You will perhaps find some tips for your error=2E=C2=A0 My 2 cts [1] -=C2=A0github=2Ecom/fccagou/mygitserver=20 Hello