Fork me on GitHub
#clojars
<
2023-04-14
>
sparkofreason20:04:39

I haven't seen any recent posts on this topic: is there docs/recommendations for using JFrog artifactory to access Clojars artifacts?

tcrawley20:04:45

I've never used JFrog, but I would assume you could just have it proxy to http://repo.clojars.org - the repo there is a standard maven2 layout.

tcrawley21:04:30

Ah, I guess jfrog needs directory listings? It doesn't just proxy requests upstream?

sparkofreason21:04:24

Yes, that's my understanding.

tcrawley21:04:16

Would you mind filing an issue at http://github.com/clojars/clojars-web? It may be time to generate index files instead of the janky js listing we have now. I'm getting ready to go on vacation for a bit over a week, but could look at doing it when I get back. It would be a fun thing to hack on while I'm at the Conj!

2
2
tcrawley15:05:32

https://repo.clojars.org now has static index pages. Let me know if it works for you!

sparkofreason15:05:22

Outstanding! Thank you so much, we'll give it a spin and I'll let you know.

tcrawley15:05:50

My pleasure!

sparkofreason17:05:53

It works! 🎉

tcrawley17:05:10

Note that the index files can be up to 15 minutes stale due to caching.

sparkofreason17:05:00

Got it. I doubt we'll ever notice, but good to know.