[PR #248] [MERGED] Add Self-Hosting Setup #238

Closed
opened 2025-10-31 17:00:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/248
Author: @ricoberger
Created: 4/21/2025
Status: Merged
Merged: 4/24/2025
Merged by: @ricoberger

Base: mainHead: add-self-hosting-setup


📝 Commits (3)

  • a0d7966 Add Self-Hosting Setup
  • 822c2c9 Merge branch 'main' into add-self-hosting-setup
  • 5ce5837 Add Self-Hosting Setup

📊 Changes

19 files changed (+1613 additions, -7 deletions)

View changed files

📝 CONTRIBUTING.md (+3 -3)
app/.dockerignore (+8 -0)
app/Dockerfile (+14 -0)
📝 supabase/functions/_cmd/docker-compose.yaml (+3 -4)
supabase/hosting/.env.example (+148 -0)
supabase/hosting/.gitignore (+6 -0)
supabase/hosting/README.md (+62 -0)
supabase/hosting/docker-compose.yaml (+532 -0)
supabase/hosting/volumes/api/kong.yml (+241 -0)
supabase/hosting/volumes/db/_supabase.sql (+3 -0)
supabase/hosting/volumes/db/jwt.sql (+5 -0)
supabase/hosting/volumes/db/logs.sql (+6 -0)
supabase/hosting/volumes/db/pooler.sql (+6 -0)
supabase/hosting/volumes/db/realtime.sql (+4 -0)
supabase/hosting/volumes/db/roles.sql (+8 -0)
supabase/hosting/volumes/db/webhooks.sql (+208 -0)
supabase/hosting/volumes/functions/main/index.ts (+94 -0)
supabase/hosting/volumes/logs/vector.yml (+232 -0)
supabase/hosting/volumes/pooler/pooler.exs (+30 -0)

📄 Description

Add Docker Compose set up to self-host FeedDeck.


🔄 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/feeddeck/feeddeck/pull/248 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `add-self-hosting-setup` --- ### 📝 Commits (3) - [`a0d7966`](https://github.com/feeddeck/feeddeck/commit/a0d7966d6ac2f111b1c0a5378479a00b15b6360e) Add Self-Hosting Setup - [`822c2c9`](https://github.com/feeddeck/feeddeck/commit/822c2c9a9ce5ed165c0f2f62df0d60d54da49893) Merge branch 'main' into add-self-hosting-setup - [`5ce5837`](https://github.com/feeddeck/feeddeck/commit/5ce583744598ced2cafc9f4954db903dfef9606b) Add Self-Hosting Setup ### 📊 Changes **19 files changed** (+1613 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+3 -3) ➕ `app/.dockerignore` (+8 -0) ➕ `app/Dockerfile` (+14 -0) 📝 `supabase/functions/_cmd/docker-compose.yaml` (+3 -4) ➕ `supabase/hosting/.env.example` (+148 -0) ➕ `supabase/hosting/.gitignore` (+6 -0) ➕ `supabase/hosting/README.md` (+62 -0) ➕ `supabase/hosting/docker-compose.yaml` (+532 -0) ➕ `supabase/hosting/volumes/api/kong.yml` (+241 -0) ➕ `supabase/hosting/volumes/db/_supabase.sql` (+3 -0) ➕ `supabase/hosting/volumes/db/jwt.sql` (+5 -0) ➕ `supabase/hosting/volumes/db/logs.sql` (+6 -0) ➕ `supabase/hosting/volumes/db/pooler.sql` (+6 -0) ➕ `supabase/hosting/volumes/db/realtime.sql` (+4 -0) ➕ `supabase/hosting/volumes/db/roles.sql` (+8 -0) ➕ `supabase/hosting/volumes/db/webhooks.sql` (+208 -0) ➕ `supabase/hosting/volumes/functions/main/index.ts` (+94 -0) ➕ `supabase/hosting/volumes/logs/vector.yml` (+232 -0) ➕ `supabase/hosting/volumes/pooler/pooler.exs` (+30 -0) </details> ### 📄 Description Add Docker Compose set up to self-host FeedDeck. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:00:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#238