An open API service indexing awesome lists of open source software.

https://github.com/devopshobbies/django-ci-cd-nexusregistry


https://github.com/devopshobbies/django-ci-cd-nexusregistry

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# django-ci-cd-NexusRegistry

## Generate Treafik pass
```bash
echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
```