Files
hassio-addons/ente/config.yaml
Alexandre a4b100feea fix(ente): unbreak build — base image moved to ghcr.io/ente/server (#2946)
* fix(ente): base image moved to ghcr.io/ente/server

Upstream renamed the GitHub org ente-io -> ente. github.com redirects, so the
web-builder clone still worked, but GHCR does not redirect: the base image
ghcr.io/ente-io/server:latest now resolves to 'not found' and every rebuild
failed (run 31227202542).

Points the base image and the web source clone at the new org, and lands the
4.4.25 bump the updater bot had reverted by the same failure.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* fix(ente): sync build.json and README to the renamed org, tidy changelog

build.json still pinned ghcr.io/ente-io/server:927c6a31... — a dead reference
after the org rename (the pinned digest does resolve under ente/server, verified
200 from the registry). It is inert today since this Dockerfile hardcodes its
FROM rather than consuming ARG BUILD_FROM, but leaving a dead ref there is a
trap for the next person.

Also repoints the two README links and matches the changelog date format to the
surrounding entries.

Reported by Copilot on PR #2946.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-08 11:54:31 +02:00

137 lines
2.4 KiB
YAML

arch:
- aarch64
- amd64
backup_exclude:
- "**/minio-data/**"
- "**/postgres/**"
description:
Self-hosted, end-to-end-encrypted photo & video storage (Ente server
+ MinIO)
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
environment:
PGID: "0"
PUID: "0"
TZ: Europe/Paris
image: ghcr.io/alexbelgium/ente-{arch}
init: false
map:
- addon_config:rw
name: Ente
options:
env_vars: []
DB_PASSWORD: ente
ENTE_ENDPOINT_URL: http://homeassistant.local:8280
TZ: Europe/Paris
USE_EXTERNAL_DB: false
ports:
3000/tcp: 8300
3001/tcp: 8301
3002/tcp: 8302
3003/tcp: 8303
3004/tcp: 8304
3005/tcp: 8305
3006/tcp: 8306
3007/tcp: 8307
3008/tcp: 8308
3009/tcp: 8309
8080/tcp: 8280
ports_description:
3000/tcp: Ente web UI
3001/tcp: Ente Accounts
3002/tcp: Ente Albums
3003/tcp: Ente Auth
3004/tcp: Ente Cast
3005/tcp: Ente Share
3006/tcp: Ente Embed
3007/tcp: Ente Paste
3008/tcp: Ente Locker
3009/tcp: Ente Memories
8080/tcp: Ente API (museum)
privileged:
- SYS_ADMIN
- DAC_READ_SEARCH
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
DB_DATABASE_NAME: str?
DB_HOSTNAME: str?
DB_PASSWORD: str
DB_PORT: int?
DB_USERNAME: str?
ENTE_ENDPOINT_URL: str
TZ: str?
USE_EXTERNAL_DB: bool?
cifsdomain: str?
cifspassword: str?
cifsusername: str?
localdisks: str?
networkdisks: str?
slug: ente
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "4.4.25"
video: true
webui: http://[HOST]:[PORT:3000]