The search returned 5 results

by Nicolas Pissard
March 10, 2023 - 1:40 PM
Forum: WAPT Server
Subject: [RESOLVED] Secure Central Repository
Answers: 1
Views : 1870

[RESOLVED] Secure Central Repository

Hello,

I would like to set up a private central repository without installing WAPT, but secured with a password.

I have installed and configured a central repository server on Debian 11 and configured Nginx with HTTPS and password-protected WAPT folder access (.htpasswd), so without installing...
by Nicolas Pissard
March 9, 2023 - 2:11 PM
Forum: WAPT Server
Subject: Securing WAPT server (Debian/NGINX)
Answers: 7
Views : 8618

Re: Securing WAPT server (Debian/NGINX)

Hello,

I'm making progress on my private central repository without installing WAPT.

I managed to create my server without installing WAPT Server and using Nginx with HTTPS and a password (httpwd).

However, I can't find the scripts to create a repository: tis-waptrepo for version 1.8.

For...
by Nicolas Pissard
February 8, 2023 - 1:18 PM
Forum: WAPT Server
Subject: Securing WAPT server (Debian/NGINX)
Answers: 7
Views : 8618

Re: Securing WAPT server (Debian/NGINX)

Hello,

Still aiming for a centralized and secure repository, is it possible to simply use a basic FTP server with restricted read access (username/password) for packages instead of a full WAPT server installation?
Adding a package to this server would be...
by Nicolas Pissard
November 29, 2022 - 4:41 PM
Forum: WAPT Server
Subject: Securing WAPT server (Debian/NGINX)
Answers: 7
Views : 8618

Re: Securing WAPT server (Debian/NGINX)

Hello,
thank you for your reply.

The idea behind this server is for it to be a reference/private repository for our other WAPT servers in our various establishments.
Only one workstation would have the console since we only want to use the repository.
We are therefore obliged to make it accessible from...
by Nicolas Pissard
November 18, 2022 - 2:02 PM
Forum: WAPT Server
Subject: Securing WAPT server (Debian/NGINX)
Answers: 7
Views : 8618

WAPT server security (Debian/NGINX)

Hello,

I would like to password-protect access to the WAPT server's web pages.
I managed to implement .htaccess protection (by generating a .htaccess file beforehand) by adding the following to the NGINX configuration file:

/etc/nginx/sites-enabled/wapt.conf

auth_basic ...