forked from LibrePhotos/librephotos-unraid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrephotos.xml
111 lines (111 loc) · 4.67 KB
/
librephotos.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0"?>
<Container version="2">
<Name>LibrePhotos</Name>
<Repository>reallibrephotos/singleton</Repository>
<Registry>https://hub.docker.com/r/reallibrephotos/singleton</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/LibrePhotos/librephotos/issues</Support>
<Project>https://github.com/LibrePhotos/librephotos</Project>
<Overview>Features

Support for all types of photos including raw photos
Support for videos
Timeline view
Scans pictures on the file system
Multiuser support
Generate albums based on events like "Thursday in Berlin"
Face recognition / Face classification
Reverse geocoding
Object / Scene detection
Semantic image search
Search by metadata

What does it use?

Image Conversion: ImageMagick
Video Conversion: FFmpeg
Exif Support: ExifTool
Face detection: face_recognition
Face classification/clusterization: scikit-learn and hdbscan
Image captioning: im2txt,
Scene classification places365
Reverse geocoding: Mapbox: You need to have an API key. First 50,000 geocode lookups are free every month.
</Overview>
<Category>Cloud: MediaApp:Photos MediaServer:Photos Status:Beta</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL/>
<Icon>https://github.com/LibrePhotos/librephotos-frontend/blob/88efbd434f63e8722c085629c57c85f59dce240b/public/logo-inverted.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1659901858</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Features

Support for all types of photos including raw photos
Support for videos
Timeline view
Scans pictures on the file system
Multiuser support
Generate albums based on events like "Thursday in Berlin"
Face recognition / Face classification
Reverse geocoding
Object / Scene detection
Semantic image search
Search by metadata

What does it use?

Image Conversion: ImageMagick
Video Conversion: FFmpeg
Exif Support: ExifTool
Face detection: face_recognition
Face classification/clusterization: scikit-learn and hdbscan
Image captioning: im2txt,
Scene classification places365
Reverse geocoding: Mapbox: You need to have an API key. First 50,000 geocode lookups are free every month.
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3000</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/librephotos/photos</HostDir>
<ContainerDir>/var/lib/librephotos/photos/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/librephotos/thumbnails</HostDir>
<ContainerDir>/var/lib/librephotos/data/protected_media/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/librephotos/logs</HostDir>
<ContainerDir>/var/log/librephotos/</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/librephotos/bd</HostDir>
<ContainerDir>/var/lib/postgresql/data/</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Photos" Target="/var/lib/librephotos/photos/" Default="" Mode="rw" Description="Container Path: /var/lib/librephotos/photos/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/librephotos/photos</Config>
<Config Name="thumbnails" Target="/var/lib/librephotos/data/protected_media/" Default="" Mode="rw" Description="Container Path: /var/lib/librephotos/data/protected_media/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/librephotos/thumbnails</Config>
<Config Name="logs" Target="/var/log/librephotos/" Default="" Mode="rw" Description="Container Path: /var/log/librephotos/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/librephotos/logs</Config>
<Config Name="database" Target="/var/lib/postgresql/data/" Default="" Mode="rw" Description="Container Path: /var/lib/postgresql/data/" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/librephotos/bd</Config>
<Config Name="Host Port 1" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
</Container>