29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# A list of EU and American Debian mirror URLs
|
|
|
|
It scrapes URL's of debian mirrors for later use in opnsense as an alias that ony allows access to debian repositories
|
|
|
|
I'll be trying to maintain up to date list, aka just run a docker container and forget about it propably.
|
|
|
|
Also includes IPs for security.debian.org, docker, proxmox and nvidia container toolkit
|
|
|
|
## Docker
|
|
|
|
Here is a rundown of all the options in docker-compose
|
|
|
|
```DEBMIRRORURL``` is a link to Debian's mirror list. You don't have to fill it as I don't think they'll be changing that. I hope so at least.
|
|
|
|
```GITURLPROTO``` protocol of git server. Usually https
|
|
|
|
```GITURL``` address of git server. Fox example, github.com
|
|
|
|
```GITREPOPATH``` is the path to your repository. For example, YuruC3/pmpw (shameless plug for my other project)
|
|
|
|
```GITEA_TOKEN``` is a personal token used by git to authenticate.
|
|
|
|
```EXTRAREPOS``` can be True of False. It includes IP's for security updates for debian. Pretty usefull.
|
|
|
|
```SECURITYREPOS``` has IPs for things like docker, the whole proxmox suite and nvidia container toolkit.
|
|
|
|
## Run at home
|
|
|
|
if you want to run it at your place remember to change crontab timings and git personal token and so on. |