caddy-docker VS pass-import

Compare caddy-docker vs pass-import and see what are their differences.

caddy-docker

Source for the official Caddy v2 Docker Image (by caddyserver)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
caddy-docker pass-import
30 403
386 767
2.8% -
5.8 8.4
about 1 month ago about 2 months ago
Dockerfile Python
Apache License 2.0 GNU General Public License v3.0 only
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.

caddy-docker

Posts with mentions or reviews of caddy-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Which reverse proxy for public and Lan sites with valid https?
    2 projects | /r/selfhosted | 6 Dec 2023
    The official Caddy documentation of their Docker image: https://hub.docker.com/_/caddy
  • Leaking Bitwarden's Vault with a Nginx vulnerability
    10 projects | news.ycombinator.com | 3 Jul 2023
    I use https://static-web-server.net/

    Cross-platform, written in Rust, straightforward configuration, secure defaults, also has a hardened container image and a hardened NixOS module.

    I wouldn't recommend Caddy. Their official docker image runs as root unnecessarily (and the reasoning suggests a lack of understanding) [1], and they don't provide a properly sandboxed systemd unit file [2].

    [1]: https://github.com/caddyserver/caddy-docker/issues/104

  • Docker Cannot Mount Caddyfile on Remote Host
    1 project | /r/webdev | 11 Apr 2023
  • Which reverse proxy are you using?
    16 projects | /r/selfhosted | 7 Apr 2023
    There is also a short section about it on the Docker hub page under the "Adding custom Caddy modules" section: https://hub.docker.com/_/caddy
  • Caddy, Go, Docker and a Single Page App
    6 projects | dev.to | 3 Apr 2023
    Caddy uses a number of volumes. Two point directly at files within our project, first our Caddyfile, then our public folder which Caddy will serve live files. The other two are virtual filesystems Docker will create as defined by the master volumes parameters. We can assume the caddy_config volume is where active configuration is stored as it is not discussed on the Caddy Docker Official Image page, so we're copying their parameter exactly, but the caddy_data volume needs some extra discussion. It is used to store a number of things including SSL certificates. By default Docker creates and destroys volumes upon startup and exit. As we want to persist our certificate across sessions we can take advantage of an external Docker volume. These virtual filesystems are created before starting the Docker session for the first time. This can ve done from the command line or more easily from within the Docker Desktop app. Simply choose "Volumes", click the "Create" button and specify caddy_data.
  • Caddy with Cloudflare plugin?
    3 projects | /r/unRAID | 5 Mar 2023
  • Having trouble creating volumes - any help? (Caddy 2 via portainer)
    1 project | /r/portainer | 10 Feb 2023
    I've been able to create a network with no issues (that I know of yet) but when I try to create the volumes I run into trouble. This specific example is from Caddy2...
  • I’m new to docker how can I run my website
    3 projects | /r/docker | 2 Sep 2022
    For a reverse proxy I would suggest Caddy. The configuration is super easy and it handles SSL for you out of the box using LetsEncrypt! There’s also an official docker image like PHP and MySQL here https://hub.docker.com/_/caddy
  • Can you people please suggest a suitable architecture for the following problem?
    3 projects | /r/devops | 14 Jul 2022
    Their image is dead simple to use, the config is fine, and auto-https is baked in. You can use it as a sidecar, proxy for multiple images, or just as a base to add your app into, depending on the complexity of your existing config.
  • The Power of the XDG Base Directory Specification (2019)
    1 project | news.ycombinator.com | 7 Jun 2022

pass-import

Posts with mentions or reviews of pass-import. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-13.
  • End of Life for Twilio Authy Desktop App
    13 projects | news.ycombinator.com | 13 Feb 2024
  • I Know What Your Password Was Last Summer
    1 project | news.ycombinator.com | 11 Feb 2024
    > I always tell these people to just sign up for a password manager and they always resist and say no. I must be missing something obvious.

    Maybe they don't want to be relying on a random third-party for all their passwords?

    Rather than getting them to sign up for a password manager, what about getting them to install a password manager? I use https://www.passwordstore.org/ - it encrypts your passwords with GPG, and shares the storage via a Git repository for synchronisation between different machines.

  • Command Line Interface Guidelines
    8 projects | news.ycombinator.com | 6 Feb 2024
    That way you can delegate the password handling to another program, e.g. a password manager like pass(1) (https://www.passwordstore.org/) or some interactive graphical prompt.
  • Passit: Open-Source Password Manager
    5 projects | news.ycombinator.com | 19 Jan 2024
    I want to move to something compatible with https://www.passwordstore.org/ - an open standard for keeping your passwords in a folder encrypted with OpenPGP.

    The problem is that I'm nervous to give an unknown Android app and browser plugin total control of my passwords and access to my github account when I don't have time to review it's code properly. I have a bit more trust ing the command line tools, but I'd like to be sure that more people are looking at the code before I trust my life to it.

  • Ask HN: Best Password Manager without cloud login?
    4 projects | news.ycombinator.com | 4 Jan 2024
    > Create a system or pattern based on url or brand and mentally hash it into a password.

    Doesn't sound very secure. Also when you realize that you anyway have to trust cryptography, I believe it starts making a lot of sense to have an actual cryptographic key and encrypt it with one good random password you learn by heart.

    I use pass https://www.passwordstore.org/, which encrypts my passwords with my GPG key, which comes from my Yubikey, which I unlock with a password. That means that I only need to remember one password, and it feels a lot more secure than your pattern based on url or brand.

  • Do you trust password mangers?
    2 projects | /r/privacy | 10 Dec 2023
    i use pass and keep my database on a local git repo. it encrypts your passwords with gpg and is a really simple command line program
  • Comment gérez-vous vos mots de passe ?
    4 projects | /r/france | 6 Dec 2023
  • Best way to store and Encrypt passwords? Need advice on my method...
    1 project | /r/DataHoarder | 4 Dec 2023
    If you want portability and simplicity, there's a project called simply pass that uses standard *nix utilities (and git, I believe) to manage passwords from CLI.
  • Bitwarden Broken in Linux
    9 projects | news.ycombinator.com | 17 Nov 2023
    0. Pass is just text files encrypted with gpg. I needed just one password on one work computer, where I had my gpg key, but not all my passwords. Decrypted the file and that was it.

    1. There are plugins and web clients: https://www.passwordstore.org/#extensions

  • Bitwarden Adds Support for Passkeys
    3 projects | news.ycombinator.com | 1 Nov 2023
    I've been incredibly happy with https://www.passwordstore.org/ for years. The data store is a file hierarchy, with the files themselves encrypted with GPG. Sync is via git. TOTP support with a plugin.

What are some alternatives?

When comparing caddy-docker and pass-import you can also consider the following projects:

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

laravel-websockets-example - Quick example of a docker stack for laravel-websockets

gopass - The slightly more awesome standard unix password manager for teams

foundryvtt-docker - An easy-to-deploy Dockerized Foundry Virtual Tabletop server.

Bitwarden - The core infrastructure backend (API, database, Docker, etc).

crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

rofi-pass - rofi frontend for pass

cloudflare - Caddy module: dns.providers.cloudflare

KeeWeb - Free cross-platform password manager compatible with KeePass

docker-compose-shiny-example - Docker Compose Example with Shiny Apps

Pass4Win - Windows version of Pass (http://www.passwordstore.org/)