https://github.com/manics/go-conda-proxy
A Conda proxy written in Go
https://github.com/manics/go-conda-proxy
Last synced: 5 months ago
JSON representation
A Conda proxy written in Go
- Host: GitHub
- URL: https://github.com/manics/go-conda-proxy
- Owner: manics
- Created: 2023-07-29T23:40:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T08:25:26.000Z (about 2 years ago)
- Last Synced: 2025-02-07T21:31:56.706Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Conda Proxy
[](https://github.com/manics/go-conda-proxy/actions/workflows/build.yml)
A Conda proxy written in Go.
## Build
Build binaries and run tests
```
make
```
## Usage
Create/update repodata cache and list of allowed files
```
./conda-parser -cfg config.yaml -force
```
Force an update of repodata cache and list of allowed files, ignore `max_age_minutes` in `config.yml`.
```
./conda-parser -cfg config.yaml -force
```
Run conda-proxy, this uses the `repodata-cache` directory/files created by `conda-parser`.
```
./conda-proxy -cfg config.yaml
```
## Development
```
go run cmd/conda-parser/main.go -cfg config.yaml
```
```
go run cmd/conda-proxy/main.go -cfg config.yaml
```