https://github.com/devopshobbies/django-ci-cd-nexusregistry
https://github.com/devopshobbies/django-ci-cd-nexusregistry
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devopshobbies/django-ci-cd-nexusregistry
- Owner: devopshobbies
- Created: 2023-01-03T14:47:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T23:18:30.000Z (12 months ago)
- Last Synced: 2025-03-25T18:45:13.563Z (28 days ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 31
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-ci-cd-NexusRegistry
## Generate Treafik pass
```bash
echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
```