-
Notifications
You must be signed in to change notification settings - Fork 516
App Submission: fx #3956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Mr-Sunglasses
wants to merge
6
commits into
getumbrel:master
Choose a base branch
from
Mr-Sunglasses:app/fx
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
App Submission: fx #3956
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
bde0ad5
feat: Package fx for umbrel
Mr-Sunglasses 915c50e
fix: formatting of description
Mr-Sunglasses 1618d18
fix: PR link
Mr-Sunglasses e269137
Merge branch 'master' into app/fx
Mr-Sunglasses 3ff5145
fix: formatting of description
Mr-Sunglasses 8fc0af0
fix: PR link
Mr-Sunglasses File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | ||||||
| image: rikhuijzer/fx:1@sha256:af28e5b7c9d7aec1a534d1525719b7a566f64376d778bffc45231a077096898f | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use of same version for image.
Suggested change
|
||||||
| restart: on-failure | ||||||
| volumes: | ||||||
| - ${APP_DATA_DIR}/data:/data | ||||||
| environment: | ||||||
| - FX_USERNAME=admin | ||||||
| - FX_PASSWORD=$APP_PASSWORD | ||||||
| - FX_DOMAIN=$DEVICE_DOMAIN_NAME | ||||||
|
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.