fixes for more features like update, download list

This commit is contained in:
2025-11-01 17:20:46 +05:30
parent f032ccef39
commit 3b7bbddac9

View File

@@ -29,6 +29,8 @@ x-volume-configs:
- /mnt/omnissiah-vault/configs/auth:/auth:ro
pypiserver: &pypiserver_volumes
- /mnt/omnissiah-vault/configs/auth:/auth:ro
- type: bind
source: /mnt/omnissiah-vault/data/pypiserver
target: /data
@@ -137,6 +139,13 @@ services:
ports:
- "6006:8080"
volumes: *pypiserver_volumes
command: -P . -a . /data
environment:
- PYPISERVER_AUTH=update,download,list
command:
- -P
- /auth/.htpasswd
- -a
- update,download,list
- /data
profiles:
- server-pi
- server-pi