-
Notifications
You must be signed in to change notification settings - Fork 982
Closed
Labels
S-confirmingStatus: Awaiting confirmation for a resolved issueStatus: Awaiting confirmation for a resolved issuebugSomething isn't workingSomething isn't workingdeploymentDeployment supportingDeployment supporting
Description
RUSTFS_SERVER_DOMAINS is needed to set for working vhost style. But when I set it breaks the administration of buckets in console
Working/tested console features:
- Login
- Access Keys
Not working console features:
- Bucket List
- Bucket Creation
.env
RUSTFS_ACCESS_KEY="REDACTED"
RUSTFS_SECRET_KEY="REDACTED"
RUSTFS_CONSOLE_ENABLE=true
RUSTFS_SERVER_DOMAINS="rustfs.example.org"
RUSTFS_ADDRESS=0.0.0.0:9000
RUSTFS_CONSOLE_ADDRESS=0.0.0.0:9001
RUSTFS_EXTERNAL_ADDRESS=:9000
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="https://console.rustfs.example.org"compose.yaml
services:
rustfs:
# https://hub.docker.com/r/rustfs/rustfs
image: rustfs/rustfs:1.0.0-alpha.67
hostname: unraid
container_name: rustfs
env_file: .env
ports:
- '9000:9000' # s3 api
- '9001:9001' # management ocnsole
volumes:
- /mnt/cache/rustfs:/data
tmpfs:
- /logs:size=1G
restart: unless-stoppedrustfs is reverse proxied by (external) traefik v3.6.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
S-confirmingStatus: Awaiting confirmation for a resolved issueStatus: Awaiting confirmation for a resolved issuebugSomething isn't workingSomething isn't workingdeploymentDeployment supportingDeployment supporting