first commit
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
CI/CD / CI · Admin API (dotnet build) (push) Successful in 41s
CI/CD / CI · Admin Web (tsc) (push) Failing after 5s
CI/CD / CI · Website (tsc) (push) Failing after 4s
CI/CD / CI · Koja (tsc) (push) Failing after 5s
CI/CD / CI · API (dotnet build + test) (push) Successful in 1m13s
CI/CD / CI · Dashboard (tsc) (push) Failing after 2m32s
CI/CD / Deploy · all services (push) Has been skipped
This commit is contained in:
@@ -176,12 +176,12 @@ echo "════════════════════════
|
||||
echo "🎉 Nexus provisioned!"
|
||||
echo "═══════════════════════════════════════════════════════════════"
|
||||
echo ""
|
||||
echo " UI → http://$(hostname -I | awk '{print $1}'):8081"
|
||||
echo " UI → https://mirror.soroushasadi.com/"
|
||||
echo " admin / $ADMIN_PASS"
|
||||
echo ""
|
||||
echo " NuGet → http://$(hostname -I | awk '{print $1}'):8081/repository/nuget-proxy/index.json"
|
||||
echo " npm → http://$(hostname -I | awk '{print $1}'):8081/repository/npm-proxy/"
|
||||
echo " Docker → http://$(hostname -I | awk '{print $1}'):8083 ← upstream: $DOCKER_UPSTREAM"
|
||||
echo " NuGet → https://mirror.soroushasadi.com/repository/nuget-group/index.json"
|
||||
echo " npm → https://mirror.soroushasadi.com/repository/npm-group/"
|
||||
echo " Docker → https://mirror.soroushasadi.com ← upstream: $DOCKER_UPSTREAM"
|
||||
echo ""
|
||||
if [ -z "$DOCKER_USER" ]; then
|
||||
echo " 💡 To switch Docker upstream to Liara mirror (faster in Iran):"
|
||||
@@ -194,7 +194,7 @@ if [ -z "$DOCKER_USER" ]; then
|
||||
echo ""
|
||||
fi
|
||||
echo "To activate Docker Hub mirror on this server:"
|
||||
echo " Edit /etc/docker/daemon.json:"
|
||||
echo ' { "insecure-registries": ["'"$(hostname -I | awk '{print $1}'):8083"'"], "registry-mirrors": ["http://'"$(hostname -I | awk '{print $1}'):8083"'"] }'
|
||||
echo " Merge docker/daemon-registry-mirror.example.json into /etc/docker/daemon.json"
|
||||
echo ' { "registry-mirrors": ["https://mirror.soroushasadi.com"] }'
|
||||
echo " systemctl restart docker"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user