Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Affine to version 0.16.3 #1408

Merged
merged 4 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions affine/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
services:

Check notice on line 1 in affine/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in affine/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "redis"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in affine/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "db"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

app_proxy:
environment:
Expand All @@ -6,7 +6,7 @@
APP_PORT: 3010

web:
image: ghcr.io/toeverything/affine-graphql:stable-a579cc7@sha256:b15070c36e1416f2ddbfae8aa47af97b32705ba166f128cedfeabd0ed28d7a89
image: ghcr.io/toeverything/affine-graphql:stable-eb0466e@sha256:3dc307907cbaed5d87ad30afb5e7f1ada7cdb6372736a920b0765401d4bce5e7
restart: on-failure
init: true
command:
Expand All @@ -17,8 +17,6 @@
- REDIS_SERVER_HOST=affine_redis_1
- DATABASE_URL=postgres://affine:affine@db:5432/affine
- NODE_ENV=production
- [email protected]
- AFFINE_ADMIN_PASSWORD=$APP_PASSWORD
volumes:
- ${APP_DATA_DIR}/data/config:/root/.affine/config
- ${APP_DATA_DIR}/data/storage/blob:/root/.affine/storage
Expand Down
35 changes: 13 additions & 22 deletions affine/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,14 @@ id: affine
name: Affine
tagline: Open source alternative to Notion, Miro, and Airtable
category: files
version: "0.16.1"
version: "0.16.3"
port: 3013
description: >-
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro.
One hyper-fused platform for wildly creative minds.


🛠️ SET-UP INSTRUCTIONS

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!
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.
developer: toeverything
website: https://affine.pro
submitter: Jasper
Expand All @@ -34,16 +22,19 @@ gallery:
- 2.jpg
- 3.jpg
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.


This release includes various improvements and bug fixes, as well as the following new features:

- 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
- Added self-host setup and user management page
- 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
dependencies: []
path: ""
defaultUsername: "[email protected]"
deterministicPassword: true
defaultUsername: ""