Hello ,
Has anyone use static files on pulp? an example to share?
I want to put gpg key files as static files on pulp server for some repo to download them.
My pulp instance is based on docker-composer(pulp core 3.49.4, rpm 3.25.2), and the images/compose/assets/settings.py
has STATIC_ROOT = "/var/lib/operator/static/"
My questions:
-
where should I put these files keys? on API container? under
/var/lib/operator/static/my.gpg
inside the pulp-api container? should i mount through an external docker volume?
And on API container, there are something under /var/lib/operator already. -
what is the url to access these static files?
wget https://xx.xx.xx/static/my.gpg?
? do I need to configure somewhere in ngnix.conf?
Thanks in advance !