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 community!

Discussion around PR is very productive and a real pleasure.

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

So 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 server! https://forgejo.org/releases/

forgejo, to random
@forgejo@floss.social avatar

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
https://arxiv.org/abs/2208.04259

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 / , and how to potentially improve the situation.

forgejo, to random
@forgejo@floss.social avatar

The 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 , 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.

RL_Dane, to random
@RL_Dane@fosstodon.org avatar

Crossing my fingers for @Codeberg
🤞🤞🤞🤞🤞

RL_Dane,
@RL_Dane@fosstodon.org avatar

@edgren @Codeberg

They had an outage while migrating to the latest version of

All is well now.

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

We are going to update Codeberg to v7 within the next hour. This will involve a short downtime of about 10 minutes.

We apologize if this causes a disruption to your workflows today.

Codeberg,
@Codeberg@social.anoxinon.de avatar

The actual upgrade (and respective database migrations) are running now. The part looks smooth so far, we expect to return to service in about 5 minutes.

polychromata, to github

@fujowebdev It's nice to see representation of something other than #GitHub, but given that #GitLab is maintained by a forprofit, i expect it's only a matter of time before the same shit starts happening (and there /has/ already been one incident). It'd be cool to see like a cameo (or at least an offhand mention) of something like #Forgejo.

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

TIL: When you use and/or , you can pimp your profile page by creating a repository called .profile (the dot is important) with a single file called README.md in it. Once done, the Markdown in said file will be shown as default content on your profile page. This is going to be fun! https://codeberg.org/jwildeboer

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

The Forgejo community has just published the 7.0.1 bug fix release[1]. I went to my server, did a systemctl stop forgejo, to stop the rootless container[2] I use to run it, issued podman pull codeberg.org/forgejo/forgejo:7-rootless to get the updates, and finally systemctl start forgejo and done. Updated. Thank you @forgejo for being awesome and working so hard on making things better and better!

[1] https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#7-0-1
[2] https://codeberg.org/jwildeboer/gists/src/branch/main/2024/20240425ForgejoPodman.md

forgejo, to random
@forgejo@floss.social avatar

v7.0.1 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.

It fixes a LFS data corruption when running forgejo doctor check --all --fix or when [cron.gc_lfs].ENABLED=true is set (the default is false).

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.

Widowild1, to Synology French
@Widowild1@mastodon.xyz avatar

basculement de vers sous , c’est assez simple.
il suffit de changer dans votre docker-compose l’image de gitea pour forgejo.

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

How I run Forgejo as rootless container on my 9 machine with and (just a gist, you need quite some knowledge to follow along, I guess) https://codeberg.org/jwildeboer/gists/src/branch/main/2024/20240425ForgejoPodman.md Pull requests welcome :)

jwildeboer,
@jwildeboer@social.wildeboer.net avatar

Nice :) I can now open (and clone) repositories straight to VSCodium! It asks me where to clone the repo and done. I can edit files straight away.

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

Upgraded my private instance to 7.0.0 :)

scy, to random
@scy@chaos.social avatar

Hell yeah, @forgejo 7.0 has been released, and it comes with integration for SourceHut builds 🎉

Can't wait for Codeberg to roll this out :)

https://forgejo.org/2024-04-release-v7-0/

scy,
@scy@chaos.social avatar

Yay, @Codeberg has rolled out 7.0 and the builds.sr.ht integration works like a charm 😍

forgejo, to random
@forgejo@floss.social avatar

v7.0 was just released! Get it at https://forgejo.org/download/. 🚀

Forgejo v7.0 is available with translations in Bulgarian, Esperanto, Filipino and Slovenian; SourceHut builds integration; support for the SHA-256 hash function in Git; source code search by default and more. It also is the first Long Term Support version. The adoption of semantic versioning is the reason for the version bump from v1.21 to v7.0 and is compatible with existing tools. ✨

Read more at https://forgejo.org/2024-04-release-v7-0/

Beowulf,
@Beowulf@fosstodon.org avatar

@forgejo I activated bleve as indexer:

Before activation, my data folder was 280M in size, after activation it was 310M.

The indexer folder has changed as follows: 218k ⇒ 30M

“Stats”: It's a single user instance with 5 organizations, 49 Repositories (3 mirrors)

Wuzzy, to Software
@Wuzzy@cyberplace.social avatar

After the attack, I have a suggestion for all forges (, , , , etc.):
Have some way to visualize binary files better, including diffs to such files. Cuz now, we have basically nothing except byte counters.
Since they're binary files, it must be as generic as possible. But even some rendering or analysis is better than nothing.

The idea is to expose weird patterns in binary files that could be a sign of an attack.

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

Giving up on configuring to send e-mails. No matter what I try, it can't authenticate to my mail server. "Password mismatch" though it works without problems when I connect with my normal e-mail client, so I know the password is correct. I tried putting the password as PASSWORD and without the backticks in app.ini, no luck.

SOLVED: The key in app.ini is named PASSWD not PASSWORD.

badnetmask,
@badnetmask@hachyderm.io avatar

@jwildeboer
By the way, I started using in my because of your many posts about it (not only this thread). So, thank you! 😁

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