Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:homegallery [2024/03/18 12:01] – created willy | services:homegallery [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== HomeGallery ====== | ||
- | [[https:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | Create a **homegallery** user as a memeber of the **photos** group: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | su - homegallery | ||
- | curl -sL https:// | ||
- | chmod 755 gallery | ||
- | </ | ||
- | |||
- | ===== Configuration ===== | ||
- | |||
- | <code bash> | ||
- | ./gallery init --source ~/Pictures | ||
- | ./gallery run server | ||
- | </ | ||
- | |||
- | |||
- | ===== Reverse Proxy ===== | ||
- | |||
- | |||
- | ===== Startup ===== | ||
- | |||
- | |||