Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
12 additions and
3 deletions
-
affine/docker-compose.yml
-
affine/umbrel-app.yml
|
|
@ -6,7 +6,7 @@ services: |
|
|
|
APP_PORT: 3010 |
|
|
|
|
|
|
|
web: |
|
|
|
image: ghcr.io/toeverything/affine-graphql:stable-06890d6@sha256:e80b83a14f11cdaf5388d156cf4bfb1933c39fa8e3f85d7b2874ac4cec72e625 |
|
|
|
image: ghcr.io/toeverything/affine-graphql:stable-a579cc7@sha256:b15070c36e1416f2ddbfae8aa47af97b32705ba166f128cedfeabd0ed28d7a89 |
|
|
|
restart: on-failure |
|
|
|
init: true |
|
|
|
command: |
|
|
|
|
|
@ -3,7 +3,7 @@ id: affine |
|
|
|
name: Affine |
|
|
|
tagline: Open source alternative to Notion, Miro, and Airtable |
|
|
|
category: files |
|
|
|
version: "0.14.2" |
|
|
|
version: "0.16.1" |
|
|
|
port: 3013 |
|
|
|
description: >- |
|
|
|
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro. |
|
|
@ -33,7 +33,16 @@ gallery: |
|
|
|
- 1.jpg |
|
|
|
- 2.jpg |
|
|
|
- 3.jpg |
|
|
|
releaseNotes: "" |
|
|
|
releaseNotes: >- |
|
|
|
This release includes various improvements and bug fixes: |
|
|
|
|
|
|
|
- Improved internationalization support |
|
|
|
- Fixed issues with deleting items from folders |
|
|
|
- Enhanced search functionality for better results |
|
|
|
- Resolved UI issues in the sidebar and AI subscribe button |
|
|
|
- Improved handling of collections in the electron app |
|
|
|
|
|
|
|
For full release notes, visit https://github.com/toeverything/AFFiNE/releases |
|
|
|
dependencies: [] |
|
|
|
path: "" |
|
|
|
defaultUsername: "admin@umbrel.local" |
|
|
|