Upgrade Affine to version 0.16.3 (#1408)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Yury Pikhtarev 2024-08-30 09:16:06 +04:00 committed by GitHub
parent a1a49b515b
commit 8ec0dce620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 25 deletions

View File

@ -6,7 +6,7 @@ services:
APP_PORT: 3010 APP_PORT: 3010
web: web:
image: ghcr.io/toeverything/affine-graphql:stable-a579cc7@sha256:b15070c36e1416f2ddbfae8aa47af97b32705ba166f128cedfeabd0ed28d7a89 image: ghcr.io/toeverything/affine-graphql:stable-eb0466e@sha256:3dc307907cbaed5d87ad30afb5e7f1ada7cdb6372736a920b0765401d4bce5e7
restart: on-failure restart: on-failure
init: true init: true
command: command:
@ -17,8 +17,6 @@ services:
- REDIS_SERVER_HOST=affine_redis_1 - REDIS_SERVER_HOST=affine_redis_1
- DATABASE_URL=postgres://affine:affine@db:5432/affine - DATABASE_URL=postgres://affine:affine@db:5432/affine
- NODE_ENV=production - NODE_ENV=production
- AFFINE_ADMIN_EMAIL=admin@umbrel.local
- AFFINE_ADMIN_PASSWORD=$APP_PASSWORD
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/root/.affine/config - ${APP_DATA_DIR}/data/config:/root/.affine/config
- ${APP_DATA_DIR}/data/storage/blob:/root/.affine/storage - ${APP_DATA_DIR}/data/storage/blob:/root/.affine/storage

View File

@ -3,26 +3,14 @@ id: affine
name: Affine name: Affine
tagline: Open source alternative to Notion, Miro, and Airtable tagline: Open source alternative to Notion, Miro, and Airtable
category: files category: files
version: "0.16.1" version: "0.16.3"
port: 3013 port: 3013
description: >- description: >-
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro. A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro.
One hyper-fused platform for wildly creative minds. One hyper-fused platform for wildly creative minds.
🛠️ SET-UP INSTRUCTIONS To Shape, not to adapt. Tools can impact your lifestyle. AFFiNE is built for individual & teams who care their data, who refuse vendor lock-in, and who want to have control over their essential tools.
In order to save your data, you need to sign in to your self-hosted Affine instance:
1. In the Affine app select the "Sign up/ Sign in" to sync with your self-hosted instance.
2. Enter the email and password credentials that are provided when you installed the app. To find these again, right-click on the Affine app icon
on the umbrelOS homescreen and select "Show default credentials".
3. Follow the steps to create your self-hosted cloud workspace. You are now ready to use Affine with your self-hosted instance!
developer: toeverything developer: toeverything
website: https://affine.pro website: https://affine.pro
submitter: Jasper submitter: Jasper
@ -34,16 +22,19 @@ gallery:
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
releaseNotes: >- releaseNotes: >-
This release includes various improvements and bug fixes: 🚨 New installs of Affine will now walk you through setting up an admin account.
For existing Affine users who are updating from a previous version and have already set up their workspace,
you can still access your admin workspace using your existing account details.
- Improved internationalization support
- Fixed issues with deleting items from folders This release includes various improvements and bug fixes, as well as the following new features:
- Enhanced search functionality for better results
- Resolved UI issues in the sidebar and AI subscribe button - Added self-host setup and user management page
- Improved handling of collections in the electron app - Added config page to admin
- Added server runtime config settings
- Added prompt management page
For full release notes, visit https://github.com/toeverything/AFFiNE/releases For full release notes, visit https://github.com/toeverything/AFFiNE/releases
dependencies: [] dependencies: []
path: "" path: ""
defaultUsername: "admin@umbrel.local" defaultUsername: ""
deterministicPassword: true