Questions tagged [artifactory]
8 questions
2
votes
0 answers
How to set up Artifactory behind a reverse proxy with a sub-context
I'm trying to set up Artifactory (CPP-CE) behind NGINX reverse proxy, with a custom context. I.e. all Artifactory URLs should be behind some top-level context (e.g. /conan). So the UI URL is supposed to be at https://server.com/conan/ui, and…

Pawel Veselov
- 766
- 8
- 19
1
vote
1 answer
Artifactory disk space usage much higher than reported repository size
Our artifactory installation has 500GB data disk allocated to it. Yesterday it ran out of space and went about cleaning up old artifacts (something I thought was being done automatically but it wasn't). After deleting over 200GB worth of old…

Aleks G
- 936
- 2
- 8
- 18
0
votes
0 answers
Using jfrog artifactory OSS with basic API calls
I am using the OSS version over JFrog, but the basic api calls are failing for me.
curl -X PUT -H "Content-Type: application/json" \ -umarco:cmVmdGtuOjAxOjAwMDAwMDAwMDA6eElCQ21ZYTA5M1ZsVzU2TWFxUG5oWVBKRnYz \…

Sentient
- 166
- 1
- 3
0
votes
0 answers
Hosting private conda channel
I recently joined a start up and have been tasked with setting up package management for our internal python libraries. We work in the biotech and ml space, and a lot of the packages we use are index on conda channels.
The current setup we have…

mbestipa
- 1
0
votes
1 answer
I have an existing artifactory oss install. I want a new install. But it is not adding the "libs-release" and "libs-snapshot" repositories
All servers are Ubuntu 22.04 and I am using the OSS artifactory apt repo from jfrog.
I have a VM with artifactory installed on it. For various reasons I need to replace that VM with a new one.
I installed artifactory on the new VM. I was…

elyograg
- 239
- 1
- 11
0
votes
0 answers
Does Artifactory 7.x auto-upgrade minor versions, and if yes, how do I prevent it?
I originally asked this question on SO, but i realized Serverfault was probably the correct place to ask.
I have an Artifactory Pro server running on an EC2 instance. Up yesterday morning, it was running version 7.41.13 and worked just fine.
It has…

mhvelplund
- 97
- 2
- 12
0
votes
0 answers
Artifactory sends wrong reset password URL
When a user uses the "Forgot password", they are sent a URL to the reset-password page in Artifactory.
In our case the URL contains an extra /ui, like this
https://external-hostname/ui/ui/auth/reset-password?key=
Once removed the URL works…

pagerbak
- 1
0
votes
3 answers
docker-compose for JFrog artifactory OSS version?
I want to try out JFrog artifactory OSS using docker compose. I have…

u123
- 267
- 1
- 8
- 24