All apps · 0 apps
Slink
Docker app from grtgbln's Repository
Overview
Media gallery
1 / 3Install Slink on Unraid in a few clicks.
Find Slink in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
anirdev/slink:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Whether to require user approval before they can upload images
- Target
- USER_APPROVAL_REQUIRED
- Default
- true|false
Whether to allow unauthenticated users to access public routes
- Target
- USER_ALLOW_UNAUTHENTICATED_ACCESS
- Default
- true|false
Minimum password length required for users
- Target
- USER_PASSWORD_MIN_LENGTH
- Default
- 6
- Value
- 6
Bitmask of password requirements. Sum of the following options: 1 (numbers), 2 (lowercase), 4 (uppercase), 8 (special characters).
- Target
- USER_PASSWORD_REQUIREMENTS
- Default
- 15
- Value
- 15
Maximum image size allowed to be uploaded, in MB. Cannot be more than 50M.
- Target
- IMAGE_MAX_SIZE
- Default
- 15M
- Value
- 15M
Whether to strip EXIF metadata from the uploaded images
- Target
- IMAGE_STRIP_EXIF_METADATA
- Default
- true|false
Storage provider to use for storing images
- Target
- STORAGE_PROVIDER
- Default
- local|smb|s3
Path to store images. Remove if not using local storage.
- Target
- /app/slink/images
SMB host to connect to. Remove if not using SMB storage.
- Target
- SMB_HOST
SMB share to connect to. Remove if not using SMB storage.
- Target
- SMB_SHARE
SMB username to connect with. Remove if not using SMB storage.
- Target
- SMB_USERNAME
SMB password to connect with. Remove if not using SMB storage.
- Target
- SMB_PASSWORD
Amazon S3 region to connect to. Remove if not using S3 storage.
- Target
- AMAZON_S3_REGION
Amazon S3 bucket to connect to. Remove if not using S3 storage.
- Target
- AMAZON_S3_BUCKET
Amazon S3 access key ID to connect with. Remove if not using S3 storage.
- Target
- AMAZON_S3_ACCESS_KEY_ID
Amazon S3 secret access key to connect with. Remove if not using S3 storage.
- Target
- AMAZON_S3_SECRET_ACCESS_KEY
Path to the database
- Target
- /app/var/data
- Default
- /mnt/user/appdata/slink/data
- Value
- /mnt/user/appdata/slink/data
Origin of the app
- Target
- ORIGIN
- Default
- http://localhost:3000
- Value
- http://localhost:3000
Number of Swoole workers
- Target
- SWOOLE_WORKER_NUM
- Default
- 4
- Value
- 4
Whether to enable the API
- Target
- API_ENABLED
- Default
- true|false