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
16 changes: 16 additions & 0 deletions meshchatx/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: meshchatx_web_1
APP_PORT: 8000

web:
image: git.quad4.io/rns-things/meshchatx:latest@sha256:e408bd31784cf2771c45be1b88d4e0a1a300ff51d9766172191d575d32140217

Check warning on line 10 in meshchatx/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image tag "latest"

Images should not use the "latest" tag
restart: on-failure
user: "1000:1000"
volumes:
- ${APP_DATA_DIR}/storage:/data
environment:
MESHCHAT_NO_HTTPS: "true" # disable https
Empty file added meshchatx/storage/.gitkeep
Empty file.
40 changes: 40 additions & 0 deletions meshchatx/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
manifestVersion: 1
id: meshchatx
name: MeshChatX
category: social
version: "4.1.0"
port: 8985
tagline: The future of off-grid communication. Secure, decentralized, and unstoppable
description: >-
A Reticulum Network-based communication application with the goal of providing everything you need for Reticulum, LXMF, and LXST in one beautiful and feature-rich application.

This project is separate from the original Reticulum MeshChat project, and is not affiliated with the original project.

Features:

- Full LXST support
- Custom voicemail
- Phonebook
- Contact sharing
- Ringtone support
- Multi-identity handling
- Modern UI/UX
- Offline documentation
- Expanded tools
- Page archiving
- Integrated maps
- Improved application security
developer: Quad4
website: https://quad4.io
repo: https://git.quad4.io/RNS-Things/MeshChatX
support: https://git.quad4.io/RNS-Things/MeshChatX/issues
gallery: []
releaseNotes: ""
dependencies: []
permissions: []
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: phelipebf
submission: "https://github.com/getumbrel/umbrel-apps/pull/4623"