mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 22:00:31 +00:00
fix: dashboard — docker namespaced repos, npm proxy cache, upstream display (v0.2.30)
This commit is contained in:
@@ -200,7 +200,12 @@ pub async fn api_dashboard(State(state): State<Arc<AppState>>) -> Json<Dashboard
|
||||
MountPoint {
|
||||
registry: "Docker".to_string(),
|
||||
mount_path: "/v2/".to_string(),
|
||||
proxy_upstream: None,
|
||||
proxy_upstream: state
|
||||
.config
|
||||
.docker
|
||||
.upstreams
|
||||
.first()
|
||||
.map(|u| u.url.clone()),
|
||||
},
|
||||
MountPoint {
|
||||
registry: "Maven".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user