Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added fx/data/.gitkeep
Empty file.
17 changes: 17 additions & 0 deletions fx/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: fx_web_1
APP_PORT: "3000"
PROXY_AUTH_ADD: "false"
web:
Comment on lines +7 to +8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add newline in between for better readability.

Suggested change
PROXY_AUTH_ADD: "false"
web:
PROXY_AUTH_ADD: "false"
web:

image: rikhuijzer/fx:1@sha256:af28e5b7c9d7aec1a534d1525719b7a566f64376d778bffc45231a077096898f
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use of same version for image.

Suggested change
image: rikhuijzer/fx:1@sha256:af28e5b7c9d7aec1a534d1525719b7a566f64376d778bffc45231a077096898f
image: rikhuijzer/fx:1.2.1@sha256:af28e5b7c9d7aec1a534d1525719b7a566f64376d778bffc45231a077096898f

restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/data
environment:
- FX_USERNAME=admin
- FX_PASSWORD=$APP_PASSWORD
- FX_DOMAIN=$DEVICE_DOMAIN_NAME

37 changes: 37 additions & 0 deletions fx/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
manifestVersion: 1
id: fx
category: social
name: fx
version: "1.2.1"
tagline: A self-hosted (micro)blogging service
description: >-
fx is a minimal, privacy-first microblogging (Twitter/Bluesky-like) service you can self-host.
It's designed for low-resource systems the whole app runs in just a few megabytes of memory making it perfect for Umbrel.


Key features
- Quick Markdown editor with built-in syntax highlighting.
- Math rendering (LaTeX-style inline and display math).
- Upload images/files and embed them in posts.
- Follow RSS feeds and aggregate posts in your personal blogroll.
- Simple, secure backup API that exports posts, files and settings to plain text archives.


Why fx?


fx is aimed at people who want a fast, easy-to-use personal notebook on the web write short notes,paste code snippets, or save recipes and links. Unlike static-site workflows, fx lets you publish and edit directly in the browser with near-instant previews.
developer: rikhuijzer
website: https://github.com/rikhuijzer/fx
repo: https://github.com/rikhuijzer/fx
support: https://github.com/rikhuijzer/fx/issues
port: 8232
submitter: Kanishk Pachauri
submission: https://github.com/getumbrel/umbrel-apps/pull/3956
releaseNotes: ""
dependencies: []
gallery: []
permissions: []
path: ""
defaultUsername: "admin"
deterministicPassword: true