Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manics/go-conda-proxy
A Conda proxy written in Go
https://github.com/manics/go-conda-proxy
Last synced: 19 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T08:25:26.000Z (8 months ago)
- Last Synced: 2024-10-27T16:24:04.406Z (2 months 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
[![Go](https://github.com/manics/go-conda-proxy/actions/workflows/build.yml/badge.svg)](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
```