diff --git a/databag/docker-compose.yml b/databag/docker-compose.yml index 0590120..7de13cb 100644 --- a/databag/docker-compose.yml +++ b/databag/docker-compose.yml @@ -7,10 +7,10 @@ services: APP_PORT: 7000 web: - image: balzack/databag:0.1.9@sha256:bb4acd565be843a1c662310415a403fe731904eddda364a77939a2c0d6fc3620 + image: balzack/databag:0.1.10@sha256:25d3fb6daa298f4ac4841929f759b0675502ae7c0fc4df28b2e6ee3a18186594 restart: on-failure stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data/databag:/var/lib/databag environment: - ADMIN: $APP_PASSWORD \ No newline at end of file + ADMIN: $APP_PASSWORD diff --git a/databag/umbrel-app.yml b/databag/umbrel-app.yml index ab4ca7a..8f8ae19 100644 --- a/databag/umbrel-app.yml +++ b/databag/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: databag category: social name: Databag -version: "0.1.4" +version: "0.1.10" tagline: A tiny self-hosted federated messenger for the decentralized web description: >- Databag is a self-hosted messaging service. Notable features include: @@ -43,7 +43,16 @@ description: >- 🌐 HTTPS Configuration: The browser version of the app can operate over http, but the mobile app requires https. You can set up https using the Cloudflare Tunnel app available in the app store. Detailed instructions for configuring the tunnel can be found here: https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel -releaseNotes: "" +releaseNotes: >- + This update of Databag brings the following changes: + + + - Dark mode + + - New language support + + - Instructions for account creation + dependencies: [] developer: Pierre Balzack website: https://github.com/balzack/databag