this post was submitted on 16 Mar 2025
1430 points (98.8% liked)

Technology

67050 readers
5743 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cley_faye@lemmy.world 128 points 5 days ago (17 children)

Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.

[–] nekusoul@lemmy.nekusoul.de 47 points 5 days ago* (last edited 5 days ago) (1 children)

In the README there's also instructions for Docker Compose, although it's quite the compose file, with SIXTEEN containers defined. Not something I'd want to self-host.

[–] lostbit@feddit.nl 12 points 4 days ago* (last edited 4 days ago)

it seems to contains development containers and external services containers. So the compose file is more for local dev it seems

What i do find weird is the choice for Django for the backend. Python is incredibly slow, and django rest framework is even worse.

load more comments (15 replies)