Remove karakeep binary assets

This commit is contained in:
Alexandre
2026-01-11 16:31:21 +01:00
parent 560e1a105f
commit ef6426a373
18 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
bashio::log.info "Creating folders"
mkdir -p \
/data/cache \
/data/chrome \
/share/karakeep/extensions \
/config/meili
if id chrome &>/dev/null; then
chown -R chrome:chrome /data/cache /data/chrome
fi