mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
🔧(procfile) trigger collabora configuration tasks at start
trigger collabora configuration tasks at start
This commit is contained in:
@@ -24,6 +24,7 @@ and this project adheres to
|
||||
- (front) fix large uploads progress
|
||||
- 🐛(front) fix upload pending items
|
||||
- 🐛(back) fix search to exclude deleted child #352
|
||||
- 🔧(procfile) trigger collabora configuration tasks at start #368
|
||||
|
||||
## [v0.7.0] - 2025-10-03
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Trigger collabora configuration
|
||||
python manage.py trigger_wopi_configuration
|
||||
|
||||
# Start the Django backend
|
||||
gunicorn -b :8000 drive.wsgi:application --log-file - &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user