mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[PR #215] [MERGED] Add @ as valid character for webroot #479
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#479
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?
📋 Pull Request Information
Original PR: https://github.com/axllent/mailpit/pull/215
Author: @DerKnerd
Created: 12/6/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @axllent
Base:
develop← Head:patch-1📝 Commits (1)
f6cb5cbAdd @ as valid character for webroot📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
config/config.go(+2 -2)📄 Description
Added @ as valid character for webroot. This allows the usage in Coder without a subdomain.
I am currently in the process of setting up a Coder instance and the way you can access apps in a workspace is either via subdomain or via subpath. This change allows the method of subpath.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.