Update to AFFiNE 0.25.5
This commit is contained in:
4
BUILD.md
4
BUILD.md
@@ -13,14 +13,14 @@ cloudron build \
|
|||||||
--set-build-service builder.docker.due.ren \
|
--set-build-service builder.docker.due.ren \
|
||||||
--build-service-token e3265de06b1d0e7bb38400539012a8433a74c2c96a17955e \
|
--build-service-token e3265de06b1d0e7bb38400539012a8433a74c2c96a17955e \
|
||||||
--set-repository andreasdueren/affine-cloudron \
|
--set-repository andreasdueren/affine-cloudron \
|
||||||
--tag 0.25.23
|
--tag 0.25.5
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deployment Steps
|
## Deployment Steps
|
||||||
1. Remove any previous dev install of AFFiNE on the Cloudron (always reinstall from scratch).
|
1. Remove any previous dev install of AFFiNE on the Cloudron (always reinstall from scratch).
|
||||||
2. Install the freshly built image:
|
2. Install the freshly built image:
|
||||||
```bash
|
```bash
|
||||||
cloudron install --location affine.due.ren --image andreasdueren/affine-cloudron:0.25.23
|
cloudron install --location affine.due.ren --image andreasdueren/affine-cloudron:0.25.5
|
||||||
```
|
```
|
||||||
3. When prompted, confirm the app info and wait for Cloudron to report success (abort after ~30 seconds if installation stalls or errors to avoid hanging sessions).
|
3. When prompted, confirm the app info and wait for Cloudron to report success (abort after ~30 seconds if installation stalls or errors to avoid hanging sessions).
|
||||||
4. Visit `https://affine.due.ren` (or the chosen location) and sign in using Cloudron SSO.
|
4. Visit `https://affine.due.ren` (or the chosen location) and sign in using Cloudron SSO.
|
||||||
|
|||||||
@@ -5,13 +5,15 @@
|
|||||||
"description": "Next-gen knowledge base that blends docs, whiteboards, and databases for self-hosted teams.",
|
"description": "Next-gen knowledge base that blends docs, whiteboards, and databases for self-hosted teams.",
|
||||||
"website": "https://affine.pro",
|
"website": "https://affine.pro",
|
||||||
"contactEmail": "support@affine.pro",
|
"contactEmail": "support@affine.pro",
|
||||||
"version": "0.25.23-1",
|
"version": "0.25.5",
|
||||||
"changelog": "Expose /admin as configure link for quicker dashboard access",
|
"upstreamVersion": "0.25.5",
|
||||||
|
"changelog": "Update to AFFiNE 0.25.5 and keep dashboard configure link",
|
||||||
"icon": "file://icon.png",
|
"icon": "file://icon.png",
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
"minBoxVersion": "7.0.0",
|
"minBoxVersion": "7.0.0",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"configurePath": "/admin",
|
"configurePath": "/admin",
|
||||||
|
"optionalSso": true,
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"postgresql": {},
|
"postgresql": {},
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ARG AFFINE_VERSION=stable
|
ARG AFFINE_VERSION=0.25.5
|
||||||
FROM ghcr.io/toeverything/affine:${AFFINE_VERSION} AS upstream
|
FROM ghcr.io/toeverything/affine:${AFFINE_VERSION} AS upstream
|
||||||
|
|
||||||
FROM cloudron/base:5.0.0
|
FROM cloudron/base:5.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user