Initial commit: F7cloud Talk Recording Server

- Переименовано Nextcloud на F7cloud
- Добавлены зависимости Firefox ESR и Geckodriver
- Создан скрипт установки с поддержкой параметров HPB
- Добавлена документация и инструкции по установке

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
F7cloud
2026-02-17 12:18:51 +00:00
commit 0b94d1826e
49 changed files with 7260 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
graft debian
include selenium/types.py
include selenium/webdriver/common/linux/selenium-manager
@@ -0,0 +1,4 @@
urllib3 python3-urllib3 (>=1.26), python3-urllib3 (<<2.0)
trio python3-trio (>=0.17), python3-trio (<<1.0)
trio-websocket python3-trio-websocket (>=0.9), python3-trio-websocket (<<1.0)
certifi python3-certifi (>=2021.10.8)