Skip to content

Conversation

@Mr-Sunglasses
Copy link
Member

App Submission

App name (required)

fx

256x256 SVG icon (required)

fx_logo_thumbnail (1)

Gallery images (required)

Screenshot 2025-11-04 at 9 08 31 PM Screenshot 2025-11-04 at 9 09 20 PM Screenshot 2025-11-04 at 9 08 47 PM

I have tested my app on (check at least one):

  • umbrelOS on a Raspberry Pi
  • umbrelOS on an Umbrel Home
  • umbrelOS on Linux VM

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

🎉   Linting finished with no errors or warnings   🎉

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
ℹ️ fx/docker-compose.yml Potentially using unsafe user in service "web":
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Legend

Symbol Description
Error: This must be resolved before this PR can be merged.
⚠️ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹ️ Info: This is just for your information.

Copy link
Collaborator

@al-lac al-lac left a comment

Choose a reason for hiding this comment

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

Hey @Mr-Sunglasses,

really nice submission! ✍️

For some reason I cannot login on the Web UI, I get a 303 error in the Browser Console and I am just back at the start page. Does it work for you?

APP_PORT: "3000"
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

Comment on lines +7 to +8
PROXY_AUTH_ADD: "false"
web:
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:

@al-lac al-lac added the awaiting changes Waiting for contributor to make requested changes label Nov 11, 2025
@Mr-Sunglasses
Copy link
Member Author

Hey @Mr-Sunglasses,

really nice submission! ✍️

For some reason I cannot login on the Web UI, I get a 303 error in the Browser Console and I am just back at the start page. Does it work for you?

Thanks a lot @al-lac for the review ⭐

Yes it is causing the same error for me, I'll dig into the issue and will push a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes Waiting for contributor to make requested changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants