scripts.devops8.net

Handy DevOps Scripts

A tiny landing page to fetch utilities quickly. Served by Nginx, secured with Let's Encrypt.

Quick install (one-liner)
wget https://scripts.devops8.net/src/dockerins -O - | bash
Troubleshooting
  • If the download is blocked, ensure port 443 is open and the SSL certificate is valid.
  • Getting 403 Forbidden? Make sure this index file exists at /var/www/scripts/index.html and Nginx has read permissions.
  • Directory listing for /src/ requires autoindex on; in your Nginx location block.