2021-09-25 16:06:38 +02:00
|
|
|
---
|
|
|
|
apt:
|
2024-02-19 21:20:37 +01:00
|
|
|
enabled: true
|
2022-07-27 23:49:54 +02:00
|
|
|
proxy:
|
|
|
|
scheme: http
|
|
|
|
hostname: apt.local
|
|
|
|
port: 8000
|
|
|
|
config:
|
2023-01-17 14:44:10 +01:00
|
|
|
10periodic:
|
|
|
|
- APT::Periodic::Update-Package-Lists "1";
|
|
|
|
- APT::Periodic::Download-Upgradeable-Packages "1";
|
|
|
|
- APT::Periodic::AutocleanInterval "0";
|
2022-07-27 23:49:54 +02:00
|
|
|
10proxy:
|
2023-07-02 21:32:49 +02:00
|
|
|
- Acquire::http::Proxy-Auto-Detect "/usr/local/bin/apt-proxy-detect";
|
2023-01-17 14:44:10 +01:00
|
|
|
- Acquire::https::Proxy "DIRECT";
|
2022-07-27 23:49:54 +02:00
|
|
|
99unauth:
|
2023-01-17 14:44:10 +01:00
|
|
|
- APT::Get::AllowUnauthenticated "true";
|
2024-07-29 21:55:32 +02:00
|
|
|
fetch_url: https://assets.paulbsd.com/apt
|
2023-07-02 21:32:49 +02:00
|
|
|
arch: amd64
|