WebsitePlatform Login

SMB/CIFS

Configure SMB/CIFS network share integration

In meinGPT (UI)

Für die meisten Teams erfolgt die Einrichtung direkt in meinGPT, ohne lokale Config-Dateien.

  1. Öffne die Admin-Einstellungen in meinGPT
  2. Gehe zu Data Pools / Data Sources
  3. Klicke Add Source und wähle diesen Source-Typ
  4. Hinterlege Zugangsdaten und Scope im UI
  5. Speichere und starte den ersten Sync

Wenn Du keinen eigenen DataVault betreibst, ist das in der Regel ausreichend.

On-Prem Runtime Configuration (Advanced)

data_pools:
  - id: smb-share
    type: smb
    host: "server.company.com"
    user: $SMB_USERNAME
    password: $SMB_PASSWORD
    base_path: "/shared"

Configuration Options

FieldTypeDefaultRequiredDescription
idstring-Unique identifier for the data pool
typestring-Must be "smb"
hoststring-SMB server hostname or IP address
userstring-Username for authentication
passwordstring-Password for authentication
portinteger445Optional port number
domainstringnullOptional domain name
spnstringnullOptional Service Principal Name
base_pathstring"/"Optional folder path

Synchronization

  • Vault accesses the SMB share via configured service credentials.
  • Sync runs mirror files under base_path into local ingest storage.
  • Later runs process only changed files.

Setup

  1. Ensure SMB access: Verify SMB/CIFS is enabled on target server
  2. Create service account: Create dedicated read-only account for DataVault
  3. Test connectivity: Verify network access and credentials
  4. Add to environment: SMB_USERNAME and SMB_PASSWORD

SMB/CIFS Documentation

On-prem only: this source page is relevant when you operate your own DataVault runtime and configure data_pools yourself.

Auf dieser Seite