ONCE: Docker 기반 웹 애플리케이션의 손쉬운 셀프 호스팅 플랫폼

ONCE는 Docker 기반 웹 애플리케이션의 설치, 관리, 자동 업데이트 및 백업 과정을 단순화하여 누구나 쉽게 셀프 호스팅을 구현할 수 있도록 돕는 도구입니다.

🔗 원문 보기

ONCE: Docker 기반 웹 애플리케이션의 손쉬운 셀프 호스팅 플랫폼

ONCE는 Docker 기반 웹 애플리케이션의 설치, 관리, 자동 업데이트 및 백업 과정을 단순화하여 누구나 쉽게 셀프 호스팅을 구현할 수 있도록 돕는 도구입니다.

Ruby-News

ONCE: 단일 서버에서 여러 도커 기반 웹 앱을 실행하는 혁신적인 플랫폼

ONCE는 단일 서버에서 여러 개의 도커라이즈된 웹 애플리케이션을 손쉽게 배포하고 관리할 수 있는 범용 플랫폼입니다.

🔗 원문 보기

ONCE: 단일 서버에서 여러 도커 기반 웹 앱을 실행하는 혁신적인 플랫폼

ONCE는 단일 서버에서 여러 개의 도커라이즈된 웹 애플리케이션을 손쉽게 배포하고 관리할 수 있는 범용 플랫폼입니다.

Ruby-News
@nm upcoming vegan Matrix homeserver???????  👀👀👀👀😲❤️❤️❤️ #Vegan #Matrix #Hype #Veganism #Server #Host #Hosting #SelfHosting #Self_hosting #Homeserver
2026 is the Year of Self-hosting

CLI agents like Claude Code make self-hosting dramatically easier and actually fun. This is the first time I would recommend it to normal software-literate people.

Jordan Fulghum
I have moved all my main chats to @[email protected]. My whole family is there and the friends I communicate most often as well.

In order to help with information regarding setting up a chatmail relay server, I decided to take a stab at writing an easy step-by-step guide based on the official documentation and made a video to go along with it.

Guide: https://baez.io/chatmail_setup
Video: https://baez.io/chatmail_setupvideo

Feel free to share along!

#self_hosting #selfhosting #selfhost #chatmail #DeltaChat
How Spotify Made Me Self Host

Self hosting my media library with Jellyfin & Wireguard on Hetzner

Andreas Lay
How Spotify Made Me Self Host

Self hosting my media library with Jellyfin & Wireguard on Hetzner

Andreas Lay
Je continue à progresser en réseau, et j'aimerais déployer de petits services maison sur mon Raspberry Pi 5 8Go. Je vois plein de discours un peu contradictoires sur les bienfaits de docker, des reverse proxys, etc. Qu'est-ce qui vous semble pertinent d'explorer pour quelqu'un comme moi qui débute dans ce marigot ?
#linux #self_hosting

#self_hosting #static_site

✅ Built-in Backup and Restore script: It will just copy the configuration file, posts, and pages. Nothing else.
✅ Minimal Dependencies.
✅ Markdown Support: Posts and pages are in Markdown (CommonMark, Pandoc, and markdown.pl are supported).
✅ Feature Images.
✅ Optional GNU Parallel Integration: To speed up build times when there are many posts. This feature significantly impacts the code and has caused me numerous headaches over time. But it's optional (if parallel isn't found, it proceeds traditionally) and only provides benefits when the number of posts increases: with few posts, performance actually degrades.
✅ High Accessibility and Performance Scores: Sites built with BSSG achieve excellent scores.
✅ BSD Licensed: Released under a BSD license.

Why Choose BSSG?

#self_hosting #static_site

BSSG code isn't extremely consistent, some interesting features are missing (which I plan to implement), and it could use refactoring as the build script is monstrously large. But it works, it's portable (and much of the complexity increased precisely because of portability), and it generates sites that achieve very high accessibility and speed scores.

Here are some highlights:

✅ Portability: Uses native OS tools (e.g., md5sum on Linux, md5 on OpenBSD and NetBSD). Portability itself added much of the complexity!
✅ Simple Theming: Themes are just simple CSS files, so the structure remains the same – simplifying theme switching or creating new ones. More than 50 themes are already available!
✅ Essential Features: Supports RSS feed generation, sitemap.xml, OpenGraph tags (to improve social sharing), internationalization (the blog can be in languages other than English – but not multilingual, at least for now), etc.