This is repo.amabis.com.
This service provides mirrors for the following Amabis repositories:
/amaphp => Using Authentication/amatools => Using Authentication/amatools-dev => Using Authentication/refs-sna => Using Authentication/refs-snaban => Using Authentication/refs-snai => Using Authentication/refs-adresse-autocompletion => Using Authentication
For example, you can put in /etc/apt/sources.list.d/amabis.list :
deb https://user:password@repo.amabis.com/repository-name stable mainor add in /etc/apt/auth.conf.d/amabis for authentication :
machine repo.amabis.com
login user
password pass
and then add repositories in /etc/apt/sources.list.d/amabis.list following your rights, for exemple:
deb https://repo.amabis.com/amatools stable mainAvailable repositories are:
#amatools-amaphp deb https://repo.amabis.com/amaphp stable main #amatools-core amatools-referentiels-amabis amatools-server deb https://repo.amabis.com/amatools stable main #dev versions deb https://repo.amabis.com/amatools-dev stable main #amatools-referentiels-sna deb https://repo.amabis.com/refs-sna stable main #amatools-referentiels-snaban deb https://repo.amabis.com/refs-snaban stable main #amatools-referentiels-snai deb https://repo.amabis.com/refs-snai stable main #amabis-referentiel-rnvp-predictive deb https://repo.amabis.com/refs-adresse-autocompletion stable main
You will also have to import the GPG PUBLIC KEY :
wget -O- "https://keys.openpgp.org/vks/v1/by-fingerprint/4BD327D70144A74CB778AB40C682F80C03517679" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/deb.repo.amabis.com.gpg