Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Caddy | 46,399 | 118 | 334 | a day ago | 85 | October 26, 2020 | 102 | apache-2.0 | Go | |
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS | ||||||||||
Certbot | 29,760 | 178 | 116 | a day ago | 92 | June 08, 2022 | 536 | other | Python | |
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. | ||||||||||
Localtunnel | 15,752 | 36,480 | 341 | 23 days ago | 33 | September 18, 2021 | 157 | mit | JavaScript | |
expose yourself | ||||||||||
Node Http Proxy | 13,268 | 398,065 | 2,932 | 7 days ago | 103 | May 17, 2020 | 584 | other | JavaScript | |
A full-featured http proxy for node.js | ||||||||||
Hotel | 9,861 | 9 | 7 | 2 months ago | 83 | June 17, 2018 | 124 | mit | JavaScript | |
🏩 A simple process manager for developers. Start apps from your browser and access them using local domains | ||||||||||
Ponzu | 4,887 | 3 years ago | 4 | January 02, 2020 | 24 | bsd-3-clause | Go | |||
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. | ||||||||||
Freegeoip | 4,861 | 10 | 1 | 7 months ago | 18 | October 04, 2017 | 3 | other | Go | |
IP geolocation web server | ||||||||||
Backendlore | 4,542 | 2 years ago | ||||||||
How I write backends | ||||||||||
Live Server | 4,080 | 7,687 | 1,665 | 16 days ago | 24 | April 27, 2022 | 195 | JavaScript | ||
A simple development http server with live reload capability. | ||||||||||
Actionhero | 2,355 | 187 | 65 | 10 days ago | 295 | September 23, 2022 | 8 | apache-2.0 | TypeScript | |
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks |
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
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.
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!
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:
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
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.
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?
If your installation did not finish successfully, check /root/[installer_name]_installation.log
for errors.
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.