feat:添加slink到列表
This commit is contained in:
15
apps/slink/latest/.env.sample
Normal file
15
apps/slink/latest/.env.sample
Normal file
@@ -0,0 +1,15 @@
|
||||
CONTAINER_NAME="slink"
|
||||
DATA_PATH="./data"
|
||||
IMAGE_MAX_SIZE="15M"
|
||||
IMAGE_STRIP_EXIF_METADATA="true"
|
||||
ORIGIN="https://your-domain.com"
|
||||
PANEL_APP_PORT_HTTP="40236"
|
||||
SMB_HOST=""
|
||||
SMB_PASSWORD=""
|
||||
SMB_SHARE=""
|
||||
SMB_USERNAME=""
|
||||
STORAGE_PROVIDER="local"
|
||||
USER_ALLOW_UNAUTHENTICATED_ACCESS="true"
|
||||
USER_APPROVAL_REQUIRED="true"
|
||||
USER_PASSWORD_MIN_LENGTH="6"
|
||||
USER_PASSWORD_REQUIREMENTS="15"
|
||||
Reference in New Issue
Block a user