Hi,
I'm implementing devpi. I'd like to keep default theme, but add my logo,
just this. I see procedure on documentation. I copy a logo.gif in static
folder, and add the code in templates folder, in macros.pt, but when i
start the server, no logo. Where am i wrong please?
Thanks
Hi Guys ,
my devpi server is running on
https://localhost:4040 but i want to run it on https://localhost:4040 .
my understanding is that i need to set the x outside url in nginx
configuration but can't figure it out how.
please help!
Thanks,
Sneha
I want to stand up a mirror to proxy/cache the python packages my team is
using behind our corporate firewall. A scale challenge we're having is that
when Bob wants to use package X, we need to validate that all of package
X's dependencies are published under one of a finite set of compliant OSS
licenses. Any recommendations how to be more automated about this? Is this
a feature of devpi that I just haven't stumbled upon yet? Is there a best
practice for implementing this at a step prior to injection into the index?
Any pointers/tips/recommendations welcome.
Thanks, Andrew
Hello everyone,
In my work we had to have a full pypi mirror to run completely offline.
The idea is to dump pypi repository with bandersnatch, serve it with a
webserver and finally use devpi with a mirror index. You will find attached
a full tutorial to do this (in markdown)