etsd VS dotfiles

Compare etsd vs dotfiles and see what are their differences.

etsd

Transmit sensitive data encrypted across your organization! (by spapas)

dotfiles

Mostly ~/.* files to configure vim, sh, tmux, etc. on Debian, Mac, and Windows (by susam)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
etsd dotfiles
4 4
48 -
- -
3.6 -
9 months ago -
JavaScript
GNU Affero General Public License v3.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

etsd

Posts with mentions or reviews of etsd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-16.
  • How I run my servers
    8 projects | news.ycombinator.com | 16 Jul 2023
    A pretty same setup with a bunch of differences:

    1. I'm using a single postgresql database for all apps (each with a different user) on a different server; each app has a different db user

    2. I use a minio instance for file/media uploads/serving

    3. I mostly use nginx but i'm transitioning new apps to caddy because of automatic integration with let's encrypt and much smaller config for common purposes

    4. I use a fab-classic (fabric 1x) script to deploy new versions: https://github.com/spapas/etsd/blob/master/fabfile.py

    5. For backup I do a logical db backup once per day via cron (using a script similar to this https://spapas.github.io/2016/11/02/postgresql-backup/)

    6. One memcache instance of all apps

    7. Each app gets a redis instance (if redis is needed): https://gist.github.com/akhdaniel/04e4bb2df76ef534b0cb982c1d...

    8. Use systemd for app control

  • Show HN: Enc – A modern and friendly CLI alternative to GnuPG
    6 projects | news.ycombinator.com | 9 Feb 2023
    Yes, you are right on that. If the server is compromised a malicious user may change the client-side code to add a backdoor and steal your private key when you unlock it. He'll be able to steal only the keys that are unlocked while the backdoor stays undetected (not all the data).

    The ideal way to resolve that would be to change the service to an API and offer binaries with a correct signature so the user can check and make sure that they get the correct thing. Actually I tried writing the client binaries using electron (https://github.com/spapas/etsd/tree/master/client) but didn't have the time for that :(

    You are rigth though, I've added a Risks section to warn for that thingie https://github.com/spapas/etsd/blob/master/README.md#risks

  • Show HN: ETSD – Transmit sensitive data encrypted across your organization
    1 project | news.ycombinator.com | 18 Aug 2021

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-24.
  • Let the (terminal) bells ring out
    2 projects | news.ycombinator.com | 24 Dec 2023
    Source: https://github.com/susam/dotfiles/blob/main/shrc#L381
  • How I run my servers
    8 projects | news.ycombinator.com | 16 Jul 2023
    I have a similar setup for my personal and project websites. Some similarities and differences:

    * I use Linode VMs ($5/month).

    * I too use Debian GNU/Linux.

    * The initial configuration of the VM is coded as a shell script: https://github.com/susam/dotfiles/blob/main/linode.sh

    * Project-specific or service-specific configuration is coded as individual Makefiles. This takes care of creatng An example: https://github.com/susam/susam.net/blob/main/Makefile

    * The software is written in Common Lisp. In case of a personal website or blog, a static website is generated by a Common Lisp program. In case of an online service or web application, the service is written as a Common Lisp program that uses Hunchentoot to process HTTP requests and return HTTP responses.

    * I use Nginx too. Nginx serves the static files as well as functions as a reverse proxy when there are backend services involved. Indeed TLS termination is an important benefit it offers. Other benefits include rate limiting requests, configuring an allowlist for HTTP headers to protect the backend service, etc.

  • My Favorite Commandline Oneliners
    7 projects | news.ycombinator.com | 3 May 2021
    I have something similar but a little more elaborate at my ~/bin to ensure that there isn't a severe loss of quality during the conversion: https://github.com/susam/dotfiles/blob/e434b7c/bin/xmp3
  • Using GNU Stow to manage your dotfiles (2012)
    17 projects | news.ycombinator.com | 26 Dec 2020
    I follow a similar but handcrafted approach. I have a dotfiles repo with a setup script that automates the creation or deletion of all the symbolic links: https://github.com/susam/dotfiles/blob/master/setup

    So what I do on any new system is just:

      git clone https://github.com/susam/dotfiles.git

What are some alternatives?

When comparing etsd and dotfiles you can also consider the following projects:

enc - 🔑🔒 A modern and friendly CLI alternative to GnuPG: generate and download keys, encrypt, decrypt, and sign text and files, and more.

bashdot - Minimalist dotfile management framework.

docker-rollout - 🚀 Zero Downtime Deployment for Docker Compose

dotfiles - Settings for various tools I use.

PythonEncryptionAlgorithm - An encryption algorithm in python

nix - my nix modules, overlays, host configurations, and more!