Explore >> Select a destination


You are here

www.learnitguide.net
| | golb.hplar.ch
2.0 parsecs away

Travel
| | [AI summary] This blog post provides a step-by-step guide on setting up a self-hosted Docker registry server on Ubuntu 20.04, including installation, firewall configuration, reverse proxy setup with Nginx, and securing the registry with TLS and basic authentication.
| | zaries.wordpress.com
4.1 parsecs away

Travel
| | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days...
| | www.tumfatig.net
3.4 parsecs away

Travel
| | The OpenBSD virtual machine daemon works pretty well with Linux VMs nowadays. This was time for me to see if I could replace the Synology Docker service with some Docker host provided by vmd(8).
| | developer-friendly.blog
20.9 parsecs away

Travel
| What is OpenID Connect? Establish trust relationship between GitHub runners and AWS IAM using OIDC. OpenID Connect Authentication.