mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-27 07:55:55 +03:00
[PR #1013] [CLOSED] Add SHOW_DOC Environment Variable #1059
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1059
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/healthchecks/healthchecks/pull/1013
Author: @tgrl84
Created: 6/10/2024
Status: ❌ Closed
Base:
master← Head:show_doc📝 Commits (4)
21365f3add env var SEARCH_DOC75d7d96disable doc in mail4af38dbremove email doc link when show_doc is disablec40c06bfix📊 Changes
12 files changed (+37 additions, -4 deletions)
View changed files
📝
docker/.env.example(+1 -0)📝
hc/accounts/models.py(+1 -0)📝
hc/front/context_processors.py(+3 -0)📝
hc/front/views.py(+1 -0)📝
hc/payments/context_processors.py(+1 -0)📝
hc/settings.py(+4 -0)📝
templates/base.html(+2 -2)📝
templates/docs/self_hosted_configuration.html-fragment(+7 -0)📝
templates/docs/self_hosted_configuration.md(+12 -0)📝
templates/emails/login-body-html.html(+2 -1)📝
templates/emails/login-body-text.html(+2 -0)📝
templates/front/projects.html(+1 -1)📄 Description
This pull request introduces a new environment variable, SHOW_DOC.

This variable allows to control the display of documentation links.
This provides greater flexibility in configuring the user interface based on the needs of different deployment environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.