Downloaded EXE Marked as Virus + Missing Icons in Custom Build #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, thank you for your amazing project.
I have a question. I forked the source code to my own GitHub account and used ngrok to expose the Django project on a public URL.
Here is my Docker configuration:
services:
rdgen:
build: .
restart: unless-stopped
environment:
SECRET_KEY: ""
GHUSER: ""
GHBEARER: ""
GENURL: "https://4b**32.ngrok-free.app"
PROTOCOL: "https"
REPONAME: "rdgen"
ports:
- "8000:8000"
dns:
- 8.8.8.8
However, after building the image:
I'm not sure what I'm doing wrong. Could you please help me figure it out?
Have you tried with different icons? Perhaps there is an issue preventing your current icons from working. Also, you will need to digitally sign your executables with a code signing certificate.