Varnish, it's like MySQL, Gitea, ownCloud and OpenOffice?

Well we're all familiar with MariaDB, Forgejo, and LibreOffice, now one group that is likening the creation of those forks by the original development teams is also asking folks (for the sake of understanding) that #Vinyl-cache is the original, unbroken codebase that was once #Varnish, yet furthermore, is also akin to other software such as those others mentioned above both pre and post forking.

https://vinyl-cache.org/organization/on_vinyl_cache_and_varnish_cache.html#our-opinion

Obviously, this could be confusing. Which should you use? which is the original? which is better?

Honestly, this is a matter of philosophy, business, and other matters of choice; but not so much in substance - yet. These two code bases haven't had much time to diverge, but they are, and have been, for a bit now. Both are FOSS. Both (or at least one) claims to be the continuation of a two decades old code base. Here's what's important now, and how you might want to come to your own conclusions as to which one to choose moving forward.

#Sun_Microsystems manufactured some of the most admired and trusted enterprise server hardware platforms. They also created and maintained #Solaris (SunOS), and they scooped up the custodianship for what was once Star Office in the form of #OpenOffice. They also brought Monty's #MySQL into the fold, while VirtualBox was another free offering.

#Sun was acquired by the #Evil_EllisonCo, aka, #Oracle. Immediately, the company was dismantled. Servers rebranded, while the OpenOffice developer team mutinied under the tutelage of Ellison, and then departed forming "The Document Foundation (TDF) in the process - a fork, #LibreOffice resulted.

Monty Widenius, already soured on the state of MySQL's place at the table with Oracle created the fork, MariaDB (Slackware Linux was the first major Linux distro to include MariaDB as the default during installation of the OS).

MySQL had much use for Oracle but Not OpenOffice (aka OOo), and Ellison refused to give the name to the Document Foundation, so it languished in the Apache Incubator, where he had gifted it, for many years.

Another famous new name that is essentially the original team of creators and developers is #NextCloud, and yes, #ownCloud does still exist... somewhere, or so I'm told ;)

