Compare commits
2 Commits
9bfbd744e4
...
0d9366c801
Author | SHA1 | Date | |
---|---|---|---|
|
0d9366c801 | ||
|
6e55189c5d |
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,7 +7,7 @@ screenshot.png
|
|||||||
login.csv
|
login.csv
|
||||||
data
|
data
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
/user_data
|
|
||||||
install.sh
|
install.sh
|
||||||
nohup.out
|
nohup.out
|
||||||
points.csv
|
points.csv
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
FROM python:3.10
|
FROM python:3.10
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV FIREFOX_VER 87.0
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
||||||
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install xvfb wfrench tigervnc-standalone-server libasound2 libatk-bridge2.0-0 libnss3 libnspr4 xvfb libgbm1 libatk1.0-0 libu2f-udev libatspi2.0-0 libcups2 libxkbcommon0 libxrandr2 libdbus-1-3 xdg-utils fonts-liberation libdrm2 -y \
|
&& apt install xvfb wfrench tigervnc-standalone-server libasound2 libatk-bridge2.0-0 libnss3 libnspr4 xvfb libgbm1 libatk1.0-0 libu2f-udev libatspi2.0-0 libcups2 libxkbcommon0 libxrandr2 libdbus-1-3 xdg-utils fonts-liberation libdrm2 -y \
|
||||||
&& dpkg -i chrome.deb \
|
&& dpkg -i chrome.deb \
|
||||||
&& python3 -m pip install -r requirements.txt
|
&& python3 -m pip install -r MsRewards-Reborn/requirements.txt
|
||||||
WORKDIR /app/MsRewards-Reborn
|
WORKDIR /app/MsRewards-Reborn/
|
||||||
CMD python3 Flask/app.py
|
CMD python3 Flask/app.py
|
||||||
|
|
||||||
|
1
user_data/configs.json
Normal file
1
user_data/configs.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
1
user_data/database.json
Normal file
1
user_data/database.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
1
user_data/discord.json
Normal file
1
user_data/discord.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
4
user_data/flask.json
Normal file
4
user_data/flask.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"password": "ChangeMe",
|
||||||
|
"secret": ""
|
||||||
|
}
|
1
user_data/proxy.json
Normal file
1
user_data/proxy.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
1
user_data/settings.json
Normal file
1
user_data/settings.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"avatar_link":"https://cdn.discordapp.com/icons/793934298977009674/d8055bccef6eca4855c349e808d0d788.webp"}
|
Loading…
Reference in New Issue
Block a user