refactor: extract userbot to standalone repo, add as git submodule
Deploy to Server / deploy (push) Has been cancelled

userbot now lives at ssh://git@gitssh.forust.xyz:2221/forust/userbot.git
and is included in homelab as a submodule at userbot/
This commit is contained in:
2026-06-19 15:39:00 +02:00
parent 227e5fda27
commit 3c383db9a7
134 changed files with 4 additions and 15257 deletions
-17
View File
@@ -1,17 +0,0 @@
#!/usr/bin/env bash
cat <<'EOF'
_ ____ ____ _
/ \__/|/ _ \/ _ \/ \ /|
| |\/||| / \|| / \|| |\ ||
| | ||| \_/|| \_/|| | \||
\_/ \|\____/\____/\_/ \|
Copyright (C) 2020-2023 by MoonTg-project@Github, < https://github.com/The-MoonTg-project >.
This file is part of < https://github.com/The-MoonTg-project/Moon-Userbot > project,
and is released under the "GNU v3.0 License Agreement".
Please see < https://github.com/The-MoonTg-project/Moon-Userbot/blob/main/LICENSE >
All rights reserved.
EOF
gunicorn app:app --daemon && python main.py