Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store images in DB #585

Open
abelfodil opened this issue Aug 1, 2023 · 1 comment
Open

Store images in DB #585

abelfodil opened this issue Aug 1, 2023 · 1 comment
Labels
a:feature New feature or request

Comments

@abelfodil
Copy link

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

@abelfodil abelfodil added the a:feature New feature or request label Aug 1, 2023
@jmattheis
Copy link
Member

Ahh sorry, must have overlooked this. Sounds reasonable and the migration of existing images shouldn't be that difficult

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:feature New feature or request
Development

No branches or pull requests

2 participants