diff --git a/Apps/Databag/docker-compose.yml b/Apps/Databag/docker-compose.yml new file mode 100644 index 0000000..60402f3 --- /dev/null +++ b/Apps/Databag/docker-compose.yml @@ -0,0 +1,36 @@ +name: Databag +services: + databag: + image: balzack/databag:0.1.5 + 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 +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 + author: Pierre Balzack + category: Chat + title: + en_us: Databag diff --git a/Apps/Databag/icon.png b/Apps/Databag/icon.png new file mode 100644 index 0000000..d77e859 Binary files /dev/null and b/Apps/Databag/icon.png differ diff --git a/Apps/Databag/screenshot-1.png b/Apps/Databag/screenshot-1.png new file mode 100644 index 0000000..41b68a4 Binary files /dev/null and b/Apps/Databag/screenshot-1.png differ diff --git a/Apps/Databag/screenshot-2.png b/Apps/Databag/screenshot-2.png new file mode 100644 index 0000000..e7287aa Binary files /dev/null and b/Apps/Databag/screenshot-2.png differ