- cross-posted to:
- selfhosted@lemmy.world
Downloaded and installed!
👍👍
Nice!
I actually recently set up my own Forgejo instance, and it’s remarkably similar to GitHub, to the point where they share Github’s “actions” code.
Congrats! More hosting diversity is a good thing.
Oh…I was interested until you said actions. What a terrible system for ci.
What’s wrong w/ actions? Is there something else you prefer?
I think they’re quite powerful. There are a variety of triggers, runners are fairly easy to configure (easy to scale up), and the syntax is pretty straightforward. It seems to work pretty well.
Every other ci in existence you just write a command. Then if it doesn’t work you run the command on your machine and fix it.
Actions are “magic” which means you have to fake the ci runner with tools and reverse engineer the action to run local debugging and if it failed you might not even fully know what was running with digging into the actions source.
GitHub provides you the tools and their “easy” until they aren’t.
It’s very Microsoft though. It feels like trying to write a Windows app and trying to get your random Net environment definition to line everything up and compile in VS then hoping the same thing happens when you deploy.
You can just write bash scripts in your actions if you want them to be easily replicatable on your local machine, so you don’t really lose anything with that system.
I prefer Gitlab CICD but there are many. Actions had a lot of potential. Then Microsoft bought GitHub and just slapped the Actions label on their CI. If you pull off the mask, it is just Azure devops.
I do too. I kinda miss Jenkins but a lot of the conveniences in GitLab’s CI are really nice and it’s better for 99% of use cases.
I love that they have scoped labels while GitHub still doesn’t
Yep I got one too. Works great and self hosted. I swear its actually faster than GH is nowadays.
And I like that it doesn’t try to advertise and recommend a ton of repos to do you like GH does now.
The releases page is just as easy to find!
GitHub has slowly become an advertising platform for repos more than anything. I miss what it was just a couple of years ago. It did exactly what you needed when you needed it. Now it’s just so bloated
Forgejo Actions is definitely not a turnkey idential-to-GitHub solution, but it’s quite similar and for most not-super-complicated setups it’s basically the same (for better or worse, depending on if you like GH’s Actions).
As far as I remember, everything that I need works out of the box, except for Docker. In fact, just about everything Docker is somewhat quirky in Forgejo Actions.
-
One mildly annoying quirk of Forgejo is that as of current, the token generated for each Actions run is not quite the same as GitHub’s token. For my specific use case, if you want to upload a Docker Image to the package repository, you can not use the standard auto-generated token, which GitHub does allow you to use. Forgejo instead currently requires you generate your own app token and use that instead, as the auto-generated one lacks permissions over packages. (https://codeberg.org/forgejo/forgejo/issues/3571)
-
Depending on your infrastructure, it might just be impossible to make the various Docker-related actions (such as https://code.forgejo.org/docker/build-push-action) work. As an example, my infrastructure outlined below is one such case where those actions simply do not work.
Bare Metal (Debian 12) / ├─ Rootless Podman/ ├─ Forgejo ├─ Forgejo Runner ├─ Podman-in-Podman (Inner Podman also Rootless)/ ├─ <Actions Containers Run Here> * If you use rootful Docker with Docker-in-Docker, those actions will then work as expected. It is just that attempting to make them work with Rootless Podman (at least the version that ships with Debain 12) currently seems to be impossible.
- that’s really too bad, I hope that gets resolved soon
- that’s a pretty old version of podman (4.3 looks like?); also, why have nested podman? My infra is something like this:
Bare Metal ├─ Rootless Podman ├─ Forgejo ├─ Rootless Forgejo Runner (planning to run on another machine entirely) ├─ <Actions Containers Run Here>
I doubt the extra level of nesting is the issue though. If your issue is networking, then maybe the version of podman is the issue, since they switched out the networking layer in 5.0. I upgraded for a related reason, though I’m still getting some odd issues (mostly w/ the DNS resolver).
I haven’t gotten to cross-compiling just yet, nor have I needed to build a docker image since my projects are very much in the testing phase. But maybe I’ll give it a shot soon, since it’s better to catch these types of issues before it becomes a bigger problem.
I agree that it is quite possibly related to the version of Podman moreso than an inherent issue. I am currently satisfied, however, and have no desire to fiddle with it any more… Or at least until Debian 13 gets released.
My use of PinP is almost entirely for cleanliness. It allows me to more easily wipe the build environment (clear out space, troubleshooting). It also mildly improves security as the ‘untrusted’ actions containers run on a separate environment from the important Forgejo container.
The workaround I use for the premade Docker actions not functioning is to simply install Podman as one of the build steps and use that instead, lol. (Some configuration required, but that’s the gist.)
-
can someone make a quick intro to what happends for microsoft to block organicmaps account ?
Going by their Mastodon account, seems they were erroneously detected as “from a US-sanctioned region” and it took too long for said error to be resolved, so they just made the switch.
Shit. I live in Denmark. How do you download a whole github repository, commits, issues and all?
Good question. Commits are easy - they are part of git core functionalities so are included in every copy of the repository (for example developers’ local copies) but github specific contents like comments, issues, PRs…?
This should also be part of git repo (but maybe not downloaded through typical git clone as it might be too large though). Has developers of git ever considered doing this?
The original developer of Git is Linus Torvalds and he wrote it for the use of developing Linux. He handed off the project to Junio Hamano after a short while who still leads it. They use a process where you submit patches by mail, for Linux and for Git itself too.
To make this easier they have the commands
git format-patch
,git send-email
andgit applymbox
later changed togit am
to apply them. They also addedgit request-pull
to generate a short plaintext email like message to request a pull.The Pull Request as a bigger concept of data and discussion that should be kept around came from GitHub and was put over top of Git. The concept has been rebuilt by various competitors separately. But it doesn’t match the Linux and Git development model so they never used GitHub Pull Request, even though there is a GitHub mirror of Linux and a GitHub mirror of Git. For them the discussions happens in the mailing list.
So it’s very unlikely they would start including the stuff that was added by others over top, that they don’t need.
No, it they didn’t change anything add new git remote to the new address
You can make git clone and get all the code and commits. Issues are a GitHub feature and they cannot be downloaded by a simple git command
You can import it on an alternative like gitlab. The process of moving something from github to gitlab is just as smooth as if everything was contained in the repo itself.
Personally, recommend forgejo, gitlab has a lot of features I didn’t need and I found the upgrade process if you didn’t keep on top of it annoying. Forgejo actions are pretty similar to github ones and setting up runners is super straightforward.
“US sanctioned region” is russia. The developer team fully consist of russian citizens, some of them are still in russia.
Why aren’t russian people allowed to upload code. Why does the US get to dictate everything
Microsoft is a US based company. They cannot legally make business with sanctioned entities. And since it’s not profitable for them - they just made a geoblock geoblock
Could MS ignore the sanctions in that case? probably
Aren’t they now based in Estonia since when the company was established?
They can be de jure in Estonia and de facto wherever they want.
E.g OnlyOffice claim to be based in baltics too, but the development office is still in Nizhniy Novgorod(russia).
The developer team fully consist of russian citizens
I dont think thats correct. Do you have a source? The predecessor that it was forked from
maps.me
maybe, but the current dev team has nothing to do with that project anymore.I was wrong, not entirely, but 6-7 out of 10. Had to doublecheck. https://github.com/orgs/organicmaps/people
And there’s a wiki page on maps.me(founders are the same, they just sold it and forked a few years later to create organicmaps) https://en.m.wikipedia.org/wiki/Maps.me
The only person on this list that lives in Russia is Alexey Naumenko. So what are you yappin about? So far i also cant see that name on the new member list https://git.omaps.dev/org/organicmaps/members
mapsme: founded by Yury Melnichek, later joined by Alexander Borsuk and Viktor Govako
organicmaps: founded by Roman Tsisyk (completely unrelated to mapsme) and later joined by Alexander Borsuk and Viktor Govako
So the founders are not the same, but some devs from the old project joined organic maps.
Not really nice of you to edit the message after it was replied to.
Changing your github profile location does not mean neither factual relocation, nor changing citizenship.
yappin
Just adding context, because thir wording makes everyone think like “out of the blue, by some stupid coincidence one of the developers possibly seemed to be somewhere around some misteruous sanctioned region”
Not really nice of you to edit the message after it was replied to.
I didnt…
My last edit was at: Saturday, March 29th, 2025 at 9:34:06 AM GMT+01:00
Your comment was posted at: Saturday, March 29th, 2025 at 9:45:53 AM GMT+01:00
Changing your github profile location does not mean neither factual relocation, nor changing citizenship.
Then where are you getting 6-7 from? Those people could be Polish or Ukrainian or born somewhere completely different. They could have moved, changed citizenship, whatever. I dont know. You dont know.
Given now that the US has a russian president, maybe the US should sanction itself lol
I’m looking forward to the time Forgejo starts supporting Forgefed
Yeah with their recent grant it looks like it’s the next priority, that will be pretty neat:
This was always going to jappen datahoarders we have to mirror all of github!
You don’t even have to be a datahoarder to help. Run ArchiveTeam warrior on a computer
Easiest way if you’re already someone who needs to use Docker, is to throw this compose file somewhere and run it: Docker Compose file for Warrior
https://mastodon.social/@organicmaps/114155428924741370
Looks like a contributor was in a sanctioned region?
sanctioned region
What’s that?
A country the USA doesn’t like
Seems so arbitrary that they just block the entire project instead of the user in the sanctioned region.
¯_(ツ)_/¯
Probably for the best, GitHub seems like a liability (to a lamen like me, anyway)
Insane that Github blocked their entire development without discussing it with them though. Ban the contributor, not the entire open source project.
Sounds like an easy way to do unproportional damage to projects with a bit of location spoofing.
I was very surprised to learn that .NET has an entire team in North Korea
And all of them sharing a single 26k connection, too
I heard they got upgraded to DSL
Looks like a contributor was in a sanctioned region?
Not according to that thread - it looks like they don’t yet know what caused it:
https://mastodon.social/@organicmaps/114178916120483761
No any details from GitHub yet. One contributor mentioned a temporary visit to disputed areas a long time ago — GitHub probably just flagged the account, and their bots messed up after that.
GAFAM is all one hydra.
This post is stupid. The whole reason they are blocked is because Russia invaded ukraine, so the US sanctioned them, so Russian developers can’t use Github, not because “microsoft bad” (true but irrelevant in this case) but because Microsoft is legally obligated to block them.
Fuck russia. Honestly this post makes Microsoft, Github and USA look good, and Organic Maps look bad. Organic maps should ban russian developers from contributing.
Honestly after this post I will avoid Organic maps. More like genocide-complicit maps amirite.
Moving off of GitHub is still good, even if you believe their reasoning behind their reasons is incorrect.
Are you aware of how much open source work comes from Russians? Russians != Russian govt.
The US supplied 80% of the bombs dropped on Gaza.
Do you believe US civilians should be prohibited from interacting with the rest of the world?
As a US citizen. YES. FFS, the point of sanctions is to compel a change or deter an action. Americans might pay way more attention when the rest of the world puts us in timeout because of the terrible leadership.
Research has shown it has historically had very little to no impact on policy. What it does do is harm the lowest rungs of society.
For example a 2019 report on Trump’s Venezeuala sanctions estimate up to 40,000 people died. Mostly poor people who went without healthcare and medicine because the US froze all of the government’s funds and access to credit.
In my opinion, I’d prefer if we just bombed civilians in the countries we sanction. It’s more honest. It really is a form of low level warfare. Something akin to a medieval raiding party
It is the lowest rung that supports the russia invasion in ukraine. it is not a war crime to use sanction, people don’t die due to sanction they die from failure of their government.
no countries and their friends should be forced to trade with any country they don’t like. every country have the right to sanction or boycott countries they don’t like. Just like I have the right not to buy McDonald’s or not use reddit. Their employees die because I don’t “trade” with them is not my responsibility. This is more honest.
Attacks against civilian targets are war crimes. When you do it through sanctions its OK.
I’m just asking that we are more honest about it. For example instead of putting sanctions on Venezuela we could have just done what Israel is doing to Gaza and gotten similar death toll.
I mean, it’s probably in their best interest to avoid us. We are a terrible country.
but_what_about_.jpg
Do you believe US civilians should be prohibited from interacting with the rest of the world?
Yes…? Why haven’t other countries sanctioned the US for Gaza genocide? But that’s also not the point at hand.
but_what_about_.jpg
whataboutism isn’t some magical phrase that you can utter every time someone brings up hypocrisy
if we’re going to support sanctioning civilians based on their countries breaking international law, then we should not have double standards. otherwise it’s very clear to anyone paying attention that this is a geopolitical issue and not a moral one.
and that’s what this is actually about. the US sanctions on Russia are a geopolitical tool meant to make the Russian re-subjugation of Ukraine more expensive. that’s it. US doesn’t actually care about Ukraine- neither this administration or the last.
to me, that doesn’t justify banning individuals from participating in OSS projects. anybody that wants to contribute should be able to.
How the fuck is banning people in certain countries for something they don’t have control over from contributing to small projects like this doing anything but shooting the FOSS ecosystem, which already has a severe shortage of developers, in the foot?
I don’t think I want my government deciding who can contribute to my open source project.
When Trump gets into a dick measuring contest with a US ally and sanctions them, POOF foreign contributors are gone. Community management, codebase familiarity, and open PRs be damned. It’ll kill open source projects.
deleted by creator
I have nothing against Russian developers. But I do think they should be completely isolated and blocked from the outside world. That’s the whole point of sanctions.
That makes sense when it harms business being done in that country, people’s opportunity to find jobs and stuff like that.
But blocking people from working for free on open source projects where there’s nothing to be gained is harming progress, not individuals or countries. That’s not what sanctions were made for.
deleted by creator
no.
deleted by creator
By your logic developers in the US shouldn’t be allowed to contribute to free software either, after all the US is committing genocides and threatening to invade other countries
Well, yeah. That’s literally the point of sanctions.
The point is to protect national interests, not reject free contributions from normal people for non-security critical but useful software projects which is just idiotic
If some country will sanction US that is hosting FOSS, absolutely. That’s not mutually exclusive with this.
Russian bots down voting you.
This is how sanctions work. Don’t like it? Get your government to stop invading Ukraine.
Proceeds to use open source tooling with numerous contributions from US-based software developers
Not a Russian bot. Down voted it because GitHub is still a poor choice to host open source on nowadays. It’s like someone saying “It’s stupid that such and such switched to renewable energy instead of fossil fuels because they believe the world is flat. The world is not flat!” It’s really missing the forest for the trees.
Get your government to stop invading Ukraine.
How about we get the american government to stop supplying Israel with bombs they drop on Gaza? Oh, I guess that’s too much effort.
Upvoting for the concise summary of what the article is about (thanks!); not for the opinion expressed (which appears to conflate Russian developers with the actions of the Russian government – something I find problematic at best).
Nothing personal against russian FOSS developers. They should be blocked (sanctioned) from contributing until the sanctions are stopped.
Fuck russia. Honestly this post makes Microsoft, Github and USA look good, and Organic Maps look bad. Organic maps should ban russian developers from contributing.
I… don’t follow. How does this make the Microsoft, Github, and USA look good? The policy here is absolutely stupid.
Me too. I presume half of the votes on this comment are upvotes because they only read the first half of it.
Can you please explain how you come to such a conclusion of your second half, OP? Like you saw, we really don’t follow.
Ah, the threatened oligarchy is at it again. I’m sure its purely a coincidence and not at all a retaliation for people abandoning big tech en masse.
By what standard is GitLab not a “capitalist platform”? It feels even more corporatey than GitHub. From their homepage:
GitLab is the most comprehensive AI-powered DevSecOps Platform.
Yeah but it’s not Microsoft-controlled
Gitlab was created by a Ukrainian, and Microsoft is blocking Organic maps Russian developer due to sanctions due to war on ukraine, which is why what you’re suggesting is pretty cursed
Codeberg is a non-profit that has no fees, but accepts donations. They only allow FOSS projects.
Why would I move away from git if I could just move away from github/lab and keep git?
Are you talking about Fossil ? Fossil’s commands are just like git’s & with the added benefit of having Github’s stuff like wiki & even a forum built into it
That’s a gimmick that doesn’t justify the costs of switching from Git (IMO)
If you want decentralized collaboration features in git without using forge software, you can use mailing lists like the Linux kernel does.
Nice! It even supports the same RSS feed format. For anyone who also wants FOSS releases injected straight into their veins https://git.omaps.dev/organicmaps/organicmaps/releases.atom
deleted by creator
Lol fucking Russians deserve to be blocked everywhere
why is Organic Street Maps better than the other ones, that claim to be Open Street Maps derived?
bandwidth is not disposable ya’ll.
I tried a lot of them and i like the interface of Organic the best.
Two reasons:
- interface rocks
- maps are downloaded for offline use
I’ve been using OsmAnd for years, and offline maps has always been one of their main things.
OsmAnd is okay, but I really like the interface of Organic Maps better.
Organic Maps is definitely easier to use, especially for new users but OsmAnd is more powerful. I have both and they’re awesome.
I wish there was some way to share the assets since they use the same base data. I use osmand because I find it better for hiking and route planning to send to my watch, but would use organic as well if I I didn’t need to keep two copies of the maps.
Yeah I know what you mean. Map downloads especially can take up a lot of space/take a lot of mobile data to download. I tried to copy them across manually once but it didn’t work.
that’s enough for me, except are the other ones not good?
downloading maps for offline – you nuts? how does anyone profit from the clicks?
They don’t - but at the same time it saves a ton of money on bandwidth
that is an extra plus feature i always wanted from a “smart” phone - offline maps. i spent money on some of those apps back when it was kicking off and a very few of them were actually helpful, like showing me actual USGS topo maps.
would not have helped me that much for survival on my Hawaiian big island fuckabout, because even the big island is not big enough to get truly lost. i tried!
eventually I went downhill on the volcano towards the ocean for a day or two until cell reception and called my girlfriend and told her I hit my head pretty hard and she should come get me.
still the maps would have been super interesting. also, Red River Gorge, and all the southwestern N. America desert.
ai driven anti-spam is destroying the internet and deleting legitimate businesses every day. there is usually no customer support, and there are no humans in charge. there is nothing you can do.
Plausibly deniable attacks on political opposition.
Boycott all US based services.
This is the way.
deleted by creator