ABOUT
Sync-in is a self-hosted platform for file storage, synchronization, and team collaboration. Features include drag-and-drop uploads, OIDC/LDAP authentication, WebDAV support, full-text search, and online document editing with OnlyOffice or Collabora.
warningChange the default credentials (sync-in / sync-in) immediately after first login.
infoConfiguration and generated secrets are stored in /opt/sync-in/environment.yaml.
infoFiles are stored in /opt/sync-in/data. Increase disk size accordingly.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM20 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/sync-in.sh'; sha='a88f87be0fd7895b7bd7077602948e5cf8c574901caf076c16544e7855d840b0'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/sync-in.shSHA-256 a88f87be0fd7895b7bd7077602948e5cf8c574901caf076c16544e7855d840b0 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.