1
0

feat:重构verdaccio

This commit is contained in:
okxlin
2024-08-05 00:52:32 +08:00
parent 7f7310b2e6
commit 63fad1ae4d
21 changed files with 583 additions and 504 deletions

View File

@@ -1,2 +1,9 @@
CONFIG_PATH="./data/config"
CONTAINER_NAME="verdaccio"
PANEL_APP_PORT_HTTP="40087"
PANEL_APP_PORT_HTTP=40087
PLUGINS_PATH="./data/plugins"
STORAGE_PATH="./data/storage"
VERDACCIO_APPDIR="/opt/verdaccio"
VERDACCIO_PROTOCOL="http"
VERDACCIO_USER_NAME="verdaccio"
VERDACCIO_USER_UID=10001