[PR #112] [MERGED] docs: new installation guide #167

Closed
opened 2026-02-16 12:51:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/112
Author: @insertish
Created: 10/28/2024
Status: Merged
Merged: 11/13/2024
Merged by: @insertish

Base: masterHead: docs/new-guide


📝 Commits (10+)

  • f44caf1 docs: new installation guide
  • db5efd2 chore: hardcode authentication into compose
  • 2a70f45 fix: add .env.web generation
  • 68bb3c4 fix: strip new lines from private key
  • b174491 fix: also account for revite environment
  • b78fcdc fix: should point to API as public URL
  • 5d8b71a fix: port mappings for Caddy
  • 25ac38a fix: minio creds aren't given to server
  • b7804a4 fix: have to inject creds directly here though
  • f02dc3a fix: include env for web

📊 Changes

16 files changed (+195 additions, -156 deletions)

View changed files

.env.example (+0 -103)
.github/guide/cloudflare-dns.webp (+0 -0)
.github/guide/hostinger-1.location.webp (+0 -0)
.github/guide/hostinger-2.os.webp (+0 -0)
.github/guide/hostinger-3.malware.webp (+0 -0)
.github/guide/hostinger-4.configuration.webp (+0 -0)
.github/guide/hostinger-5.configuration.webp (+0 -0)
.github/guide/hostinger-6.complete.webp (+0 -0)
.github/guide/hostinger-7.wait.webp (+0 -0)
.github/guide/hostinger-8.connect.webp (+0 -0)
.github/guide/hostinger-9.panel.webp (+0 -0)
📝 .gitignore (+1 -0)
📝 Caddyfile (+2 -2)
📝 README.md (+134 -23)
📝 compose.yml (+32 -28)
generate_config.sh (+26 -0)

📄 Description

This PR also brings self-hosted up to date with new Autumn and new January configurations.

closes #103
closes #106
closes #75
closes #107
closes #101
closes #25


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/self-hosted/pull/112 **Author:** [@insertish](https://github.com/insertish) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `master` ← **Head:** `docs/new-guide` --- ### 📝 Commits (10+) - [`f44caf1`](https://github.com/stoatchat/self-hosted/commit/f44caf1cf8b7c679b176df2ee5a043c9aa344591) docs: new installation guide - [`db5efd2`](https://github.com/stoatchat/self-hosted/commit/db5efd2097126923c28b0ee22c0f55ef3e828984) chore: hardcode authentication into compose - [`2a70f45`](https://github.com/stoatchat/self-hosted/commit/2a70f45c979d5d7b0cd2d0443eb435e48f7b7cec) fix: add .env.web generation - [`68bb3c4`](https://github.com/stoatchat/self-hosted/commit/68bb3c43c720afe7f88bc839fffc45a9b4ecd883) fix: strip new lines from private key - [`b174491`](https://github.com/stoatchat/self-hosted/commit/b174491c03579731e5f772cd8fc70fbe406686d8) fix: also account for revite environment - [`b78fcdc`](https://github.com/stoatchat/self-hosted/commit/b78fcdc74e1af57b1de0ed68f8cb866049b26683) fix: should point to API as public URL - [`5d8b71a`](https://github.com/stoatchat/self-hosted/commit/5d8b71a32f6e33dca1ce491f557ba819b508b8bf) fix: port mappings for Caddy - [`25ac38a`](https://github.com/stoatchat/self-hosted/commit/25ac38a25d8549967200a2b5fd25219b15158d37) fix: minio creds aren't given to server - [`b7804a4`](https://github.com/stoatchat/self-hosted/commit/b7804a4ef1041db0afb13073affcfbf8af7888da) fix: have to inject creds directly here though - [`f02dc3a`](https://github.com/stoatchat/self-hosted/commit/f02dc3a8e6eb66aba15a1252931fe73c0a519be9) fix: include env for web ### 📊 Changes **16 files changed** (+195 additions, -156 deletions) <details> <summary>View changed files</summary> ➖ `.env.example` (+0 -103) ➕ `.github/guide/cloudflare-dns.webp` (+0 -0) ➕ `.github/guide/hostinger-1.location.webp` (+0 -0) ➕ `.github/guide/hostinger-2.os.webp` (+0 -0) ➕ `.github/guide/hostinger-3.malware.webp` (+0 -0) ➕ `.github/guide/hostinger-4.configuration.webp` (+0 -0) ➕ `.github/guide/hostinger-5.configuration.webp` (+0 -0) ➕ `.github/guide/hostinger-6.complete.webp` (+0 -0) ➕ `.github/guide/hostinger-7.wait.webp` (+0 -0) ➕ `.github/guide/hostinger-8.connect.webp` (+0 -0) ➕ `.github/guide/hostinger-9.panel.webp` (+0 -0) 📝 `.gitignore` (+1 -0) 📝 `Caddyfile` (+2 -2) 📝 `README.md` (+134 -23) 📝 `compose.yml` (+32 -28) ➕ `generate_config.sh` (+26 -0) </details> ### 📄 Description This PR also brings self-hosted up to date with new Autumn and new January configurations. closes #103 closes #106 closes #75 closes #107 closes #101 closes #25 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:42 -05:00
yindo closed this issue 2026-02-16 12:51:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#167