initial commit
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
*.log.*
|
||||
|
||||
# Datenbanken
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Konfiguration mit Secrets
|
||||
config.json
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Executable
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"placetel_api_token": "8f59b4c7d10ffc3418ebf41f8daa15b945d074a9441dde5b769f6b4144d03ceefd1f959d7566468ea635a39d2e04e9a5649d4cfa7ce1805f1c3131c1eb2dda30",
|
||||
"whisper_model": "turbo",
|
||||
"check_interval_minutes": 1,
|
||||
"delete_recordings_after_days": 3,
|
||||
"standard_export_path": "/opt/comhub/share/Export",
|
||||
"fax_outbox_path": "/opt/comhub/share/FaxOutbox",
|
||||
"fax_from_number": "022199980633",
|
||||
"fax_email": "np@med-crew.de",
|
||||
"admin_pin": "1234",
|
||||
"admin_password": "6hJUE#MM",
|
||||
"review_pin_enabled": "false",
|
||||
"review_pin": "0000",
|
||||
"gdt_enabled": "true",
|
||||
"gdt_import_path": "/opt/comhub/share/GDT/Import",
|
||||
"gdt_export_path": "/opt/comhub/share/GDT/Export",
|
||||
"gdt_sender_id": "COMHUB",
|
||||
"gdt_receiver_id": "PVS",
|
||||
"folder_monitoring_enabled": "true",
|
||||
"monitored_folder_path": "/opt/comhub/share/Import",
|
||||
"allow_retranscription": "true",
|
||||
"module_gdt": "true",
|
||||
"module_docs": "true",
|
||||
"module_voicemail": "true",
|
||||
"module_transcription": "true",
|
||||
"module_fax": "true"
|
||||
}
|
||||
Binary file not shown.
Executable
+3
@@ -0,0 +1,3 @@
|
||||
Flask==3.0.2
|
||||
requests==2.31.0
|
||||
openai-whisper
|
||||
+2018
File diff suppressed because it is too large
Load Diff
+7
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
Executable
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user