-
-
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: Aakash <[email protected]> Co-authored-by: Aditya <[email protected]> Co-authored-by: Danish <[email protected]> Co-authored-by: buddhhu <[email protected]> Co-authored-by: sppidy <[email protected]> Co-authored-by: Arnab Paryali <[email protected]> Co-authored-by: divkix <[email protected]> Co-authored-by: hellboi_atul <[email protected]> Co-authored-by: Programming Error <[email protected]> Co-authored-by: New-dev0 <[email protected]>
- Loading branch information
1 parent
adb2e3e
commit 7eb5e58
Showing
80 changed files
with
4,876 additions
and
966 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 |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
API_ID= | ||
API_HASH= | ||
SESSION= | ||
BOT_USERNAME= | ||
BOT_TOKEN= | ||
REDIS_URI= | ||
REDIS_PASSWORD= | ||
LOG_CHANNEL= | ||
LOG_CHANNEL= |
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 |
---|---|---|
|
@@ -18,4 +18,6 @@ addons/ | |
ultroid.log | ||
target/npmlist.json | ||
node_modules | ||
glitch_me/ | ||
glitch_me/ | ||
.idea | ||
venv/ |
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 |
---|---|---|
|
@@ -3,19 +3,14 @@ | |
# 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 ultroidteam/ultroid:0.0.3 | ||
#RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \ | ||
# dpkg -i ./google-chrome-stable_current_amd64.deb; apt -fqqy install && \ | ||
# rm ./google-chrome-stable_current_amd64.deb | ||
#RUN wget -O chromedriver.zip http://chromedriver.storage.googleapis.com/$(curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip && \ | ||
# unzip chromedriver.zip chromedriver -d /usr/bin/ && \ | ||
# rm chromedriver.zip | ||
RUN curl --silent --location https://deb.nodesource.com/setup_15.x | bash - | ||
RUN apt-get install -y nodejs | ||
FROM programmingerror/ultroid:v0.0.1 | ||
|
||
RUN git clone https://github.com/TeamUltroid/Ultroid.git /root/TeamUltroid/ | ||
|
||
RUN git clone https://github.com/1Danish-00/glitch_me.git && pip install -e ./glitch_me | ||
WORKDIR /root/TeamUltroid/ | ||
RUN pip install -r requirements.txt | ||
RUN rm -rf /usr/local/lib/python3.9/site-packages/.wh* | ||
RUN npm install -g [email protected] && npm install | ||
|
||
RUN pip3 install -r requirements.txt | ||
RUN npm install -g [email protected] -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
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.