- Shell 84.7%
- Dockerfile 15.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| build-npm.sh | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| DESCRIPTION.md | ||
| Dockerfile | ||
| environment.yaml | ||
| icon.png | ||
| LICENCE | ||
| my.cnf | ||
| POSTINSTALL.md | ||
| README.md | ||
| start.sh | ||
| supervisord.conf | ||
| test-new.txt | ||
Sync-in Server for Cloudron
A Cloudron app package for Sync-in Server, packaged here as Sync-in 2.4.2.
Features
- Secure File Platform: File storage, sharing, collaboration, and sync
- Integrated Markdown Editor: Included in Sync-in
2.4.2 - Task Queue And Cancellation: File operations now expose richer task progress and cancellation
- OnlyOffice Integration: Collaborative editing for office documents
- WebDAV Support: Compatible with desktop and mobile clients
- Full-Text Search: Deep content indexing and search
- Collaborative Spaces: Granular access control for teams
Installation
-
EITHER install via Cloudron App Store if/when it is available. OR install via custom app installer : https://ccai.appx.uk OR clone the repo and build the Docker image, push it to a Docker registry and install with the Cloudron CLI.
WAIT ! The app takes time to start up the first time. Please be patient. Local DB initialization, migrations, and first user creation take time, so the healthcheck does not complete immediately.
-
Configure your instance through the Cloudron dashboard
-
Access your Sync-in server at your assigned domain
-
If using the app in a browser on a mobile device, ensure the browser requests the desktop mode. Some mobile browsers may default to mobile mode, which can cause UI issues with the app.
-
If you want to use the OnlyOffice integration feature, ensure you complete the OnlyOffice integration settings in /app/data/sync-in/environment.yaml.
Default Credentials
- Username:
admin - Password:
admin
Change these credentials immediately after first login.
Package Notes
- Upstream package source:
@sync-in/server@2.4.2 - Node runtime target:
22.x - Local MariaDB is bundled inside this package for app-local storage
- Persistent Sync-in data path:
/app/data/sync-in - Persistent log path:
/app/data/logs
OnlyOffice Integration
This package includes OnlyOffice integration support. Review and update the
OnlyOffice settings in /app/data/sync-in/environment.yaml, especially the
applications.files.editors.onlyoffice section, before using document editing.
WebDAV
- WebDAV endpoint:
https://your-domain/webdav/ - Use application credentials from Sync-in after initial setup
Source Code
- Sync-in Server: https://github.com/Sync-in/server
- Cloudron Package: This repository
Support
For issues related to:
- Sync-in functionality: Sync-in GitHub Issues
- Cloudron packaging: Create an issue in the cloudron forum topic for this app.
License
Sync-in Server is licensed under AGPL-3.0. See the upstream repository for details.