gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.5k stars 639 forks source link

Server minimum resources required? #697

Closed eric-hansen closed 1 month ago

eric-hansen commented 1 month ago

Have you read the documentation?

You are setting up gotify in

Describe your problem I'm not usually a Go person, but I'm quite interested in this project. However, I don't know what the minimum requirements are for the server.

My end goal is to host this on a VPS using the native build (i.e.: not Docker), and would like to budget my resources appropriately.

Disk space isn't as much of a concern to me right now as RAM.

Any errors, logs, or other information that might help us identify your problem

N/A

eternal-flame-AD commented 1 month ago

It should be really small, for a personal or family server I think any $5 VPS or equivalent is more than enough.

jmattheis commented 1 month ago

I run it on a $1/month VPS in docker. The server probably needs ~100mb RAM and at least one cpu core to run gotify for a small userbase.