Your Data
The cloud doesn't need to be someone else's computer
Take back control of your digital life. Whether it's family photos or your business' internal operations, your information belongs with you, not in someone else's hands. Cosmos Cloud makes it effortless to own your privacy while enjoying all the convenience of modern cloud services.
SSHRC - L'outil malin pour retrouver vos dotfiles en SSH
Le 19 août 2025
par Korben ✨ -
DeveloppementOpen source
Si vous êtes du genre à passer votre vie en SSH sur des serveurs distants comme moi, alors voici un petit outil bien sympa qui va peut-être changer votre façon de bosser. Cela s’appelle sshrc et au début, j’ai cru à une énième tentative de réinventer la roue, mais en fait non. Ce truc est vraiment cool car quand vous vous connectez en SSH, il copie automatiquement votre configuration locale dans un dossier temporaire sur le serveur distant. Comme ça, vous retrouvez instantanément vos alias bash, vos raccourcis vim, votre prompt avec ses jolies couleurs…etc. Tout ce qui fait que vous vous sentez chez vous… mais sur votre serveur.
Le truc vraiment cool, c’est que ça ne pollue pas le serveur car tout est stocké dans /tmp dans un dossier propre à votre session. Si d’autres utilisateurs se connectent (même avec sshrc), ils auront leurs propres configs et pas les vôtres.
Pour l’installer, rien de plus simple. Sous macOS avec Homebrew :
brew install sshrc
Your Documents Are Your Business. Not Ours. Period.
LuxPDF Is An Open-Sourced, Privacy-Focused Alternative To Popular PDF WebApps. We Offer 16+ PDF Tools. All Free, With Unlimited Usage & No Registration Needed.
How To Secure A Linux Server
An evolving how-to guide for securing a Linux server that, hopefully, also teaches you a little about security and why it matters.
FileGator
FileGator is a free, open-source, self-hosted web application for managing files and folders.
Illustration d'une bombe zip
Beaucoup de sites ont été affectés par l'agressivité des web crowler destinés à améliorer des LLM.
J'ai été relativement épargné, mais dès l'apparition du phénomène j'ai cherché une solution à mettre en place. Aujourd'hui, je présente donc une bombe zip (gzip et brotli) qui constitue un HTML valide.
Vous saviez qu’il était possible de crasher SSH avec seulement 31 KB/s de trafic ? Hé oui, c’est carrement possible avec l’attaque DHEat, une vulnérabilité vieille de 20 ans qui fait encore des ravages et pourtant, personne n’en parle… Alors aujourd’hui, on va voir comment tester et sécuriser vos serveurs SSH.
Self-hosted abuse detection and rule enforcement against low-effort mass AI scraping and bots.
Tinyauth
Login screen for your apps
The simplest way to protect your apps with a login screen
merci korben
fosrl/pangolin: Tunneled Mesh Reverse Proxy Server with Identity and Access Control and Dashboard UI
Tunneled Mesh Reverse Proxy Server with Access Control
Your own self-hosted zero trust tunnel.
Website | Install Guide | Contact Us
Pangolin is a self-hosted tunneled reverse proxy server with identity and access control, designed to securely expose private resources on distributed networks. Acting as a central hub, it connects isolated networks — even those behind restrictive firewalls — through encrypted tunnels, enabling easy access to remote services without opening ports.
Kan
The open-source project management alternative to Trello.
Roadmap · Website · Docs · Discord
Kanboard
Kanboard is a free and open source Kanban project management software.
I use Zip Bombs to Protect my Server
Bots be warned
By Ibrahim Diallo
Published Apr 17 2025 ~ 5 minutes read
The majority of the traffic on the web is from bots. For the most part, these bots are used to discover new content. These are RSS Feed readers, search engines crawling your content, or nowadays AI bots crawling content to power LLMs. But then there are the malicious bots. These are from spammers, content scrapers or hackers. At my old employer, a bot discovered a wordpress vulnerability and inserted a malicious script into our server. It then turned the machine into a botnet used for DDOS. One of my first websites was yanked off of Google search entirely due to bots generating spam. At some point, I had to find a way to protect myself from these bots. That's when I started using zip bombs.
Lychee 6 - Une alternative open source à Google Photos
Le 11 mai 2025
par Korben ✨ -
DeveloppementOpen-Source
Google Photos, c’est super pratique, mais est ce vraiment bien raisonnable de confier 15 ans de souvenirs à une entreprise américaine en ce moment ? Surtout qu’ils changent de conditions d’utilisations encore plus souvent que vous ne changez de slip, c’est dire !! (parce oui, vous n’en changez pas assez souvent.)
Anubis
Weigh the soul of incoming HTTP requests using proof-of-work to stop AI crawlers
LearnDMARC - Testez et comprenez la sécurité de votre serveur mail en 2 minutes
Le 10 avril 2025
par Korben ✨ -
Internet-ReseauxCloud
Configurer un serveur mail c’est vraiment un truc bien relou. Surtout qu’aujourd’hui, ça ne se fait plus comme en 1997… ça a bien évolué avec des nouveaux concepts liés à la sécurité comme SPF, DKIM ou encore DMARC. Et sans ces protections, c’est open bar pour les criminels qui peuvent envoyer des emails en se faisant passer pour vous. Flippant, non?
Perso, pendant longtemps je n’y comprenais pas grand chose jusqu’à ce que je découvre LearnDMARC. Ce site, créé il y a 3 mois, est une petite pépite qui permet de visualiser et comprendre comment fonctionnent réellement ces protocoles de sécurité email. L’interface est intuitive et montre en temps réel comment les serveurs communiquent quand vous envoyez un message.
rstun
A TCP/UDP tunnel over QUIC written in Rust.
rstun is a high-performance TCP/UDP tunneling solution. It leverages the Quinn library for QUIC transport, ensuring efficient, low-latency bidirectional communication, secured by QUIC’s integrated TLS layer.
Key Features
Bidirectional TCP and UDP communication over a single QUIC tunnel.
Encryption provided by QUIC’s inherent TLS layer.
A simple, yet
powerful dashboard
for your server.
A sleek, modern dashboard that puts all of your apps and services at your fingertips. Control everything in one convenient location. Seamlessly integrates with the apps you've added, providing you with valuable information.
a regarder pour plus tard
Self host Ente in 1 minute (1 command only!)
March 21, 2025
manav@ente.io
We have drastically simplified the getting started steps to lower the barrier to entry for people trying to self host Ente.
I present to you my complete and working guide to installing NixOS on a Raspberry Pi 4. I’m a newcomer to NixOS, so this guide is for Nix beginners, but I assume you have basic familiarity with Raspberry Pi and Linux.