Skip to content

Commit

Permalink
Update Linkwarden to version 2.9.3 (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-lac authored Jan 22, 2025
1 parent 21840c4 commit ecd5a3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
6 changes: 2 additions & 4 deletions linkwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:

postgres:
image: postgres:16-alpine@sha256:0366402213df5db03c47ff80bcc697e92c8be0c213d03c941df1fc42d1ba9560
user: "1000:1000"
environment:
- POSTGRES_PASSWORD=linkwarden
restart: on-failure
Expand All @@ -21,10 +20,9 @@ services:
timeout: 5s
retries: 5
app:
image: ghcr.io/linkwarden/linkwarden:v2.8.3@sha256:7f80a03d688c3e5d9ec6b34f5b65cd861ff8c9eb08d12932dc8fc7482991f238
user: "1000:1000"
image: ghcr.io/linkwarden/linkwarden:v2.9.3@sha256:0d9ab9dcf70aaf81fddbaf2d215a057670fff5eb01ef7cfd97b08900ffcddd1c
environment:
- DATABASE_URL=postgresql://postgres:linkwarden@postgres:5432/postgres
- DATABASE_URL=postgresql://postgres:linkwarden@linkwarden_postgres_1:5432/postgres
- NEXTAUTH_URL=http://${DEVICE_DOMAIN_NAME}:8233/api/v1/auth
- NEXTAUTH_SECRET=linkwarden
restart: on-failure
Expand Down
14 changes: 12 additions & 2 deletions linkwarden/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: linkwarden
name: Linkwarden
tagline: Bookmark Preservation for Individuals and Teams
category: social
version: "2.8.3"
version: "2.9.3"
port: 8233
description: >-
📚 Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
Expand All @@ -26,5 +26,15 @@ gallery:
defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: ""
releaseNotes: >-
This update contains several new features and various bug fixes:
- Added automatic tagging of links using AI
- New customizable color themes
- Browser extension now captures articles directly
- Added RSS feed support for public collections
- Added Polish and Russian language support
- Added import support from Omnivore
- Fixed various bugs and improved stability
path: ""

0 comments on commit ecd5a3d

Please sign in to comment.