Skip to content

Conversation

@dennysubke
Copy link
Contributor

App Submission

Rocket.Chat

Icon

logo

Gallery images

1

2

3

4

5

I have tested my app on:

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

@github-actions
Copy link

github-actions bot commented Dec 5, 2025

⚠️   Linting finished with 2 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
ℹ️ rocketchat/docker-compose.yml Potentially using unsafe user in service "db":
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.
ℹ️ rocketchat/docker-compose.yml Potentially using unsafe user in service "init-replica":
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.
ℹ️ rocketchat/docker-compose.yml Potentially using unsafe user in service "app":
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.
⚠️ rocketchat/docker-compose.yml Invalid restart policy:
The restart policy of the container "init-replica" should be set to "on-failure".
⚠️ rocketchat/umbrel-app.yml "icon" and "gallery" needs to be empty for new app submissions:
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.

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.

@al-lac
Copy link
Collaborator

al-lac commented Dec 18, 2025

Hey @dennysubke,

Thanks for yet another great submission 💯
And awesome to see a Rocket.Chat here! 🚀

Did you get the app running on one of your instances? With the currently committed code I currently get database errors and the app does not come up.

With that config the app starts up for me:

  db:
    image: mongo:7@sha256:a814f930db8c4514f5fe5dc3e489f58637fb7ee32a7b9bb0b7064d3274e90b8e
    command: ["--replSet", "rs0", "--bind_ip_all"]
    volumes:
      - ${APP_DATA_DIR}/data/db:/data/db
    restart: on-failure
    healthcheck:
      test: >
        echo "try { rs.status() } catch (err) { rs.initiate({ _id: 'rs0', members: [{ _id: 0, host: 'db:27017' }] }) }"
        | mongosh --quiet
      interval: 10s
      timeout: 30s
      start_period: 0s
      start_interval: 1s
      retries: 30

  app:
    image: rocketchat/rocket.chat:7.13.0@sha256:136ed9124aece2ae475dbbc877527a7f00880945ceb846caee659c4a6bc5c9d7
    hostname: rocketchat
    environment:
      MONGO_URL: "mongodb://rocketchat_db_1:27017/rocketchat?replicaSet=rs0&tls=false"
      MONGO_OPLOG_URL: "mongodb://rocketchat_db_1:27017/local?replicaSet=rs0&tls=false"
      ROOT_URL: http://${APP_DOMAIN}:3112
      URL: http://${APP_DOMAIN}:3112
      PORT: "3000"
      DEPLOY_METHOD: docker
    volumes:
      - ${APP_DATA_DIR}/data/uploads:/app/uploads
    restart: on-failure
    depends_on:
      db:
        condition: service_healthy

However, I either end up at the screen where I would need to verify an email to activate the instance, or I just get this screen due to the lack of HTTPS / Crypto functions:
CleanShot 2025-12-19 at 00 41 56@2x

Not sure if we can work around these issues for now.

Appreciate the work you put into this for sure! 👍

@al-lac al-lac added the awaiting changes Waiting for contributor to make requested changes label Dec 18, 2025
@dennysubke
Copy link
Contributor Author

Hey @al-lac!

Thanks a lot for the review, really appreciate it! 🙏

That’s a bit strange though, because on my side everything worked as expected and I did not run into any database errors.

I will take another look after the holidays and see if I can reproduce it more reliably. 💪🏻

@al-lac
Copy link
Collaborator

al-lac commented Dec 23, 2025

Thanks @dennysubke, no urgency here :-)

Happy Holidays!

@dennysubke
Copy link
Contributor Author

@al-lac

Nice, thanks! Enjoy your holidays as well! 🎄

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