When the three people in charge of steering and the custodianship of Gitea Formed a couple of for profit companies and assigned all trade and service marks of the product to those companies, it caused a great stir within the FOSS community (because this was the de facto leading #FOSS version of a code forge especially appropriate to host FOSS projects). A new Fork, #Forgejo was birthed.

So in a nutshell, When the Varnish project bootstrapped a for profit corporation to operate under (even though at this time it's still FOSS), it likewise spawned a fork of itself, and like the others, the defecting developers created the name #Vinyl, and forked Varnish-cache so that it is Vinyl-cache that continues in the tradition of FOSS while it's expected that Varnish-cache will continue to diverge from the direction of the original code base and philosophy.

#tallship #reverse_proxy #software_forks #open_source

Квантовый скачок n8n: миграция с Traefik 1.x и Postgres 11 на актуальный стек (Traefik 3.3 + PG 16) без потери данных

В этой статье поделюсь инструкцией по переносу, в которой учтены неочевидные баги несовместимости Traefik 3 с Docker API, политика безопасности свежего Postgres и конфликты ключей шифрования.

https://habr.com/ru/articles/1025040/

#n8n #traefik #postgresql #docker #devops #автоматизация #миграция_сервера #dockercompose #бэкапы #reverse_proxy

Квантовый скачок n8n: миграция с Traefik 1.x и Postgres 11 на актуальный стек (Traefik 3.3 + PG 16) без потери данных

Обновление инфраструктуры — это рутина. Но когда нужно перевезти проект со старого стека, пропустив несколько мажорных версий софта, начинается самое интересное. Недавно я проводил жесткую миграцию...

Хабр

Почему я выкинул Nginx Proxy Manager и написал 5 скриптов: Nginx на стероидах

🚀 Nginx на автопилоте: Как я перестал тратить время на конфиги и SSL Бывает так: у тебя есть крутая идея для проекта, ты быстро кодишь бэкенд, но когда дело доходит до деплоя... Вечер превращается в бесконечную настройку Nginx, борьбу с Certbot, прописывание HSTS-заголовков и попытки вспомнить, как там правильно настраивается кеширование. Знакомо? Мне — да. Именно поэтому я собрал nginx-template — инструмент, который превращает администрирование сервера в удовольствие. 🛠 Это не просто набор файлов, это полноценный пульт управления вашим сервером через один скрипт — manage.sh . Почему вам стоит это попробовать: 🔹 Скорость деплоя: Добавление нового домена с автоматической выдачей Let's Encrypt занимает ровно одну команду. Без правок конфигов руками и перезагрузок. 🔹 Image Proxy из коробки: Хотите ресайзить аватарки на лету прямо через Nginx? Теперь это делается одной командой без сторонних микросервисов. 🔹 Умный CDN: Поднимайте кеширующие узлы для статики за секунды. Разгружайте основной сервер и радуйте пользователей мгновенной загрузкой. 🔹 Профессиональная безопасность: Конфиги уже оптимизированы под требования SSL Labs (рейтинг A+), включают защиту от эксплойтов и автообновление IP Cloudflare. Никаких тяжелых интерфейсов и лишних абстракций. Только чистый, производительный Nginx в Docker и удобная автоматизация на Bash. Вы сохраняете полный контроль над каждым байтом конфига, но избавляетесь от всей рутины. Пора тратить время на код, а не на настройку прокси. ⚡ 🔗 Забирайте готовый стек здесь: github.com/Arlandaren/nginx-template Понравился подход? Ставьте ⭐ на GitHub — это лучший способ сказать «спасибо» и поддержать развитие Open Source! Узнать больше

https://habr.com/ru/articles/1005816/

#nginx #docker #devops #ssl #automation #bash #reverse_proxy #cdn #security #vps

Почему я выкинул Nginx Proxy Manager и написал 5 скриптов: Nginx на стероидах

Мы все там были. Берешь свежий VPS, ставишь Docker и задумываешься: «А чем рулить доменами и SSL?» . Тратить полдня на ручные конфиги Nginx и certbot в 2026 году — моветон. Боль и страдания...

Хабр

Заглянуть под капот ИИ-агентов: новый инструмент раскрывает «магию» Claude Code

Появился открытый инструмент Coding Agent Explorer — обратный прокси-сервер, который в реальном времени показывает всё общение между вашим ИИ-агентом (пока только Claude Code) и API Anthropic. Вы видите системные промпты, последовательность вызовов инструментов, токены (включая кэш), мышление агента шаг за шагом. Запускается за пару минут, работает локально, ключи маскируются автоматически.

https://habr.com/ru/articles/1000764/

#AI #Anthropic #Claude #Coding_Agent #Reverse_Proxy #ИИ #ИИ_агент #AI_Agent #Кодирующий_агент #Обратный_прокси

Заглянуть под капот ИИ-агентов: новый инструмент раскрывает «магию» Claude Code

TL;DR:  Появился открытый инструмент  Coding Agent Explorer  — обратный прокси-сервер, который в реальном времени показывает всё общение между вашим ИИ-агентом (пока только Claude Code)...

Хабр

Mở cổng kết hợp sử dụng reverse proxy như Caddy cho Jellyfin có thể tiềm ẩn rủi ro: DDoS, truy cập trái phép, hoặc lỗ hổng cấu hình. Caddy giúp bảo vệ bằng HTTPS và lọc yêu cầu, nhưng vẫn cần cấu hình đúng để tránh rò rỉ dữ liệu hoặc xâm nhập hệ thống. Hãy kiểm tra kỹ quyền truy cập và cập nhật phần mềm thường xuyên. #bảo_mật #Docker #Jellyfin #reverse_proxy #security #technology

https://www.reddit.com/r/selfhosted/comments/1qtbxmo/how_exposed_are_you_when_you_open_a_port_and_use/

Как я выяснял, что провайдер блокирует входящий 443 порт, и что это означает для self-hosting и хомлабов

В какой-то момент я решил заняться self-hosting’ом дома: небольшой хомлаб, Proxmox, несколько сервисов за reverse proxy, HTTPS - всё максимально стандартно. Никакой экзотики: обычный домашний интернет, белый IP, проброс портов, nginx с TLS. Но на этапе публикации сервисов наружу выяснилось странное: входящий 443 порт просто не открывается , при том что 80 и другие порты работают.

https://habr.com/ru/articles/991520/

#Homelab #Блокировка_портов #Порт_443 #HTTPS #Белый_IP #Reverse_Proxy #Proxmox #NAT #Traefik #nmap

Как я выяснял, что провайдер блокирует входящий 443 порт, и что это означает для self-hosting и хомлабов

В какой-то момент я решил заняться self-hosting’ом дома: небольшой хомлаб, Proxmox, несколько сервисов за reverse proxy, HTTPS - всё максимально стандартно. Никакой экзотики: обычный домашний...

Хабр
Imgur Geo-Blocked the UK, So I Geo-Unblocked My Entire Network

Imgur started blocking UK users. Rather than installing a VPN on every device, I set up a network-wide proxy that tunnels Imgur traffic through a VPN automatically.

The Tymscar Blog

Безопасный доступ к внутренним сервисам: Keycloak, OAuth2 и немного Nginx‑магии

Рядовые инфраструктурные задачи иногда преподносят неожиданные сложности. Нашей целью была организация защищённого доступа к внутренним сервисам через единую точку входа с авторизацией в Keycloak, чтобы приложения получали проверенные пользовательские данные без необходимости реализации собственной логики аутентификации. Изначально решение виделось простым — настроить Nginx и прописать правила маршрутизации. Ключевые трудности скрывались в деталях: тонкой настройке редиректов, работе с access token и интеграции с бэкенд-сервисами, потребовавших значительного внимания. В статье расскажем о нашем пути построения схемы обратного прокси с авторизацией через Keycloak: от поиска решения до создания стабильного и масштабируемого результата.

https://habr.com/ru/companies/first/articles/960862/

#keycloak #прокси #безопасность #oauth2 #nginx #авторизация #аутентификация #sso #reverse_proxy

Безопасный доступ к внутренним сервисам: Keycloak, OAuth2 и немного Nginx‑магии

Рядовые инфраструктурные задачи иногда преподносят неожиданные сложности. Нашей целью была организация защищённого доступа к внутренним сервисам через единую точку входа с авторизацией в Keycloak,...

Хабр

Как настроить Nextcloud в Kubernetes: Helm, Nginx и Reverse Proxy

В этой статье я хочу рассказать, как развернуть облачное хранилище Nextcloud для хранения медиафайлов и документов, используя reverse proxy architecture-подход. Решение позволит получить доступ к его данным с любого устройства из внешней сети.

https://habr.com/ru/articles/939176/

#reverse_proxy #nextcloud

Как настроить Nextcloud в Kubernetes: Helm, Nginx и Reverse Proxy

В этой статье я хочу рассказать, как развернуть облачное хранилище Nextcloud для хранения медиафайлов и документов, используя reverse proxy architecture-подход. Решение позволит получить доступ к его...

Хабр

#nextcloud #local_instance #pi-hole #docker #reverse_proxy

https://help.nextcloud.com/t/simple-newbie-setup-of-aio-with-reverse-proxy-and-local-dns-improved-version-3/227472

I'm a bit proud of that. At first, what I read was mostly greek to me. There were so many variations and contexts ... and all I wanted was a simple recipe. My experiments were flawed at first, which made the fog even thicker.
Now this lets the instance's components communicate via local ips instead of domain name, which cuts down internet traffic. ping of the domain was 30 times faster like that.

Simple - Newbie - setup of AIO with reverse proxy and local DNS - Improved version #3

For AIO performance it is, among others, recommended to Set up a local DNS-server that allows to automatically connect to the server in the home network via the same domain by using the internal ip-address of the server (see this doc) General recommendations for the best performance · nextcloud/all-in-one · Discussion #1335 · GitHub And because The normal way is the following: Set up your domain correctly to point to your home network Set up a reverse proxy by following the reverse proxy...

Nextcloud community