Stand: SMTP-Test, Admin-Mail-Tab, Notifiable-Fix, Lazy-Quill
- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
26
vendor/laravel/sail/stubs/rustfs.stub
vendored
Executable file
26
vendor/laravel/sail/stubs/rustfs.stub
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
rustfs:
|
||||
image: 'rustfs/rustfs:latest'
|
||||
ports:
|
||||
- '${FORWARD_RUSTFS_PORT:-9000}:9000'
|
||||
- '${FORWARD_RUSTFS_CONSOLE_PORT:-9001}:9001'
|
||||
environment:
|
||||
RUSTFS_VOLUMES: '/data'
|
||||
RUSTFS_ADDRESS: '0.0.0.0:9000'
|
||||
RUSTFS_CONSOLE_ADDRESS: '0.0.0.0:9001'
|
||||
RUSTFS_CONSOLE_ENABLE: 'true'
|
||||
RUSTFS_EXTERNAL_ADDRESS: ':9000'
|
||||
RUSTFS_CORS_ALLOWED_ORIGINS: '*'
|
||||
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS: '*'
|
||||
RUSTFS_ACCESS_KEY: 'sail'
|
||||
RUSTFS_SECRET_KEY: 'password'
|
||||
RUSTFS_LOG_LEVEL: 'info'
|
||||
volumes:
|
||||
- 'sail-rustfs:/data'
|
||||
networks:
|
||||
- sail
|
||||
healthcheck:
|
||||
test: ["CMD", "sh", "-c", "curl -f http://127.0.0.1:9000/health && curl -f http://127.0.0.1:9001/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
Reference in New Issue
Block a user