feat(time): server TZ display; optional SSH host sync via root pw

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 16:44:01 +03:00
parent 860a56dc5d
commit dfae0d8256
7 changed files with 243 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22-alpine
RUN apk add --no-cache docker-cli
RUN apk add --no-cache docker-cli openssh-client sshpass
RUN mkdir -p /data && chmod 700 /data