this post was submitted on 04 Mar 2025
26 points (100.0% liked)

Programming

18506 readers
174 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I'm curious what kind of project you are working on? I'm working on a procedural terrain generation open world game! Now it's your turn to tell me!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] e8d79@discuss.tchncs.de 1 points 6 hours ago (1 children)

I recently read about something similar called Anubis. Is it related?

[โ€“] foster@lemmy.hangdaan.com 1 points 4 hours ago* (last edited 4 hours ago)

Ogrim is influenced by ALTCHA. Taking a quick glance, Anubis is a similar solution with some differences of solving the same problem:

  • Anubis sits between the target service and the reverse proxy, while Ogrim sits behind the target service.
  • One Anubis instance is needed per service, while a single Ogrim instance can be used for multiple services.
  • The target service does not need integration with Anubis. On the other hand, Ogrim and its services must be integrated to work.
  • Anubis will block search engine indexers, affecting the SEO of the target service. This is not the case with Ogrim.