Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tracecathq/custom-registry-template
Testing remote registry
https://github.com/tracecathq/custom-registry-template
Last synced: about 2 months ago
JSON representation
Testing remote registry
- Host: GitHub
- URL: https://github.com/tracecathq/custom-registry-template
- Owner: TracecatHQ
- Created: 2024-09-17T19:29:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T21:25:27.000Z (2 months ago)
- Last Synced: 2024-11-18T08:17:36.957Z (about 2 months ago)
- Language: Python
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Registry Template
This repository is a template for creating a custom registry for Tracecat.
## Getting Started
1. Create your own repository from this template
2. Set environment variables in Tracecat```
# In tracecat/.env
TRACECAT__REMOTE_REPOSITORY_URL=git+ssh://[email protected]/${MY_ORG}/${MY_REPO}.git
TRACECAT__REMOTE_REPOSITORY_PACKAGE_NAME=${MY_PACKAGE_NAME}# Note: ${MY_ORG} and ${MY_REPO} are placeholders for your organization and repository name
# ${MY_PACKAGE_NAME} is the name of the python package
```3. Create an public/private SSH key pair and add the public key to your repository deploy keys
4. Add org-level secret called `github-ssh-key` with the private key
5. Sync the repository in the registry table