43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
name: databag
|
|
services:
|
|
databag:
|
|
image: balzack/databag:0.1.6
|
|
restart: unless-stopped
|
|
x-casaos:
|
|
volumes:
|
|
- container: /var/lib/databag
|
|
description:
|
|
en_us: database and asset store
|
|
ports:
|
|
- container: '7000'
|
|
description:
|
|
en_us: rest api port
|
|
ports:
|
|
- target: 7000
|
|
published: 7000
|
|
protocol: tcp
|
|
volumes:
|
|
- type: bind
|
|
source: /DATA/AppData/databag/data
|
|
target: /var/lib/databag
|
|
container_name: databag
|
|
x-casaos:
|
|
architectures:
|
|
- amd64
|
|
- arm64
|
|
main: databag
|
|
description:
|
|
en_us: Databag is a federated chat app for self-hosting that focuses on user privacy and security; the service includes clients for iOS, Android, and browser.
|
|
tagline:
|
|
en_us: Messenger for the Decentralized Web
|
|
developer: balzack
|
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Databag/icon.png
|
|
screenshot_link:
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Databag/screenshot-1.png
|
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Databag/screenshot-2.png
|
|
author: Pierre Balzack
|
|
category: Chat
|
|
title:
|
|
en_us: Databag
|
|
port_map: "7000"
|