mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-26 03:14:01 +02:00
* feat(baikal): update to Baikal 0.12.1 and track sabre-io releases ckulka/baikal-docker, and the archived fork the addon was based on, stopped publishing images at Baikal 0.10.1, so the addon could not follow upstream and its updater tracked a repository that no longer moves. The base image is now used for its runtime only (nginx, php-fpm, msmtp) and the application comes from the release published by sabre-io, which the updater can follow. The Home Assistant timezone fix the fork carried as a whole patched Plugin.php is applied as the single hunk it actually is, and the build fails if sabre/dav ever moves that code. The addon data folder holds the application as well as the user data, and it was seeded with no-clobber, so a rebuilt image never replaced the code being served. Application folders are now refreshed on every start ; Specific and config are still only seeded when missing. Closes #3038 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * docs(baikal): satisfy markdownlint on the new changelog and readme lines Bare URLs (MD034) and a heading with no blank line before its list (MD022 / MD032). The blank line matches the older hand-written entries in the same file. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
89 lines
1.4 KiB
YAML
89 lines
1.4 KiB
YAML
arch:
|
|
- aarch64
|
|
- amd64
|
|
description: Calendar+Contacts server
|
|
devices:
|
|
- /dev/dri
|
|
- /dev/dri/card0
|
|
- /dev/dri/card1
|
|
- /dev/dri/renderD128
|
|
- /dev/vchiq
|
|
- /dev/video10
|
|
- /dev/video11
|
|
- /dev/video12
|
|
- /dev/video13
|
|
- /dev/video14
|
|
- /dev/video15
|
|
- /dev/video16
|
|
- /dev/ttyUSB0
|
|
- /dev/sda
|
|
- /dev/sdb
|
|
- /dev/sdc
|
|
- /dev/sdd
|
|
- /dev/sde
|
|
- /dev/sdf
|
|
- /dev/sdg
|
|
- /dev/nvme
|
|
- /dev/nvme0
|
|
- /dev/nvme0n1
|
|
- /dev/nvme0n1p1
|
|
- /dev/nvme0n1p2
|
|
- /dev/nvme0n1p3
|
|
- /dev/nvme1n1
|
|
- /dev/nvme1n1p1
|
|
- /dev/nvme1n1p2
|
|
- /dev/nvme1n1p3
|
|
- /dev/nvme2n1
|
|
- /dev/nvme2n1p1
|
|
- /dev/nvme2n1p2
|
|
- /dev/nvme2n3p3
|
|
- /dev/mmcblk
|
|
- /dev/fuse
|
|
- /dev/sda1
|
|
- /dev/sdb1
|
|
- /dev/sdc1
|
|
- /dev/sdd1
|
|
- /dev/sde1
|
|
- /dev/sdf1
|
|
- /dev/sdg1
|
|
- /dev/sda2
|
|
- /dev/sdb2
|
|
- /dev/sdc2
|
|
- /dev/sdd2
|
|
- /dev/sde2
|
|
- /dev/sdf2
|
|
- /dev/sdg2
|
|
- /dev/sda3
|
|
- /dev/sdb3
|
|
- /dev/sda4
|
|
- /dev/sdb4
|
|
- /dev/sda5
|
|
- /dev/sda6
|
|
- /dev/sda7
|
|
- /dev/sda8
|
|
- /dev/nvme0
|
|
- /dev/nvme1
|
|
- /dev/nvme2
|
|
image: ghcr.io/alexbelgium/baikal-{arch}
|
|
map:
|
|
- addon_config:rw
|
|
- homeassistant_config:rw
|
|
- share:rw
|
|
- ssl:ro
|
|
name: Baikal
|
|
options:
|
|
env_vars: []
|
|
ports:
|
|
80/tcp: 8013
|
|
ports_description:
|
|
80/tcp: Web UI port
|
|
schema:
|
|
env_vars:
|
|
- name: match(^[A-Za-z0-9_]+$)
|
|
value: str?
|
|
slug: baikal
|
|
udev: true
|
|
url: https://github.com/alexbelgium/hassio-addons
|
|
version: "0.12.1"
|
|
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|