The Etebase server (so you can run your own)

X

Python

EteSync Server image

Looking for a solid way to keep your data safe? EteSync Server might just be your golden ticket. This open-source project lets you run your own Etebase server, putting the power and control of end-to-end encryption right in your hands. Like a lot of folks in the homelab community, you want absolute control over your data without the hassles of third-party security. First off, let’s talk straight: EteSync Server is all about encrypting everything down to the last byte. Built on Django, it’s not just some run-of-the-mill encryption service; it’s designed with the security-minded individual in mind. The server requires Python 3.7 or newer and has a couple of dependencies to wrangle, but no biggie. It’s pretty straightforward to get this thing up and running. Got a favorite OS? Whether you swear by Arch Linux, are a die-hard Debian/Ubuntu fan, or even if you’re mingling with the Mac and Windows crowd via WSL, you’re covered. Once you’ve got your system prepped with virtualenv, cloning the git repository and setting up the app is a piece of cake. Just a little command magic, and you’re good to go. Sweet and simple configuration is another big plus here. Even if you’re not a Django aficionado, fear not. They’ve got a handy dandy config file that makes it easy to deploy. With a few tweaks—like setting your `ALLOWED_HOSTS`, `MEDIA_ROOT`, and crafting a solid `SECRET_KEY`—you'll be in business before you can say "zero-knowledge proof." Here’s where it gets serious: getting the server to play nice in production. You’ll find the nitty-gritty details in the project’s wiki for setting up uvicorn and Nginx. And remember, TLS is your bestie here; secure that traffic! Don’t overlook backing up your data; your user data and database are mission-critical. Operating the server feels smooth and functional. Create an admin user, then set up user accounts through the admin interface. EteSync’s zero-knowledge proof ensures that passwords are created with ironclad security. Just pop over to `www.your-etesync-install.com/admin`, and you’re practically on autopilot from there. Keeping things fresh is a breeze too. With some light commands, updating the server from one version to another is as streamlined as it gets. Just remember the drill—install updates, migrate your database, and keep rolling. If you’re transitioning from an older version, the steps are crystal clear for upgrading to the latest EteSync protocol. For the tinkerers and testers out there, EteSync even offers Docker images for some hands-on experience in a controlled environment. Just don’t confuse the test server with a production-ready solution—it’s built for speed and ease, not heavy lifting. Want to keep it comfy for your users? Enable automatic signup and let folks hop in without the rigmarole of manual account creation. Just be mindful of the risks and adjust settings appropriately. Where it shines brightest? EteSync makes ethical, secure self-hosting accessible. And while it’s free software under the GNU Affero General Public License, you can go the extra mile by supporting the project financially. Every little bit helps sustain and improve this commendable work. Wrapping this up, EteSync Server is a robust and savvy choice for those in the homelab universe who treasure security and autonomy. With its open-source flexibility and fortified encryption, it's definitely worth diving into.

Check out site
Back to all products