Lychee¶
Photo albums with public shared galleries.
| Runtime | Container (Docker Swarm) |
| Tier | Experimental |
| Node | swarm-media |
| Image | lycheeorg/lychee:v7.7.1 |
| URL | https://lychee.lab.riversfamily.uk |
| Auth | Own login — deliberately not behind Authentik |
| Source | ansible/stacks/experimental/lychee/ |
v7 runs on FrankenPHP but still serves HTTP on container port 80, so the Traefik target is unchanged from earlier versions. SQLite backend keeps this single-container.
Configuration¶
Deliberately not behind forward-auth. Lychee serves public shared galleries that anonymous visitors must reach without logging in; its own login covers management. A forward-auth gate on the whole domain would block those visitors.
Volumes¶
| Volume | Path | Backing | Contents |
|---|---|---|---|
config |
/conf |
Local | SQLite database and config |
uploads |
/uploads |
Local | Uploaded photos |
Secrets¶
None.