Syncwerk Server Installer

Script collection to setup production-ready Syncwerk server installations with HTTPS
Alternatives To Syncwerk Server Installer
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Caddy46,399118334a day ago85October 26, 2020102apache-2.0Go
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Certbot29,760178116a day ago92June 08, 2022536otherPython
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Localtunnel15,75236,48034123 days ago33September 18, 2021157mitJavaScript
expose yourself
Node Http Proxy13,268398,0652,9327 days ago103May 17, 2020584otherJavaScript
A full-featured http proxy for node.js
Hotel9,861972 months ago83June 17, 2018124mitJavaScript
🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
Ponzu4,887
3 years ago4January 02, 202024bsd-3-clauseGo
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Freegeoip4,8611017 months ago18October 04, 20173otherGo
IP geolocation web server
Backendlore4,542
2 years ago
How I write backends
Live Server4,0807,6871,66516 days ago24April 27, 2022195JavaScript
A simple development http server with live reload capability.
Actionhero2,3551876510 days ago295September 23, 20228apache-2.0TypeScript
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Alternatives To Syncwerk Server Installer
Select To Compare


Alternative Project Comparisons
Readme

Auto install Syncwerk Server CE* and PRO**

These installers offer a quick and easy way to set up a production ready Syncwerk Server using MariaDB, Memcached and NGINX as a reverse proxy in under 5 minutes.

* Community Edition ** Professional Edition

What's it for?

Install the Syncwerk Server in a standard and more secure manner then our current out of the box setup scripts offer. Instead of SQLite we're using MariaDB and NGINX instead of Gunicorn.

Supported OS

Debian Wheezy, Jessie & Stretch

Just select the corresponding installer for your OS. All scripts are meant to run with the bare minimum OS setup. We strongly suggest not installing Syncwerk server beside desktop environments or hosting panels like Plesk, ISPConfig, etc. Professional installations which don't follow our setup suggestions, don't qualify for official support. Please keep this in mind.

Minimal installations only!

Caution

Never run these scripts on a production server. They are more or less a one trick pony and could seriously damage production systems. Run it only once and delete it afterwards. If something goes wrong, restart with a fresh machine.

As a precaution I have added a few simple checks to abort installation if any of these fails:

  1. Check if you're running this script as root. If not, abort.
  2. Check if the user "syncwerk" exists. If yes, abort.
  3. Check if the directory "/opt/syncwerk" exists. If yes, abort.

Feature overview

  1. HTTPS-Proxy
  2. Redirect all HTTP to HTTPS
  3. FastCGI enabled
  4. WebDAV enabled
  5. MariaDB
  6. Memcached
  7. Auto start services
  8. Postfix Mailserver
  9. UFW-Firewall
  10. Fail2ban
  11. Autoupdate OS

Installation

Syncwerk Server CE

All installers need to be executed as root. Running them with sudo will not work! Login as root or switch to root with sudo su before installing with these installers. Make sure your OS package repository (e.g. /etc/apt/sources.list) is configured correctly before proceeding.

For Debian Wheezy, Jessie or Stretch (64bit):

apt-get git lsb-release ca-certificates net-tools -y
cd /root
wget https://raw.githubusercontent.com/syncwerk/syncwerk-server-installer/master/syncwerk_v5_debian
bash syncwerk_v5_debian

Syncwerk Server PRO

You will have to download the Syncwerk Professional Server package prior to the installation and save it to /usr/src/syncwerk/.

FYI: To download Syncwerk Professional you need an account on our download portal. Only pre-existing customers of Syncwerk GmbH (former Seafile GmbH) will receive access to these restricted sources. Contact us at [email protected] if you have lost your login details.

FAQs

Where do I find the full installation log? At /root/[installer_name]_installation.log

What's the unprivileged Syncwerk users name syncwerk

How can I change the domain name of the Syncwerk server? Run the syncwerk-server-change-address script on the shell

How can I login as the unprivileged Syncwerk user? Run su - syncwerk -s /bin/bash with root privileges on the shell

How do I update Syncwerk? You will have to handle Syncwerk updates/upgrades manually after the initial installation.

To login as the Syncwerk users run su - syncwerk -s /bin/bash and then proceed with the update procedure as usual.

What do I have to do after the installer has finished?

  1. Delete installer script. You wont need it anymore and might even seriously damage your system if you run it again.
  2. Follow the suggested steps at the end of the installation to finalize your Syncwerk server installation.

Troubleshooting

If your installation did not finish successfully, check /root/[installer_name]_installation.log for errors.

License

Copyright 2015, Alexander Jackson [email protected]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Popular Https Projects
Popular Server Projects
Popular Security Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Server
Installer
Https
Mariadb