-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Aditya <me@xditya.me> Co-authored-by: Danish <danish@ultroid.tech> Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com> Co-authored-by: Arnab Paryali <Arnabxd@users.noreply.github.com> Co-authored-by: divkix <divkix@users.noreply.github.com> Co-authored-by: hellboi_atul <hellboi-atul@users.noreply.github.com> Co-authored-by: Programming Error <error@notavailable.live> Co-authored-by: New-dev0 <New-dev0@users.noreply.github.com>
- Loading branch information
1 parent
4f0cb66
commit 4e65f21
Showing
119 changed files
with
2,730 additions
and
5,508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
.env | ||
venv/ | ||
__pycache__ | ||
ultroid.session-journal | ||
ultroid.session | ||
*.session-journal | ||
*.session | ||
build | ||
*.mp3 | ||
*.webm | ||
*.webp | ||
*.mp4 | ||
*.tgs | ||
.vscode/* | ||
/*.jpg | ||
/*.png | ||
/*.mp4 | ||
addons/ | ||
ultroid.log | ||
*.log | ||
target/npmlist.json | ||
package-lock.json | ||
# Directories | ||
addons/ | ||
__pycache__/ | ||
venv/ | ||
node_modules/ | ||
glitch_me/ | ||
.idea | ||
venv/ | ||
.idea/ | ||
.vscode/ | ||
temp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# Ultroid - UserBot | ||
# Copyright (C) 2020 TeamUltroid | ||
# Copyright (C) 2021 TeamUltroid | ||
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ > | ||
# PLease read the GNU Affero General Public License in <https://www.github.com/TeamUltroid/Ultroid/blob/main/LICENSE/>. | ||
|
||
FROM programmingerror/ultroid:v0.0.2 | ||
FROM programmingerror/ultroid:b0.1 | ||
|
||
ENV TZ=Asia/Kolkata | ||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone | ||
RUN apt-get autoremove --purge | ||
|
||
RUN git clone https://github.com/TeamUltroid/Ultroid.git /root/TeamUltroid/ | ||
|
||
WORKDIR /root/TeamUltroid/ | ||
|
||
RUN pip3 install -r requirements.txt | ||
RUN npm install -g npm@7.12.1 -g | ||
RUN pip3 install --no-cache-dir -r requirements.txt | ||
RUN npm install -g npm@7.16.0 -g | ||
RUN npm install | ||
RUN npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.