fx
Self-hosted content management tool that provides micro-blog tool offering built-in syntax highlighting, mobile publishing and more.
Overview
An efficient (micro)blogging service that you can self-host The project has 293 GitHub stars and is licensed under MIT.
Key Features
Source: GitHub README
- 🚀 Low costs due to small footprint (only a few MB of memory are required).
- 📝 Write posts in Markdown.
- 🖥 Built-in syntax highlighting.
- ∑ Built-in display for math expressions (LaTeX syntax, e.g.
$E=mc^2$). - 📱 Publish and edit from desktop or mobile device.
- 📁 Upload files and images to embed them in posts.
- 🔒 Automatically backup to plain text files, see Backup.
- 🔭 Follow RSS feeds.
Getting Started
Source: GitHub README
services:
fx:
image: 'rikhuijzer/fx:1'
container_name: 'fx'
environment:
FX_USERNAME: 'john'
FX_DOMAIN: 'example.com'
env_file:
# Contains `FX_PASSWORD=""`.
- 'FX_PASSWORD.env'
ports:
- '3000:3000'
volumes:
# Stores the SQLite database.
- './data:/data:rw'
healthcheck:
test: ['CMD', '/fx', 'check-health']
restart: 'unless-stopped'
Normalized Features
Source: tool-features-normalized.json
backup restore, docker, docker compose, rest api, rss atom, sqlite.
Deploy
Features
Integrations & APIs
- REST API
- RSS / Atom Feeds
Data & Storage
- Backup & Restore
Category
Related Content Management Tools
View all 124 →Strapi
72KThe leading open-source headless CMS — design content models, generate REST and GraphQL APIs instantly, and manage content for any frontend framework.
Ghost
52KProfessional publishing platform with built-in newsletters, memberships, and paid subscriptions. Used by Platformer, 404Media, The Browser, and thousands more.
Payload CMS
41KPayload is a Next.js-native headless CMS and application framework that gives developers full TypeScript control over content management with zero vendor lock-in.
Reactive Resume
36KA free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.
Directus
35KBuilt for developers who need more than a CMS. Manage complex content, handle digital assets, and control permissions through an intuitive Studio.
WordPress
21KThe world's most widely used content management system powering blogs, business sites, and e-commerce stores.