mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

#Codeberg

48 posts42 participants1 post today

@nuintari

hmm I use a markdown editor with hugo. And I have configured CI scripts to auto generate my website whenever something changes. hugo is already there. You just need a markdown editor and pkg search markdown didn't show up anything.

I host my websites on #codeberg. And I use their experimental Forgejo runner

Continued thread

OK, so this is a very cool feature of #Codeberg:

You can subscribe to any user's activity feed via RSS or Atom.

Here's my RSS feed:
codeberg.org/jaredwhite.rss

I added it to my @feedbin account and it looks great! This is handy because as more people migrate off of GitHub, you might want to continue to keep track of various people's work on coding projects.

GH also offers Atom feeds, but the formatting looks awful. Codeberg is much nicer! 😏

P.S. Projects & orgs also offer activity feeds!

I'm leaving GitHub for Codeberg!

With all the recent drama around Microsoft's shitty plans for GitHub, and a final draft of my ALife paper being due, I decided now was a good time.

It's been pretty painless thus far! Though, I was only hosting repos on GitHub, not using any of their fancy features. The only challenge has been that Codeberg is a little busy with so many people trying to migrate at once!

I did have to update some links in my code, and will now have to hunt down links pointing to my code from elsewhere. Unfortunately there's no updating my first paper any more, so I'll probably leave a stub up on GitHub pointing to Codeberg so people can find it. Alas, I can't delete my GitHub account completely.

Well worth the trouble, though. It feels better to use a non-profit, open source solution.

I guess the volunteers have enough headaches from berserk AI crawlers. So if they drop the pages, that would be completely understandable:

"Codeberg Pages is currently provided with a best effort approach. To be exact, the software behind this feature is currently in maintenance mode."

Any suggestions where I could publish, say, the Javadoc of a software I maintain. Just a git push and be done. European provider, independent of the US clouds required, though.

Everyone has seen the #Microsoft headquarters, the #Apple headquarters, even the #Linux headquarters, but have you seen the #Arikoto headquarters?

Look up from your phone, watch, PC, whatever you’re reading this on.

Yep, over there. That’s the Arikoto headquarters. Over there too. I work on Arikoto, wherever I want, whenever I want. The universe is my headquarters.

Check it out on #Codeberg:
codeberg.org/NerdNextDoor/arik

Summary card of repository NerdNextDoor/arikoto
Codeberg.orgarikotoArikoto is a personal OS project that is inspired by and is aiming to have a similar nature to ToaruOS.

Bridge Browser
Privacy focused browser with fediverse integration
"Bridge Browser makes history as the first web browser to natively integrate Mastodon and Lemmy, bringing decentralized social media directly into the browsing experience. Bridge also revives RSS reading as a first-class browser feature for the first time since the early 2000s, fundamentally changing how users discover and engage with content online."

Summary card of repository rozodru/Bridge
Codeberg.orgBridgeA Privacy focused and Fediverse integrated fork of Firefox

I’ve just started migrating my personal repositories from #Github to #codeberg.

I just won’t use github anymore for my own stuff.

I encourage you all to do the same. There are plenty of guides to help you with the migration; also, if you are familiar with command line, it is very similar. You will find it quite seamless.

After yesterday's success of setting up a Foregejo Runner with Codeberg the problems started.

I'm working on a Local Action to upload files to FTP. It consists of action.yml, Dockerfile and entrypoint.sh but no change to any of these files triggers a rebuild of the Image. So, I'm stuck with the first built Image version, unless I shell into the Docker-in-Docker container and remove the Image manually.

This feels like either a caching issue or I am missing something obvious.

Continued thread

I'm still going to use Codeberg to share the CLI tool that @metasyn made for me to generate RSS for my site. I'm on a fresh machine so I went through the process of installing from scratch and tried to update the docs to be a little more comprehensive. I spent a long time learning about lxml while trying to understand why the original venv was no longer compatible, but have found a way to make everything work without it for now. codeberg.org/pixouls/PixelRSS/

Summary card of repository pixouls/PixelRSS
Codeberg.orgPixelRSSPixelRSS

I'm building a simple web form
(#HTML ), which posts to an API (#FastAPI ). I'd like to containerize the API app (#Docker ), and run in on a server (considering: #AWS Elastic Container Service). The web front-end can be stored & served from AWS S3 + CloudFront (for HTTPS). I want to add automatic / continuous testing & deployment (using #Codeberg as my code repo, considering #OpenTofu for the infrastructure deploy). - Suggestions/guides/docs? 🙏🏼