sameersbn / sameersbn/docker-gitlab
Gitlab email icons have wrong url (relative url in use)
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
I use gitlab with the relative url "/git". When I reset my password I get an confirmation mail with assets. These assets cannot be loaded because the subdirectory "/git" is missing in the url
Actual URL = https://mydomain.com/assets/mailers/gitlab_header_logo-153749eaa7ea6fafcb995161abd3247bc4c4500f31498b0c4024f50093983ac0.gif
Correct URL would be = https://mydomain.com/git/assets/mailers/gitlab_header_logo-153749eaa7ea6fafcb995161abd3247bc4c4500f31498b0c4024f50093983ac0.gif
I think this should be fixed when recompiling assets on the first run.
Thanks for your help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the first-run asset compilation in the Dockerized GitLab setup and how password-reset email assets are URL-generated. Reproduce with GitLab mounted at /git, then verify that the email's asset URLs include the /git subdirectory and load correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100