aral, to hosting
@aral@mastodon.ar.al avatar

Does anyone know of anyone offering managed Forgejo hosting?

(I don’t mean Codeberg. All my stuff is already on Codeberg. I mean where I could have my own VPS running Forgejo just for our own projects but where I wouldn’t have to deal with managing yet another server.)

#forgejo #hosting #vps #fediMind

forgejo, to random
@forgejo@floss.social avatar

The #Forgejo monthly update was published ✨ It is a high level overview of the project activities.

A UI team was created by Forgejo contributors who have been at work for months on the necessary backports of bug fixes. More ambitious discussions started on the strategies to improve the codebase and the User eXperience. Forgejo needs help to triage. If you ever create a new issue, take a moment of your time to also look at a few others.

https://forgejo.org/2024-05-monthly-update/

arch, to selfhosted
@arch@floofy.tech avatar

Wrote a quick blog post summarising my recent thread(s) about Amazonbot (and more) scraping my @forgejo instance https://gabrielsimmer.com/blog/stop-scraping-git-forge

jwildeboer, to random
@jwildeboer@social.wildeboer.net avatar

Yay! Managed to get #forgejo runner working with #podman on my #RHEL9 server! Ran my first action, so I now have my little CI/CD working :) Big thanks to https://copr.fedorainfracloud.org/coprs/ne0l/forgejo/ for making it easy to setup.

Bubu, to random
@Bubu@chaos.social avatar

related events happening at

@Codeberg

vwbusguy, to opensource
@vwbusguy@mastodon.online avatar

If you're wondering what forge to host your code project on, the right answer is probably going to be . If the right answer was anything else, you probably wouldn't be wondering about it.

https://forgejo.org/

Don't want to host it yourself? Then is what you're looking for.

@forgejo @Codeberg

n0toose, to random
@n0toose@chaos.social avatar

and meetup at ? (feel free to DM me)

categulario, to random Spanish
@categulario@mstdn.mx avatar

En más noticias internacionales, ayer migré todos los repositorios de un cliente (decenas) de a porque realmente me gusta . Es una pieza fina de software.

meissa, to fediverse
@meissa@social.meissa-gmbh.de avatar

With small steps we get closer and closer to completely merging our large PR regarding federated stars in Forgejo!

With the successive merging of smaller sub-PRs, there are now only 25 "Files Changed" remaining in the large PR :-)

Check out our latest blog post: https://domaindrivenarchitecture.org/posts/2024-05-24-state-of-federation/

#fediverse #forgejo

forgejo, to random
@forgejo@floss.social avatar

#Forgejo v7.0.3 was just released! This is a security release.

We recommend that all installations are upgraded to the latest version as soon as possible.

Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues.

jwildeboer, to random
@jwildeboer@social.wildeboer.net avatar

