photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

271
active users

#codeberg

13 posts10 participants0 posts today
Replied in thread

@richiekhoo ah yes thank you for pointing that out!

The #codeberg repository was public but we since made it private, as my business partner wasn't sure if public meant that others could commit code (he's used to Github, not Codeberg).

It looks like public is fine, and only 'collaborators' can commit code, so I've set it back to public 😊

A bunch of my public GitHub repo's have been moved to Codeberg. The GitHub sources have been archived. I'm just about done with migrating everything.

Have a look if you want, maybe you'll find something of interest to you: codeberg.org/jwdevos

My last remaining public repo at GitHub contains the source data for my Hugo static site. There will be a few bald yaks before that one is done.

Codeberg.orgJaap de VosCodeberg is a non-profit, community-led organization that aims to help free and open source projects prosper by giving them a safe and friendly home.

Question about choice of forge software, I would be very thankful for some suggestions!

I aim to work on projects for customers, whom I want to grant read and write rights flexibly. I will be the main contributor, but my customer may need to add content too, and certainly need read-rights. The customer may be a non-nerd. Ideally, it'd be software that I can eventually host myself. Therefore, it should not be too complicated, since I am a beginner server admin.

#github#gitlab#git

Hey #Guix! The Guix Consensus Document (GCD) about « Migrating repositories, issues, and patches to #Codeberg » will close soon!

The last version:

git.savannah.gnu.org/cgit/guix

Discussion: issues.guix.gnu.org/76503

Drop a comment: mailto:76503@debbugs.gnu.org

Thanks all the participants and @civodul for driving; a friendly debate even on a touchy topic = a nice outcome! 😀

git.savannah.gnu.org002-codeberg.md - guix/guix-consensus-documents.git - Guix Consensus Documents

NEW - ⛸️🧱🖥️

DCG Domain Blocklist available - last updated 2025/04/14

1692406 - Domains blocked with that build !

🦜
🐻
Supercharging your content blocker to increase privacy and security.

All available lists:
- uBlockOrigin
- Hosts format & Hosts format with wildcards
- dnsmasq with wildcards

🌳
Ready to use lists combined from many permissively licensed sources.

divested.dev/pages/dnsbl

#divested #DivestedComputingGroup

#DCG

#fsf #FUTO #Fedora #codeberg #hardening #linuxtech #cybersec #cybersecurity #infosec #antivirus #hackernews
#opensource #linuxsecurity #vulnerabilities #vulnerability #alpinelinux #router #skynet #foss #freeyourmind

divested.devDnsbl - Divested Computing

Hello #Aachen (and nearby areas)! If you're interested in contributing to alternatives of big proprietary platforms (like #Codeberg :D - that being the alternative), I'm organizing a #Forgejo contribution workshop at the @cccac on Sunday, 27.04.2025 (two weeks), starting from 13:00.

(EDIT: Changed the date because I forgot about Easter.)

Click here for more details. 🧵

I’m looking to gather ideas on how efforts to trap #AI crawlers and feed them fake content on static site deployments can be drastically improved.

Feel free to share your ideas, approaches, or experiments—I’d love to hear what others are working on.

Explore @asrg’s implementation for static deployments via #GitHub Pages:
⚒️ algorithmic-sabotage.github.io

Explore @gedankenstuecke’s implementation for static deployments via #Codeberg Pages:
⚒️ tzovar.as/algorithmic-sabotage

ASRG · Trapping AIThis is a methodically structured poisoning mechanism designed to feed nonsensical data to persistent bots and aggressive “AI” scrapers that circumvent robots.txt directives.

👋💻 Hey #Developers!
🆓✨ Libre React UI Alert!

FOSS-UI: A freedom-respecting UI library (Radix UI-based).

🔧 Features:
✅ Navbars/Sidebars
✅ Sign-Up Forms
✅ Copy-paste-ready
✅ 100% Libre

🌐 Demo/Docs (decentralized):
bafybeihpnjgdjrc7eujhsj4rvfypy

📂 Repo: codeberg.org/MukiOpenSource/FO

Join the libre movement! 🌍
Use, study, modify, share! - Becouse software should empower everyone!

bafybeihpnjgdjrc7eujhsj4rvfypylfoyr2va2m5usnca3wiz5dg7ky6b4.ipfs.dweb.linkFOSS UI

Over the coming months I will move all my personal and private repositories from #GitHub and #GitLab to #Codeberg. I run many static sites and intend to use ci.codeberg.org to trigger the builds.

Once this process is finished and everything works fine with #forgejo. I will also migrate the repos of my company #MintSystem to codey.ch/. As there are some GitHub integrations I can't get rid of, I intend to mirror back the repos.

I'll keep you updated via #CodebergMigration.

ci.codeberg.orgWoodpecker

new release of fj.el, an #emacs #forgejo / #codeberg client. it adds:

- pagination of most views
- generic next/prev page functions
- generic reload engine, making it trivial to reload a specific view while changing a single parameter
- basic milestones support (add to existing issue, add while composing, display when viewing)
- new macro to handle optional parameters (in fedi.el), makes handling the full API much easier
- render item markdown using instance API (removes need for markdown binary)
- use server default for limit arg always
- mark notification read upon viewing item
- toggle notifications view read/unread/all
- cycle notification type
- list issues by milestone/label
- render PR review diffs and discussion in PR view
- display/add/remove reactions
- implement font-locking of issue numbers/user handles while composing
- add labels while composing
- fix multibyte encoding errors
- handle repos that you do not own yourself (via git)
- quote region in reply buffer
- cycle list own items by state and type (accross all repos)
- handle auth-source for encrypted access tokens
- support repos on different Forgejo instances via .dir-locals.el settings.

there's much need for improvement still, but it's coming along well.