forust
20bce5b31c
fix(userbot): add missing safone.py imports, apply ruff --unsafe-fixes
...
- Add missing aiohttp, PIL, BytesIO imports to safone.py (F821 runtime bugs)
- Apply ruff --unsafe-fixes (27 fixes): ternary operators, .get() patterns,
contextlib.suppress, enumerate(), collapsible if/else, remove .keys()
2026-06-19 15:27:12 +02:00
forust
c905bbd039
chore(userbot): optimize Dockerfile with multi-stage build and static ffmpeg
...
- Multi-stage build: pip deps built in separate stage
- Static ffmpeg binary instead of apt package (avoid 200+ deps)
- Keep only git, mediainfo, wget via apt
2026-06-19 14:56:37 +02:00
forust
7ba6bc44f2
chore(userbot): apply ruff check --fix and ruff format
...
- ruff check --fix: 210 auto-fixed errors (import sorting, trailing
whitespace, unused imports, f-string fixups, deprecated annotations)
- ruff format: 104 files reformatted to consistent style
- 268 non-auto-fixable issues remain (S113 requests timeout, etc.)
2026-06-19 12:19:01 +02:00
forust
95cec59263
chore(userbot): apply prettier formatting across manifests
2026-06-19 12:03:13 +02:00
forust
20b8c93275
chore(k8s): make dockmon statefulset
...
+ adjusted userbot sys reqs
2026-06-10 19:40:45 +02:00
forust
bb821e138a
chore(k8): adjusted system resources requests and limits based on manual monitoring
2026-06-10 19:37:16 +02:00
forust
b7854447af
lint: yaml spaces and tabs
2026-06-09 12:59:36 +02:00
forust
444bb97f8e
feat: add userbot k8s deployment method
...
- Kustomize: base + overlays/dev + overlays/prod
2026-06-07 19:41:28 +02:00
forust
4f01cdac31
fix: removed git checkout (was destructive)
...
- Remove git init/fetch/checkout from utils/misc.py
- Hardcode userbot_version to 2.5.0
2026-06-07 19:40:52 +02:00
forust
cb40b10ecf
chore: add gitea container registry compose support for localy builded apps
2026-06-07 14:37:57 +02:00
forust
bed58c84ef
refactor: update .dockerignore
...
pull_policy never to use local images
2026-05-25 01:43:46 +02:00
forust
56e5d79e3e
refactor: improved error handling, timeouts and use temp files
2026-05-21 22:14:29 +02:00
forust
cd0ce06246
refactor: imporved layer caching for dockerfile
...
using existing built image for account 2
2026-05-21 22:12:33 +02:00
forust
a699ceb935
refactor: userbots' compose-files cleanup
2025-12-09 21:45:24 +01:00
forust
ce66a546f1
chore: update gitignore, add translations
2025-11-27 18:58:17 +01:00
forust
a30bda4940
Renamed userbot's dockercompose for easy access
2025-11-13 04:00:23 +01:00
forust
b722467991
Remove unnecessary network and development configurations from userbot Docker Compose file
2025-11-13 03:48:50 +01:00
forust
5f8fd05266
Add userbot Docker Compose configuration for userbot_forust and userbot_anna services
2025-11-13 00:17:26 +01:00
forust
1c7afe5bb3
Move userbot Docker Compose configuration for forust and anna services
2025-11-11 01:57:44 +01:00
forust
4ff80c07b0
deleting that install shit
2025-11-11 01:41:24 +01:00
forust
3a5652daa7
userbot/install.sh, start
2025-11-11 01:39:53 +01:00
forust
4e18cd0eb3
init, .gitignore
2025-11-11 00:02:49 +01:00