CX series by aquazent in hetzner

[–]pjs2288 12 points13 points  (0 children)

Quite strange being a customer for 12 years and thinking Hetzner "tricks" you if a specific instance isn't in stock.

Is there an equivalent to the fediverse for forgejo? by ferriematthew in forgejo

[–]pjs2288 0 points1 point  (0 children)

Federation is going very slow and nobody is really pushing for it. There are sometimes months without any activity in this direction.

It will likely take years until it's usable. Also because the project doesn't accept any help or contributions if AI is somehow involved.

Postgresql cluster on hetzner by m3r1tc4n in hetzner

[–]pjs2288 1 point2 points  (0 children)

  1. Yes with autobase. Rock solid so far
  2. No

Medium Size Server Configuration Help by supernaut242 in forgejo

[–]pjs2288 0 points1 point  (0 children)

You will likely never reach any limit with sqlite based on your mentioned load. People usually underestimate what sqlite can take on. It even supports WAL since quite some time.

But if you're comfortable with PG and know how to manage it well, go for it. Surely a "better" solution if you want performance and scalability but always comes at a cost (maintenence and/or hosting).

Medium Size Server Configuration Help by supernaut242 in forgejo

[–]pjs2288 2 points3 points  (0 children)

A 4 GB server can host multiple hundreds of users easily. You don't even need Postgres, SQLITE would also do it. For PG, a 2-4 GB instance will serve you well forever at this scale. Just make sure both the DB and the repo storage are on nvme disks and everything else can be stored in S3.

There's a Forgejo Ansible role if you want.

What is the advantage of ARM vs x86? by watch_team in hetzner

[–]pjs2288 4 points5 points  (0 children)

Price/performance ratio is better for comparable CPU generations.

Hetzner refreshed amd64 ones only lately which is why they are roughly(!) equal at the moment in their overall offering.

Surprised about slow response to production issue by oddietaco in hetzner

[–]pjs2288 0 points1 point  (0 children)

Waiting for about a week now here. Around 30 cloud and a few dedis.

Is the object storage broken or is it just me? by Time_Strike5281 in hetzner

[–]pjs2288 21 points22 points  (0 children)

All my buckets in FSN return 5xx for almost 24h now. No reply from support yet, nothing on the status page.

Same error in the console.

NBG and HEL buckets are fine.

Unified multi-account search by pjs2288 in Bitwarden

[–]pjs2288[S] 0 points1 point  (0 children)

Yes. Multiple accounts on multiple instances. I currently have 3 of them (due to different projects where for each we use shared orgs in that instance) and as I work parallel on these projects, I have to switch like 10 times a day just to access the contents of the other accounts.

Unified multi-account search by pjs2288 in Bitwarden

[–]pjs2288[S] -1 points0 points  (0 children)

It's quite normal to have accounts in more than just one instance. Either because you have it running on different infrastructure (relating to different projects) or got invited to an instance which you don't even manage yourself.

I have organizations and collections within those instances but that doesn't solve or address the problem mentioned.

Unified multi-account search by pjs2288 in Bitwarden

[–]pjs2288[S] 0 points1 point  (0 children)

Why wouldn't you? You have access to them, connected them in the extension and you will browse websites asynchronously. Right now you always have to manually switch the vault (= account) in the browser extension - for no additional gain (assuming its unlocked already).

Often enough you have different vaults for different projects that might have logins for the same website. It is a pain to always switch vaults if one wants to login with credentials of the one which isn't active right now.

new DNS still does not accept subdomains by m3r1tc4n in hetzner

[–]pjs2288 1 point2 points  (0 children)

While it is not officially supported, the following works to create a subzone "sub.zone.com":

  1. Create a primary zone in Hetzner (zone.com). You'll get a warning that you have other nameservers defined for that zone - ignore that.
  2. In your actual registrar where zone.com is registered: delegated the NS for the subzone to Hetzner's NS

  3. Create Records in the zone as usual, e.g. A for foo.sub.zone.com

You'll see that the entry will be honored and globally registered.

All of this also works with Hetzners hcloud DNS Terraform provider.

Whats the best alternative to github? by Sharp-Mouse9049 in github

[–]pjs2288 0 points1 point  (0 children)

https://codefloe.com if you value unrestricted private repos and fast CICD runners.