this post was submitted on 31 Mar 2025
11 points (100.0% liked)

Forgejo

203 readers
1 users here now

This is a community dedicated to Forgejo.

Useful links:

Rules:

founded 2 years ago
MODERATORS
 

The difference between forgejo and codeberg.org is clear. Forgejo is the software and codeberg is the entity that owns it, provides the domain name, etc. and also hosts a public forgejo instance at codeberg.org.

Lately, I've seen that there is also code.forgejo.org, which I assume is run by the same people. Why are there two public instances run by the same organisation? Are users supposed to migrate from one to the other? I see that code.forgejo.org currently has version 11.0 deployed which afaik is not released yet, so is that instance just for testing purposes?

you are viewing a single comment's thread
view the rest of the comments
[–] forgejo@floss.social 2 points 2 days ago (1 children)

@starshipwinepineapple @ctrl_alt_esc Hi, I'd like to clarify a bit the confusion about the various instances of Forgejo:

  1. https://codeberg.org/ — a public instance, run by @Codeberg
  2. https://code.forgejo.org/ — instance used by Forgejo contributors for development, e.g. of the Forgejo Runner
  3. https://data.forgejo.org/ — currently points to 2.
  4. https://*.next.forgejo.org/ — test instances, updated daily for supported and upcoming versions (currently v7, try=v11 and v12)
    ~ @mahlzahn
[–] forgejo@floss.social 1 points 2 days ago

@starshipwinepineapple @ctrl_alt_esc
https://data.forgejo.org/ is the default place to get actions from that can be used within CI workflows. It may in the future be a readonly and restricted inatance (to increase availability and resistance to crawlers, etc.)
~ @mahlzahn