build ente

This commit is contained in:
Alexandre
2025-07-15 20:54:07 +02:00
parent 455166922c
commit 8a64748b87
11 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
# shellcheck disable=SC2155,SC2016
set -e
bashio::log.info "Starting ente..."
exec /usr/bin/museum &
bashio::log.info "Starting minio..."
exec /usr/local/bin/minio server /data --address ":3200" &
bashio::log.info "Starting ente-web..."
[ -n "$DISABLE_WEB_UI" ] || exec /usr/bin/ente-web