gotify / gotify/server

Store images in DB

Open
#585 1 comment 2 reactions 0 assignees View on GitHub
a:feature in:server
Dominant language
Go
Stars
15.9k
Forks
873
Avg merge
2d 22h
Merged PRs (30d)
6

Description

**Is your feature request related to a problem? Please describe.**
I have a multi-node cluster and whenever the node Gotify is scheduled onto changes, I need to copy data folder to preserve favicons. I'm using postgresql to preserve configuration wherever Gotify is scheduled on the cluster. However this doesn't apply to images and I think this is a quality of life gap.

**Describe the solution you'd like**
I would like Gotify to store blobs in database and not directly on disk.

**Describe alternatives you've considered**
I considered either scheduling Gotify on a fixed node or having a multinode disk to sync configuration. However as a user, I would like to keep things simple and not have to think about scheduling or GlusterFS like solutions.

**Additional context**
https://github.com/arch-anes/self-hosted-services/blob/94b6630b05586b8bb24ee3444b00755994d0ba7b/kubernetes/services/gotify.yml

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.