🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosting #opensource #selfhosted #reverseproxy #letsencrypt #database

🚀 How to Deploy #Supabase on #AlmaLinux #VPS (Production-Ready Guide)
This guide walks through the steps required to deploy Supabase on AlmaLinux VPS using #Docker and Docker Compose, following a production-oriented setup suitable for self-hosting.
You’ll end with:
A fully functional Supabase stack
PostgreSQL, Auth, REST, Realtime, Storage, and Studio
Reverse ...
Continued 👉 https://blog.radwebhosting.com/deploy-supabase-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #selfhosted #reverseproxy #selfhosting #letsencrypt #database

Pues ya estamos en la v4.5.6 de #Mastodon. Espero que de aquí media hora no saquen la 4.5.7...
#SelfHosting #SelfHost #Docker #DockerCompose
Используем Coolify для хостинга проектов на своём VPS. Часть 2: установка и настройка Coolify
Coolify — это популярная open-source платформа для хостинга приложений на своем сервере. В первой части нашего руководства по Coolify мы провели подготовительную работу — приобрели VPS, настроили файрвол для него, взяли домен и прописали DNS. А в этой части мы наконец переходим к самому Coolify — разберемся, как установить его на сервере и настроить для дальнейшей работы. Чтобы в следующей третьей части уже перейти к деплою приложений. Сегодня мы рассмотрим следующие вопросы: Установка Coolify на сервер. Регистрация в Docker Hub, чтобы не иметь проблем с доступом к реестру образов. Первые действия после установки. Глобальные настройки Coolify (раздел Settings). Базовая настройка серверов в Coolify (раздел Servers). Подключение дополнительного сервера при необходимости. Настройка GitHub-источников (раздел Sources).
https://habr.com/ru/companies/timeweb/articles/986564/
#coolify #хостинг #selfhosting #vps #paas #hosting #docker #github #timeweb_статьи
Oh look, more AI bugs. But hey, it's in docker and no one uses that.
Isn't docker needing AI like my oven needing internet?
https://www.infosecurity-magazine.com/news/dockerdash-weakness-dockers-ask/
The 3Cs: A Framework for AI Agent Security
#Docker #Engineering #Products #Agents #AIML #Security
https://www.docker.com/blog/the-3cs-a-framework-for-ai-agent-security/
Boosten wäre toll
Ein neues Programm zum selber hosten:
Ein visueller Arbeitsbereich mit einer unendlichen Leinwand und bereits vielen Möglichkeiten.
Das Ganze nennt sich Ideon, unterstützt neben Multiuserbetrieb auch OIDC. Eine Demowebseite ist natürlich ebenfalls vorhanden
https://github.com/3xpyth0n/ideon
Demowebseite: https://demo.theideon.com/
Username: ideon-demo
Password: ideon-demo
#foss #docker #OpenSource #ideon
"How to Install Docker on Debian 13 (Trixie)"
"Includes verification, non-root access, updates, and uninstall steps. Learn how to install Docker on Debian 13 Trixie step by step using the official Docker repository."
https://linuxize.com/post/how-to-install-docker-on-debian-13/
I'm always guilty of using the :latest tag on containers in my docker-compose files and forgetting to fix it. This command came in very handy today to work out the tags of the deployed container to pin everything correctly.
docker inspect --format '{{ range $k, $v := .Config.Labels }}{{ $k }}={{ $v }}{{println}}{{ end }}' <container_name> | grep -i version
Is there an easier way I don't know about? (Other than doing it correctly the first time!)
#docker #dockercompose #selfhosting #yeehaw
@delta if briar (bluetooth and local network) would be easier briar, but right now your.
Hope to see a more easy (#docker / #codeberg registry) docker image for the relay.
and of course can be default when the call feature is out of beta.
Switched my #homelab which runs on an old mac mini, from #Docker Desktop to #Orbstack and the resource use dropped to basically nothing. Same exact containers—plus caddy running on the machine to serve orb.local addresses internally with a TLS certificate over Tailscale—and yet it’s using less than half the resources.
New by me: Digital Forensic on Compromised Containers.
Just got asked a solid question by a fellow security nerd:
“How do you do digital forensics on a compromised container… what logs do you collect and how do you snapshot it for deeper digging?”
So I wrote it up as a practical, preservation-first guide.
Digital forensics in container land is basically archaeology with a stopwatch. 🧪🕵️
#CyberSecurity #IncidentResponse #DigitalForensics #Kubernetes #Docker #DevSecOps #BlueTeam #CybersecKyle