Issue with ZIP Password in self hosted Generator #188

Closed
opened 2026-01-14 18:01:05 +08:00 by bezibaerchen · 2 comments
bezibaerchen commented 2026-01-14 18:01:05 +08:00 (Migrated from github.com)
Image

I guess I am just too stupid to understand, so bear with me please :-)

I tried building a new version and found that there is a change now in respect of ZIP_PASSWORD. My understanding currently is that ZIP_PASSWORD is the same value as SECRET_KEY.

When doing it like that I am getting above error.

Please be so kind and advise.

Stack from portioner below.

Thanks,

Ben

services: rdgen: # use bryangerlach/rdgen:latest for the latest build image: bryangerlach/rdgen:latest restart: unless-stopped environment: SECRET_KEY: "<long_string>" GHUSER: "gimport" GHBEARER: "github_pat_xxxxxxxx" ZIP_PASSWORD: "<long_string>" (same as in SECRET_KEY) GENURL: "<URL>" PROTOCOL: "https" REPONAME: "rdgen" ports: - "8001:8000" dns: - 8.8.8.8

<img width="1523" height="172" alt="Image" src="https://github.com/user-attachments/assets/4e83f580-7cbb-46ce-a059-ff0fa2ad0455" /> I guess I am just too stupid to understand, so bear with me please :-) I tried building a new version and found that there is a change now in respect of ZIP_PASSWORD. My understanding currently is that ZIP_PASSWORD is the same value as SECRET_KEY. When doing it like that I am getting above error. Please be so kind and advise. Stack from portioner below. Thanks, Ben `services: rdgen: # use bryangerlach/rdgen:latest for the latest build image: bryangerlach/rdgen:latest restart: unless-stopped environment: SECRET_KEY: "<long_string>" GHUSER: "gimport" GHBEARER: "github_pat_xxxxxxxx" ZIP_PASSWORD: "<long_string>" (same as in SECRET_KEY) GENURL: "<URL>" PROTOCOL: "https" REPONAME: "rdgen" ports: - "8001:8000" dns: - 8.8.8.8`
857074609 commented 2026-01-14 18:56:50 +08:00 (Migrated from github.com)

services:
rdgen:
# use bryangerlach/rdgen:latest for the latest build
#build: .
image: bryangerlach/rdgen:latest
restart: unless-stopped
environment:
SECRET_KEY: "django-insecure-!(t-!f#6g#sr%yfded9(xha)g+=!6craeez^cp+*&bz_7vdk61"
GHUSER: "github_username"
GHBEARER: "github_access_token"
GENURL: "accessible_url_of_server"
ZIP_PASSWORD: ""
GHBRANCH: "master"
PROTOCOL: "https"
REPONAME: "rdgen"
ports:
- "8000:8000"
dns:
- 8.8.8.8

services: rdgen: # use bryangerlach/rdgen:latest for the latest build #build: . image: bryangerlach/rdgen:latest restart: unless-stopped environment: SECRET_KEY: "django-insecure-!(t-!f#6g#sr%yfded9(xha)g+=!6craeez^cp+*&bz_7vdk61" GHUSER: "github_username" GHBEARER: "github_access_token" GENURL: "accessible_url_of_server" ZIP_PASSWORD: "" GHBRANCH: "master" PROTOCOL: "https" REPONAME: "rdgen" ports: - "8000:8000" dns: - 8.8.8.8
bezibaerchen commented 2026-01-14 20:45:13 +08:00 (Migrated from github.com)

Properly reading the README.MD combined with the pasted compose helped me out. I was overlooking the part to add the repository secret...

Properly reading the README.MD combined with the pasted compose helped me out. I was overlooking the part to add the repository secret...
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#188