deleted_by_author

  • Loading...
  • jwildeboer, (edited )
    @jwildeboer@social.wildeboer.net avatar

    It has landed. As I run my own #Forgejo instance as a #rootless container on my #RHEL (Red Hat Enterprise Linux) server, all it took was

    #> systemctl stop forgejo
    #> podman pull codeberg.org/forgejo/forgejo:7-rootless
    #> systemctl start forgejo

    And done. Updated to 7.0.3 :)

    Release notes at https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-3

    Thank you to all that made it happen, @forgejo :)

    scy, to python
    @scy@chaos.social avatar

    Since sometimes I'm eagerly waiting for to update to a new version, I now have a small command to check it for me.

    https://codeberg.org/scy/dotfiles/src/commit/5679998191b7c6f76058050b26976b94c35e1e52/bin/codeberg-version.py

    (Made it a goal to not require third-party libraries or tools for such a small task, but damn I totally get why nobody is using 's builtin HTTP client directly 😬)

    mmarif, to android
    @mmarif@mastodon.social avatar

    GitNex 5.5.0 is now OUT with a new comment UI, the ability to update your profile avatar, the option to insert notes to issues/PRs/releases, and many other improvements.

    We have also reached 400 stars on #codeberg. Thanks to all for supporting GitNex all the way.

    With the upcoming 6.0.0 release, GitNex will have different version numbers, such as 6.0.0, 7.0.0, and so on.

    I hope you enjoy the new release and find it even more productive.

    #gitnex #gitea #git #android #forgejo #app #fdroid

    New comment UI

    jwildeboer, to github
    @jwildeboer@social.wildeboer.net avatar

    #Gitlab still doesn't support issue templates in #yaml, the way #Github and #Forgejo can. Only #Markdown, which is a lot less attractive. But #Github and #Gitlab can do label changes in the Kanban (project) view, which #Forgejo can't.

    jwildeboer, (edited ) to opensource
    @jwildeboer@social.wildeboer.net avatar

    You know why I like @forgejo so much? I just did a "fly-by" patch on the documentation because I was annoyed with how complicated that one page was written. So I forked the repo, cleaned up that page and submitted a Pull Request. And guess what? No discussions, no back and forth, it just got merged! Now THAT is how you attract new contributors to your Open Source project. Thank you! My first contribution!

    https://codeberg.org/forgejo/docs/commit/784e395e977c5a3d0ca6892501f7216939f3b955

    #Forgejo #OpenSource #MergeFast #FirstContribution #FeelsGood

    jwildeboer,
    @jwildeboer@social.wildeboer.net avatar

    The issue template system in #Forgejo is really powerful, BTW. Here's an example of a yaml issue template[1] and the resulting issue[2]. It sets labels, the branch and adds a nice checklist after you submit the issue. So cool. Oh, and you also get nice looking emails when you create an issue :)

    (please don't file test issues in my repo behind those links ;)

    [1] https://codeberg.org/jwildeboer/jwildeboersource/src/branch/master/.forgejo/ISSUE_TEMPLATE/corr.yaml
    [2] https://codeberg.org/jwildeboer/jwildeboersource/issues/10

    Screenshot of the template in action when creating a new issue. A shiny form with wonderful layout and input elements.
    After the issue is submitted, you get a nice looking issue with a checklist on top that allows you to document the progress.

    Codeberg, to random
    @Codeberg@social.anoxinon.de avatar

    Bugfixes for long-standing issues incoming - now deployed to Codeberg!

    In Summer 2022 it was discovered that the #Gitea RSS implementation had issues for project feeds which duplicated entries.

    With the help of Codeberg's financial support to #Forgejo, this bug is now fixed in the next release and already deployed to Codeberg now.

    Your donation helps improving Codeberg - thank you all for your support!

    Original bug report: https://codeberg.org/Codeberg/Community/issues/684

    meissa, to random
    @meissa@social.meissa-gmbh.de avatar

    Yay - we are on the road. The first babystep on the road to federated-stars was merged:

    https://codeberg.org/forgejo/forgejo/pulls/3494

    Many thanx to the nice & warm #forgejo community!

    Discussion around PR is very productive and a real pleasure.

    #federation #forgejo

    jwildeboer, to random
    @jwildeboer@social.wildeboer.net avatar

    So #Forgejo 7.0.2 has been released and it fixed a rather obscure bug I found: Replying to issues via e-mail didn't always add the attachments like screenshots. This is now fixed! Yay! And it was just a systemctl stop forgejo; podman pull codeberg.org/forgejo/forgejo:7-rootless; systemctl start forgejo on my #RHEL9 server! https://forgejo.org/releases/

    forgejo, to random
    @forgejo@floss.social avatar

    #Forgejo v7.0.2 was just released! This is a bug fix release.

    We strongly recommend that all installations are upgraded to the latest version as soon as possible.

    Check out the release notes and download it at https://forgejo.org/releases/. If you experience any issues with this release, please report to https://codeberg.org/forgejo/forgejo/issues.

    morenonatural, to github Spanish
    @morenonatural@todon.nl avatar

    [2208.04259] First Come First Served: The Impact of File Position on #CodeReview
    https://arxiv.org/abs/2208.04259

    #github #gerrit #gitlab #sourceforge

    Codeberg, (edited )
    @Codeberg@social.anoxinon.de avatar

    @morenonatural Sorry, the emoji was mainly expressing that we saw the post and are considering the impact on Codeberg / #Forgejo, and how to potentially improve the situation.

    forgejo, to random
    @forgejo@floss.social avatar

    The #Forgejo monthly update was published ✨ It is a high level overview of the project activities.

    Contributors celebrated the release of Forgejo v7.0 and Codeberg was upgraded the next day. A lot of effort went into the automation of the development process. As Forgejo matures, more and more of the work is about day to day management of bug reports, localization, security, etc. 17 interviews were conducted to better understand how it is used and shape its roadmap.

    https://forgejo.org/2024-04-monthly-update/

    Codeberg, to random
    @Codeberg@social.anoxinon.de avatar

    Introducing some of the new features now available on Codeberg (the thread will be extended over the next days):

    You can now set your pronouns in your user settings, and they will display on your profile.

    If you link to code in an issue, these will now show up as a preview, see https://codeberg.org/forgejo/forgejo/issues/3525 for example.

    Codeberg, (edited )
    @Codeberg@social.anoxinon.de avatar

    With v7, there is now experimental code search support. It is currently only available to logged-in users and up to a certain repo size for performance reasons.

    Results are generated with git-grep on the fly. We are working on integration with an external search index and also making progress there, but it will take some more time until this is ready.

    Codeberg,
    @Codeberg@social.anoxinon.de avatar

    Now is a good time to get involved with #Forgejo, because the roadmap for the next release is being determined.

    Get involved, be it as a designer, frontend or backend developer, translator, user researcher or by helpin to triage bugs and determining feature priority.

    Reach out if you need onboarding.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • ngwrru68w68
  • everett
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • rosin
  • cubers
  • Durango
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • osvaldo12
  • tacticalgear
  • modclub
  • cisconetworking
  • mdbf
  • tester
  • ethstaker
  • Leos
  • normalnudes
  • provamag3
  • anitta
  • lostlight
  • All magazines