Skip to content

chrismin13/SimpleSaferServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleSaferServer

🚀 Quick Installation

To install SimpleSaferServer on a clean Debian-based system, run the following command:

curl -fsSL https://sss.chrismin13.com/install.sh | sudo bash
  • This script will install all dependencies, set up the service, and print your Web UI address.
  • For more details and documentation, visit the landing page.
  • For manual installation, see the Manual Installation Guide.

Local Fake Mode

To run the app locally without touching system services, disks, or /etc, start it in fake mode:

bash install_dev.sh
bash run_fake.sh

To wipe fake-mode setup state and start over:

bash reset_fake_mode.sh

If you also want the full drive-health ML stack locally, install it explicitly:

bash install_dev.sh --with-ml
  • Fake mode stores its state under .dev-data/.
  • reset_fake_mode.sh deletes .dev-data/ so you can rerun setup from a clean fake-mode state.
  • Use the setup wizard's mount step to point the backup source at a local folder on your machine.
  • Cloud backup can still use real rclone destinations such as MEGA when rclone is installed.
  • run_fake.sh enables fake-mode auto-login by default. Set SSS_SKIP_LOGIN=false if you want the normal login screen.

Documentation Index

This project includes detailed documentation for each main feature and page. See the following files for step-by-step guides and explanations:


🗑️ Uninstallation

To completely remove SimpleSaferServer from your system, you can:

If you still have the repository folder:

cd /path/to/SimpleSaferServer
sudo bash uninstall.sh

Or, run directly from the web (recommended):

curl -fsSL https://sss.chrismin13.com/uninstall.sh | sudo bash

This will:

  • Remove all installed scripts, models, and application files
  • Remove the systemd service and background tasks
  • Clean up configuration, logs, and user data
  • Remove Samba shares and related configuration

Note: This process is irreversible. Back up any important data before uninstalling.

About

SimpleSaferServer is an open-source, user-friendly backup and NAS solution for Debian-based systems. Features a web UI, network file sharing, cloud backup, drive health monitoring, and one-line install. Ideal for home and small business use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors