mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update baikal to 0.10.1 (#2161)
This commit is contained in:
parent
18dcfa73c8
commit
23af8294f1
@ -1,15 +1,15 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: baikal_web_1
|
||||
APP_PORT: 80
|
||||
PROXY_AUTH_ADD: "false"
|
||||
web:
|
||||
image: ckulka/baikal:0.9.5@sha256:6bbb3a55311bf64458badcea45f377450d27e671506962ba541613b9bed6ecd2
|
||||
# This container runs as user 33:33 and cannot be changed in compose (https://github.com/ckulka/baikal-docker/blob/master/examples/docker-compose.localvolumes.yaml)
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/var/www/baikal/config
|
||||
- ${APP_DATA_DIR}/data/Specific:/var/www/baikal/Specific
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: baikal_web_1
|
||||
APP_PORT: 80
|
||||
PROXY_AUTH_ADD: "false"
|
||||
web:
|
||||
image: ckulka/baikal:0.10.1@sha256:2385faeb7cc165d2b080c0ed8c84cc59e84d03107f814ad897ab62684c792f7b
|
||||
# This container runs as user 33:33 and cannot be changed in compose (https://github.com/ckulka/baikal-docker/blob/master/examples/docker-compose.localvolumes.yaml)
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/var/www/baikal/config
|
||||
- ${APP_DATA_DIR}/data/Specific:/var/www/baikal/Specific
|
||||
|
@ -3,13 +3,13 @@ id: baikal
|
||||
name: Baikal
|
||||
tagline: A lightweight calendar and contacts server
|
||||
category: networking
|
||||
version: "0.9.5"
|
||||
version: "0.10.1"
|
||||
port: 8890
|
||||
description: >-
|
||||
🪆 Baikal Server is a lightweight CalDAV and CardDAV server designed for users who want to manage their calendar and contact information securely on their own server. This robust application offers an extensive web interface that simplifies the management of users, address books, and calendars, making it accessible for both beginners and experienced users.
|
||||
|
||||
|
||||
One of the key features of Baikal is its ease of installation and configuration. It requires only a basic PHP-capable server, which means you don’t need extensive technical knowledge to get started. The server supports both MySQL and SQLite databases for data storage, providing flexibility depending on your preferences and needs.
|
||||
One of the key features of Baikal is its ease of installation and configuration. It requires only a basic PHP-capable server, which means you don't need extensive technical knowledge to get started. The server supports both MySQL and SQLite databases for data storage, providing flexibility depending on your preferences and needs.
|
||||
|
||||
|
||||
Baikal allows users to seamlessly access their contacts and calendars from any device. It is compatible with a wide range of applications, including iOS, macOS, DAVx5 on Android, Mozilla Thunderbird, and many other CalDAV and CardDAV capable applications. This compatibility ensures that you can sync your data across multiple platforms without any hassle.
|
||||
@ -30,7 +30,16 @@ gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This release includes the following improvements:
|
||||
- Fixed authentication issues when using reverse proxies
|
||||
- Added PostgreSQL database support
|
||||
- New environment variable configuration options
|
||||
- Fixed database setup screen on install wizard
|
||||
- Updated to sabre/dav 4.7.0
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/sabre-io/Baikal/releases
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
Loading…
Reference in New Issue
Block a user