2 Commits

Author SHA1 Message Date
opencode
f69a00c773 fix: run desfoto deploy compose commands as the directory owner
The live directory /home/denny/stacks/desfoto belongs to denny, but the SSH
deploy identity cannot traverse /home/denny (0750). Run the directory change
and the compose command together under the owning identity via
'sudo -n -u denny bash -c' instead of a bare 'cd' as the SSH user. Applies to
the deploy, the stack teardown and both rollback paths.
2026-09-19 16:03:20 +02:00
opencode
160ec017eb feat: launch desfoto.de as a standalone photography site and retire the old redirect 2026-09-19 16:02:16 +02:00