-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patha-eye.xml
More file actions
32 lines (32 loc) · 2.77 KB
/
a-eye.xml
File metadata and controls
32 lines (32 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<Container version="2">
<Name>a-eye</Name>
<Repository>spaceinvaderone/a-eye</Repository>
<Registry>https://github.com/SpaceinvaderOne/a-eye</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/SpaceinvaderOne/a-eye</Support>
<Project>https://github.com/SpaceinvaderOne/a-eye</Project>
<ReadMe/>
<Overview>A-Eye is a self hosted AI photo intelligence tool. Uses local vision models to understand, describe, tag, rename, and search your photos. No cloud needed, everything runs on your own hardware. Features natural language photo search, quality detection for blurry or accidental shots, XMP sidecar writing compatible with Immich, Lightroom, and digiKam, and a temporary workspace for processing photos from other devices. Works as a full photo renamer, a metadata enrichment tool, or a non destructive read only catalogue. Powered by Ollama for local AI inference</Overview>
<Category>AI: Productivity: MediaApp:Photos</Category>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/SpaceinvaderOne/Docker-Templates-Unraid/master/spaceinvaderone/docker_icons/A-Eye%20Logo%20small.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1775062532</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires>Requires a running Ollama instance with a vision model pulled (e.g. minicpm-v).</Requires>
<Config Name="Web UI Port" Target="8000" Default="8000" Mode="tcp" Description="Port for the web interface" Type="Port" Display="always" Required="true" Mask="false">8001</Config>
<Config Name="Photos Directory" Target="/photos" Default="/mnt/user/photos" Mode="rw" Description="Path to your photos directory on the host" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/photos</Config>
<Config Name="Ollama Host" Target="OLLAMA_HOST" Default="http://localhost:11434" Mode="" Description="URL of the Ollama instance (e.g. http://192.168.1.100:11434)" Type="Variable" Display="always" Required="false" Mask="false">http://localhost:11434</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="User ID for file permissions (99 = nobody on Unraid)" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Group ID for file permissions (100 = users on Unraid)" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="App Data" Target="/app/data" Default="/mnt/user/appdata/a-eye" Mode="rw" Description="Persistent storage for database and thumbnail cache" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/user/appdata/a-eye</Config>
<TailscaleStateDir/>
</Container>