Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guesser API (Public) not working KOYEB #3

Closed
DAN121181 opened this issue Apr 17, 2024 · 6 comments
Closed

Guesser API (Public) not working KOYEB #3

DAN121181 opened this issue Apr 17, 2024 · 6 comments

Comments

@DAN121181
Copy link

No description provided.

@FoxRefire
Copy link
Owner

Yes, due to my koyeb account suspended.
I dropped Public API integration in 38e74dc

Also, I started beta testing of new version of this extension here
https://github.com/FoxRefire/wvg/tree/next
You can try here!
after beta testing is done, I will not actively maintain legacy version.

@DAN121181
Copy link
Author

DAN121181 commented Apr 19, 2024 via email

@FoxRefire
Copy link
Owner

  1. Create Github private repository
  2. Push WVCore.Server(amd64 GNU/Linux binary), device_client_id_blob, device_private_key
  3. Push this Dockerfile
FROM ubuntu:latest

WORKDIR /app/
EXPOSE 18888
COPY * /app/
RUN apt update && apt upgrade -y && apt install libicu-dev -y
RUN chmod +x /app/WVCore.Server
CMD /app/WVCore.Server
  1. Deploy your repository into any deploy service such as Koyeb

@FoxRefire
Copy link
Owner

image

@DAN121181
Copy link
Author

I would like to know why your koyeb account suspended ..........i like to deploy this app but reason will be helpful. Regarding your next version i have to search to prepare device.wvd -----device_private_key------device_client_id......

@FoxRefire
Copy link
Owner

I would like to know why your koyeb account suspended

IDK, Suddenly I received this notification and got my account banned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants