Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:photofield [2024/03/11 09:00] – created willy | services:photofield [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Photofield ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | Create user: | ||
- | <code bash> | ||
- | group add photos | ||
- | useradd -d / | ||
- | su - photofield | ||
- | wget https:// | ||
- | unzip photofield_.0.15.0_Linux_x86_64.zip | ||
- | </ | ||
- | |||
- | Photofield by default listen on port 8080, which i don't like because it's too common. Change it to 3003 by setting the following environment variable: | ||
- | < | ||
- | PHOTOFIELD_ADDRESS=3003 | ||
- | </ | ||
- | |||
- | |||
- | creating a **/ | ||
- | <file - configuration.yaml> | ||
- | |||
- | </ | ||
- | |||
- | see [[https:// | ||
- | |||
- | |||
- | Current status: WAITING DEV TO ADD SUBPATH (see [[https:// | ||