selfhosted-apps-docker VS bitwarden_rs

Compare selfhosted-apps-docker vs bitwarden_rs and see what are their differences.

selfhosted-apps-docker

Guide by Example (by DoTheEvo)

bitwarden_rs

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden] (by dani-garcia)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
selfhosted-apps-docker bitwarden_rs
150 91
1,381 8,674
- -
8.8 8.8
4 days ago almost 3 years ago
Shell Rust
- 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.

selfhosted-apps-docker

Posts with mentions or reviews of selfhosted-apps-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Minecraft server
    5 projects | /r/Proxmox | 10 Dec 2023
    Heres documentation how I run mine. You need to learn a bit of docker, but its easy.
  • RustDesk - Self Hosted Setup Guide
    3 projects | /r/rustdesk | 20 Nov 2023
    WD=/opt/rustdesk #rm $WD/ -R mkdir -p $WD/{setup,data,web} cd $WD/setup cat << 'EOF' >docker-compose.yaml version: '3.7' #Links #https://hub.docker.com/r/rustdesk/rustdesk-server/tags #https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/docker/ #https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/rustdesk #https://github.com/rustdesk/rustdesk-server#s6-overlay-based-images #https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/relay/ #https://rustdesk.com/docs/en/dev/build/web/ services: rustdesk_server: container_name: rustdesk_server hostname: rustdesk_server image: ${SERVER_IMAGE} # network_mode: host networks: - rustdesk_net ports: - 21115:21115 - 21116:21116 - 21116:21116/udp - 21117:21117 - 21118:21118 - 21119:21119 volumes: - type: bind source: /opt/rustdesk/data/ target: /data environment: - 'TZ=${TZ}' - 'RELAY=${RELAY}' - 'ENCRYPTED_ONLY=${ENCRYPTED_ONLY}' - 'KEY_PUB=${KEY_PUB}' - 'KEY_PRIV=${KEY_PRIV}' rustdesk_web: container_name: rustdesk_web hostname: rustdesk_web image: pmietlicki/rustdesk-web-client:latest # network_mode: host networks: - rustdesk_net ports: - 5000:5000 volumes: #docker cp rustdesk_web:/app . #sed -i -e 's/supportdesk.itportaal.nl/sub.domain.com/g' ./app/build/web/main.dart.js #sed -i -e 's/OvYPJS8I5xV+d6sx3a7Ce9TVakfKdT3Zy3T7C1jjx+A=/PUBKEY/g' ./app/build/web/main.dart.js - type: bind source: /opt/rustdesk/web/app/ target: /app - type: bind source: /opt/rustdesk/data/ target: /root environment: - 'TZ=${TZ}' networks: rustdesk_net: driver: bridge EOF
  • I don't know what distro should I use and my other questions
    2 projects | /r/selfhosted | 4 Jul 2023
    This repo should generally be useful, there is speedrun to hosting shit in docker in it...
  • Looking for easy to set up and use tool for maintaining/monitoring handful of ubuntu machines updates
    2 projects | /r/selfhosted | 11 Jun 2023
    prometheus + grafana + loki for monitoring, this could help
  • Moving reverse proxy from cloudflare
    6 projects | /r/selfhosted | 1 Jun 2023
    NPM will give you nice GUI... but heres caddy guide.. cuz once you get basic grasps its actually easier to edit that single simple config file - caddyfile then poke through web gui and search for correct settings. Backup and restore is easier too.
  • Kopia VS duplicati for homeserver backups
    3 projects | /r/selfhosted | 29 May 2023
    I am using kopia for my docker containers backup, but my initial enthusiasm sizzled out.. its fine, just dont feel yet comfortable with it, like I dont understand it well...
  • I'm new to self hosting. How do you choose which reverse proxy to use?
    6 projects | /r/selfhosted | 28 May 2023
    Caddy is my choice after trying few. This guide could be helpful.
  • Monitoring
    2 projects | /r/OPNsenseFirewall | 28 May 2023
    I got heavily in to monitoring docker containers with prometheus, loki and grafana... even got caddy reverse proxy geolocation map based off access logs... here are the notes
  • An open-source ticketing system
    4 projects | /r/sysadmin | 22 May 2023
    I tried to run zammad for us, it seemed perfect.. modern look, feature rich, right balance of config to not feel overwhelming....
  • Docker container that measures my bandwidth and reports with a gui?
    6 projects | /r/selfhosted | 26 Apr 2023

bitwarden_rs

Posts with mentions or reviews of bitwarden_rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-29.

What are some alternatives?

When comparing selfhosted-apps-docker and bitwarden_rs you can also consider the following projects:

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

mistborn

EteSync Server - The Etebase server (so you can run your own)

Vault - A tool for secrets management, encryption as a service, and privileged access management

keepassxc - KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.

caddy-docker-proxy - Caddy as a reverse proxy for Docker

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

Passbolt - Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams!

KeeWeb - Free cross-platform password manager compatible with KeePass

Padloc - A modern, open source password manager for individuals and teams.

Teampass - Collaborative Passwords Manager

Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.