mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
ref(self-hosted): More on-premise -> self-hosted (#669)
This commit is contained in:
parent
23251e79b9
commit
9b3aee1b1f
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: 🐞 Bug Report
|
||||
about: Report a bug to help improve Sentry On-Premise
|
||||
about: Report a bug to help improve Self-Hosted Sentry
|
||||
---
|
||||
|
||||
## Version Information
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Sentry Nightly On-Premise [![Build Status][build-status-image]][build-status-url]
|
||||
# Self-Hosted Sentry Nightly [![Build Status][build-status-image]][build-status-url]
|
||||
|
||||
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ SYMBOLICATOR_VERSION=$(curl -s "https://api.github.com/repos/getsentry/symbolica
|
||||
|
||||
sed -i -e "s/^SYMBOLICATOR_IMAGE=\([^:]\+\):.\+\$/SYMBOLICATOR_IMAGE=\1:$SYMBOLICATOR_VERSION/" .env
|
||||
sed -i -e "s/^\(SENTRY\|SNUBA\|RELAY\)_IMAGE=\([^:]\+\):.\+\$/\1_IMAGE=\2:$NEW_VERSION/" .env
|
||||
sed -i -e "s/^\# Sentry .* On-Premise/# Sentry $NEW_VERSION On-Premise/" README.md
|
||||
sed -i -e "s/^\# Self-Hosted Sentry .*/# Self-Hosted Sentry $NEW_VERSION/" README.md
|
||||
sed -i -e "s/\(Change Date:\s*\)[-0-9]\+\$/\\1$(date +'%Y-%m-%d' -d '3 years')/" LICENSE
|
||||
|
||||
echo "New version: $NEW_VERSION"
|
||||
|
||||
@ -80,7 +80,7 @@ SENTRY_OPTIONS["redis.clusters"] = {
|
||||
# Queue #
|
||||
#########
|
||||
|
||||
# See https://docs.getsentry.com/on-premise/server/queue/ for more
|
||||
# See https://develop.sentry.dev/services/queue/ for more
|
||||
# information on configuring your queue broker and workers. Sentry relies
|
||||
# on a Python framework called Celery to manage queues.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user