Я довольно нов в Proxmox. Все работало отлично, а потом я внезапно перестал запускать скрипты. Не уверен, что я мог что-то изменить, чтобы это спровоцировать. Сначала я думал, что это ошибка конкретного скрипта, но проблема возникает со всеми. Вот вывод, который я получаю при попытке установить Dockge со скрипта. Пожалуйста, дайте знать, нужно ли мне сделать вывод более подробным, но все отображается зеленым, пока не возникнет эта ошибка.
```
Code: ____ __
/ __ \____ _____/ /______ ____
/ / / / __ \/ ___/ //_/ __ `/ _ \
/ /_/ / /_/ / /__/ ,< / /_/ / __/
/_____/\____/\___/_/|_|\__, /\___/
/____/
⚙️ Using Default Settings on node pve
Container ID: 115
️ Operating System: debian (12)
Container Type: Unprivileged
Disk Size: 18 GB
CPU Cores: 2
️ RAM Size: 2048 MiB
Creating a Dockge LXC using the above default settings
✔️ Validated Storage (rootdir / vztmpl).
✔️ LXC Template List Updated
✔️ Started LXC Container
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.2.102 2a02:a441:9e94:**** fd4e:3732:3530:0:****
✔️ IPv4 Internet Connected
✔️ IPv6 Internet Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
curl: (22) The requested URL returned error: 403
[ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")
[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL "$var_install".sh)" $?
```
Я попробовал несколько вещей: у меня установлен Pihole, я временно отключил его, чтобы протестировать. Я также попытался клонировать репозиторий скриптов в Bitbucket. Попробовал эти два вызова, просто чтобы понять, что происходит.
```
Code: root@pve:~# curl -I
HTTP/2 200 (... rest of the output)
```
И проверил ограничение скорости с Github, после нескольких попыток оно меня блокирует.
```
Code: root@pve:~# curl -i
HTTP/2 200
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
cache-control: no-cache
content-security-policy: default-src 'none'
content-type: application/json; charset=utf-8
referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
x-content-type-options: nosniff
x-frame-options: deny
x-github-media-type: github.v3; format=json
x-ratelimit-limit: 60
x-ratelimit-remaining: 0
x-ratelimit-reset: 1751787552
x-ratelimit-resource: core
x-ratelimit-used: 60
x-xss-protection: 1; mode=block
date: Sun, 06 Jul 2025 06:46:17 GMT
content-length: 714
x-github-request-id: DD50:38E22:8AC537E:8F2FFCF:686A1BB9
{
"resources": {
"core": {
"limit": 60,
"remaining": 0,
"reset": 1751787552,
"used": 60,
"resource": "core"
},
"graphql": {
"limit": 0,
"remaining": 0,
"reset": 1751787977,
"used": 0,
"resource": "graphql"
},
"integration_manifest": {
"limit": 5000,
"remaining": 5000,
"reset": 1751787977,
"used": 0,
"resource": "integration_manifest"
},
"search": {
"limit": 10,
"remaining": 10,
"reset": 1751784437,
"used": 0,
"resource": "search"
}
},
"rate": {
"limit": 60,
"remaining": 0,
"reset": 1751787552,
"used": 60,
"resource": "core"
}
}
```
Честно говоря, не знаю, что еще проверить, чтобы найти проблему. Буду очень благодарен за любую подсказку.
```
Code: ____ __
/ __ \____ _____/ /______ ____
/ / / / __ \/ ___/ //_/ __ `/ _ \
/ /_/ / /_/ / /__/ ,< / /_/ / __/
/_____/\____/\___/_/|_|\__, /\___/
/____/
⚙️ Using Default Settings on node pve
Container ID: 115
️ Operating System: debian (12)
Container Type: Unprivileged
Disk Size: 18 GB
CPU Cores: 2
️ RAM Size: 2048 MiB
Creating a Dockge LXC using the above default settings
✔️ Validated Storage (rootdir / vztmpl).
✔️ LXC Template List Updated
✔️ Started LXC Container
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.2.102 2a02:a441:9e94:**** fd4e:3732:3530:0:****
✔️ IPv4 Internet Connected
✔️ IPv6 Internet Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
curl: (22) The requested URL returned error: 403
[ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")
[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL "$var_install".sh)" $?
```
Я попробовал несколько вещей: у меня установлен Pihole, я временно отключил его, чтобы протестировать. Я также попытался клонировать репозиторий скриптов в Bitbucket. Попробовал эти два вызова, просто чтобы понять, что происходит.
```
Code: root@pve:~# curl -I
HTTP/2 200 (... rest of the output)
```
И проверил ограничение скорости с Github, после нескольких попыток оно меня блокирует.
```
Code: root@pve:~# curl -i
HTTP/2 200
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
cache-control: no-cache
content-security-policy: default-src 'none'
content-type: application/json; charset=utf-8
referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
x-content-type-options: nosniff
x-frame-options: deny
x-github-media-type: github.v3; format=json
x-ratelimit-limit: 60
x-ratelimit-remaining: 0
x-ratelimit-reset: 1751787552
x-ratelimit-resource: core
x-ratelimit-used: 60
x-xss-protection: 1; mode=block
date: Sun, 06 Jul 2025 06:46:17 GMT
content-length: 714
x-github-request-id: DD50:38E22:8AC537E:8F2FFCF:686A1BB9
{
"resources": {
"core": {
"limit": 60,
"remaining": 0,
"reset": 1751787552,
"used": 60,
"resource": "core"
},
"graphql": {
"limit": 0,
"remaining": 0,
"reset": 1751787977,
"used": 0,
"resource": "graphql"
},
"integration_manifest": {
"limit": 5000,
"remaining": 5000,
"reset": 1751787977,
"used": 0,
"resource": "integration_manifest"
},
"search": {
"limit": 10,
"remaining": 10,
"reset": 1751784437,
"used": 0,
"resource": "search"
}
},
"rate": {
"limit": 60,
"remaining": 0,
"reset": 1751787552,
"used": 60,
"resource": "core"
}
}
```
Честно говоря, не знаю, что еще проверить, чтобы найти проблему. Буду очень благодарен за любую подсказку.
