gioco_chess_al_cess

joined 1 year ago
[–] [email protected] 1 points 1 year ago (1 children)

Zotero is selfhostable, isn't it?

[–] [email protected] 1 points 1 year ago

Take a look at RAM and CPU usage. Those VMs are extremely useful but have limits: swapspace is almost mandatory, lightweight custom images like debian recommendable, and CPU load should be kept low.

On the last point consider that you have just 1/8 of oCPU guaranteed, indeed the VM has two CPUs but these are for short time bursts. If CPU time is abused the hypervisor will severely throttle the instance possibly locking it (keyword: steal time).

With proper configuration there shouldn't be any problems with running reverse proxies. I have caddy running on arch and SWAG running on debian on those VMs alongside with many other containers without issues.

[–] [email protected] 1 points 1 year ago

It's something I am looking for since years without luck. If your resources are just spaces and desks you might take a look at https://seatsurfing.app/

I always hoped to find something more complex, with per user and per resource limits and custom rules, but I found only a few closed source Saas solutions in this sense.

[–] [email protected] 1 points 1 year ago

Use docker on arch. It is perfectly fine for one server. The need for release based distributions strictly comes only when managing many servers where updates should be unattended.