V2.0.1 aka it's working now

This commit is contained in:
YuruC3
2025-05-11 19:16:07 +02:00
parent 32052f5cd5
commit f3a28cb10f
7 changed files with 65 additions and 13 deletions

View File

@@ -4,8 +4,26 @@ It scrapes URL's of debian mirrors for later use in opnsense as an alias that on
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
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.
if you want to run it at your place remember to change crontab timings and git personal token and so on.