this post was submitted on 05 Aug 2024
23 points (84.8% liked)

Selfhosted

39350 readers
667 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I would like to run code-server but i don't like the idea of trackers hence codium. I found this old reddit thread but it wasn't particularly helpful.

top 6 comments
sorted by: hot top controversial new old
[–] breadsmasher@lemmy.world 10 points 1 month ago

Happy to be corrected but I think code server doesn’t use the exact vscode build from microsoft

https://coder.com/docs/code-server/FAQ#why-cant-code-server-use-microsofts-extension-marketplace

And I think the trackers you are (rightly) concerned about aren’t in code server but they have their own equivalent. You can disable the telemetry though

https://coder.com/docs/code-server/FAQ#how-do-i-disable-telemetry

[–] poVoq@slrpnk.net 6 points 1 month ago (1 children)
[–] muntedcrocodile@lemm.ee 1 points 1 month ago (1 children)

I saw that in the reddit thread I like codium have been using it for ages and have a bunch of plugins I like.

[–] poVoq@slrpnk.net 2 points 1 month ago (1 children)

Afaik it uses a very similar codebase and plugins can be easily ported or might even work out of the box.

[–] HK65@sopuli.xyz 3 points 1 month ago (1 children)

Anything that works with VSCodium works with Theia, Theia just has an optional deeper plugin system so you can completely customize it.

[–] muntedcrocodile@lemm.ee 1 points 1 month ago

Ooooo didnt know that. How much more of my time must you force me to waste customising things.