NO_REPLY_ADDRESS seetings macro is not translated #7087

Open
opened 2025-11-02 07:15:32 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @Elbandi on GitHub (Mar 30, 2021).

  • Gitea version (or commit ref): 1.13.6 (release)
  • Git version: 2.17.1
  • Operating system: Ubuntu bionic LTS
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No : no api issue
  • Log gist: -

Description

NO_REPLY_ADDRESS settings has a "DOMAIN" macro like ROOT_URL, but that macro is not translated to right value:

[server]

ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s/

[service]
NO_REPLY_ADDRESS = noreply.%(DOMAIN)s

In Server Configuration page:
Gitea Base URL http://git.foobar.net/
SSH Server Domain git.foobar.net

Hidden Email Domain noreply.%(DOMAIN)s

Originally created by @Elbandi on GitHub (Mar 30, 2021). - Gitea version (or commit ref): 1.13.6 (release) - Git version: 2.17.1 - Operating system: Ubuntu bionic LTS - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [X] No : no api issue - Log gist: - ## Description NO_REPLY_ADDRESS settings has a "DOMAIN" macro like ROOT_URL, but that macro is not translated to right value: ``` [server] ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s/ [service] NO_REPLY_ADDRESS = noreply.%(DOMAIN)s ``` In Server Configuration page: Gitea Base URL http://git.foobar.net/ SSH Server Domain git.foobar.net Hidden Email Domain noreply.%(DOMAIN)s
GiteaMirror added the type/enhancement label 2025-11-02 07:15:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7087