mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

681
comptes actifs

#forgejo

8 messages8 participants0 message aujourd’hui

I've been "playing" with emacs-fj / fj.el for #guix a bit today and with the kind help of @civodul got it to work.

TIL:

* use latest git, the v0.6 shipped in guix is b0Rked
* in .git/config, use: url = git@codeberg.org:guix/guix.git
* (setq fj-host "codeberg.org"), (setq fj-user "janneke")
* although no documentation is shipped in guix, (info or otherwise), the website does have a README: codeberg.org/martianh/fj.el

Yes, that's right, the URL in .git/config must be just right and the "host" variable needs to be an URL.

To get started, try

* M-x fj-list-issues, or
* M-x fj-list-pulls

Then, in .git/config, add

[remote "pulls"]
url = git@codeberg.org:guix/guix.git
fetch = +refs/pull/*/head:refs/remotes/pulls/pr/*

and do: git fetch pulls. You need to manually relate the issue or pull-request number with origin/pulls/XX branch.

Codeberg.orgCodeberg.orgCodeberg 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.
Suite du fil

Ran the first bunch of CI/CD jobs after updating to RHEL 10 and everything JustWorks™, so building websites and software can continue. Big thank you to my fellow Red Hatters in engineering and the people developing #Forgejo and the forgejo-runner for such a boring experience! Boring is good :) (And yes, the forgejo-runner always says docker, even when you use podman, like I do)

Anyone here with #Forgejo and actions deployed using #LXC for base-images, instead of Docker?
I'd like to automatically generate my own base-images, I can transfer to one or two runner VMs, where all the app dependencies will be installed to.
Is there some project that I can feed some template-definition files, and it builds me a template?

I.e. the Runner should be Podman-deployed (for auto-updates), and the runner will receive only lxc-labels, with host local templates.

Suite du fil

Ha! I was able to get at least Forgejo configured with Pocket ID!

I thought I had to rebuild my Caddy container simply because I was misunderstanding how to properly configure it, but I don't actually need that. Interesting enough, the solution hit me in the head while I was brushing my teeth. 😁

Okay, now let's see which other services accept OAUTH2. 🎉

aujourd'hui mon processus de publication sur le blog c'est :

- j'écris un article depuis #Silverbullet, au format markdown, avec les annotations dans le yaml header
- j'ai « codé » dans silverbullet un système qui me permet de faire un `git commit && push` pour le contenu de mon blog
- ce qui va lancer une automatisation dans mon instance de #Forgejo pour build le contenu et le pousser sur mon site

Trop facile 😎

With all this talk of Codeberg in Guix, I did have a go at deploying #forgejo at https://forge.cbaines.net/ but I'm not sure this actually helps with accepting contributions compared with https://git.cbaines.net/ .

Without starting to manage user signups, which seems complicated, only I can create Pull Requests. Am I missing something?

forge.cbaines.netforge.cbaines.netForgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.