mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[GH-ISSUE #69] Values and tokens not populating automatically from docker compose #35
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @Tailscale-VPS on GitHub (Aug 8, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/69
My docker compose
After using this compose the UI should have been populated with all the values, But when I opened it i had to manually fill everything like Github username, Gitea username , tokens,etc.
@arunavo4 commented on GitHub (Aug 9, 2025):
Hi @Tailscale-VPS over time these have got neglegted since I was using the Web UI for eveyrthing. I have updated the code to load these Env variables. I have PR open I will test the PR and make a new version release. Feel free to test the PR.
@Tailscale-VPS commented on GitHub (Aug 9, 2025):
Tested latest image v3.2.2 after cleaning the data dir.
Initially after 1st boot -
Probably because no user exists at 1st boot.
After creating the user and restarting the container it picked up the env variables -
One thing i like to point out is that release,tags and some other metadata was not ticked (as there are no env variables in docker compose for now).
Can we also make env variables for those?
@arunavo4 commented on GitHub (Aug 9, 2025):
Sure @Tailscale-VPS I will add eveything as Docker env variables. Thank you for the quick feeback
@arunavo4 commented on GitHub (Aug 9, 2025):
@Tailscale-VPS I have added more Env variables in v3.2.3. Have a look.