Syncloud alternatives and similar software solutions
Based on the "Self-hosting Solutions" category.
Alternatively, view Syncloud alternatives based on common mentions on social networks and blogs.
-
Budibase
Budibase is an open-source low code platform that helps you build internal tools in minutes ๐ -
sovereign
A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. -
Crater Invoice
Open Source Invoicing Solution for Individuals & Businesses -
Sandstorm
Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager. -
Open and cheap DIY IP-KVM based on Raspberry Pi
Open and inexpensive DIY IP-KVM based on Raspberry Pi -
OpenMediaVault
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone to install and administrate a Network Attached Storage without deeper knowledge. -
TagSpaces
TagSpaces is an offline, open source, document manager with tagging support -
FreeNAS
TrueNAS CORE/Enterprise/SCALE Middleware Git Repository [Moved to: https://github.com/truenas/middleware] -
#<Sawyer::Resource:0x00007f938ce6e1d8>
An open source, real-time monitoring tool with custom-monitor and agentless. Web, database, os, middleware, cloudnative, network and more. Aim to monitor everything! -
Ansible-NAS
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook. -
Yacht
A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for. -
NextCloudPi
๐ฆ Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer... -
DockSTARTer
DockSTARTer helps you get started with running apps in Docker. -
1Backend
Run your web apps easily with a complete platform that you can install on any server. Build composable microservices and lambdas. -
DPlatform
Deploy self-hosted apps easily: simple, bloat-free, independent installation -
Jump
Jump is a self-hosted startpage and real-time status page for your server designed to be simple, stylish, fast and secure. -
xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities -
Puffin
lightweight webapp catalog based on containers, with user interface ร la mobile app store -
#<Sawyer::Resource:0x00007fc98721c818>
OS-NVR is a lightweight extensible CCTV system. Mirror of Codeberg. -
yunohost
A server operating system aiming to make self-hosting accessible to everyone. -
FreedomBox
A community project to develop, design and promote personal servers running free software for private, personal, communications. -
arkOS
Install arkOS to a dedicated device and host your own websites, email, files and more. -
HomelabOS
Your very own offline-first privacy-centric open-source data-center!
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Syncloud or a related project?
README
Syncloud (https://syncloud.org)
Simple self-hosting of popular apps.
It is available as an image or a pre-built device.
We are open to cooperation with hardware vendors interested in including Syncloud into their products.
Apps
https://syncloud.org/apps.html
Download
There are images for various devices and architectures, get one here.
For developers
Syncloud image contains the following components:
- Debian based [linux OS](github.com/syncloud/image).
- Snap based app installer.
- Platform snap package.
Platform provides shared services for all the apps and manages device settings.
Web UI development
Install Node.js
cd www
npm i
npm run dev
Building a package locally
We use Drone build server for automated builds. The simplest way to build a platform snap package locally is to run drone cli:
/path/to/cli/drone jsonnet --stream
sudo /path/to/cli/drone exec --pipeline=[amd64|arm64|arm] --trusted
Install a package on a device
snap install --devmode /path/to/package.snap