Vigyata.AI
Is this your channel?

Build A Self-Hosted Password Vault

7.7K viewsยท 175 likesยท 13:47ยท May 10, 2023

๐Ÿ›๏ธ Products Mentioned (11)

Check out Passbolt, use code GRANT-COLLINS for 20% Passbolt Pro and Cloud Addition ๐Ÿ‘‰ https://www.passbolt.com/cloud/signup ๐Ÿ”— Links Mentioned: Passbolt Documentation (Docker): https://help.passbolt.com/hosting/install/ce/docker ๐Ÿ’ป Commands & Environment Variables: 1) Download yaml config file: curl https://download.passbolt.com/ce/docker/docker-compose-ce.yaml --output docker-compose-ce.yaml 2) Environment Variables APP_FULL_BASE_URL: https://localhost PASSBOLT_SSL_FORCE: "false" EMAIL_DEFAULT_FROM_NAME: 'NAME' EMAIL_DEFAULT_FROM: 'your@mail.com' EMAIL_TRANSPORT_DEFAULT_HOST: 'localhost' EMAIL_TRANSPORT_DEFAULT_PORT: 25 EMAIL_TRANSPORT_DEFAULT_USERNAME: EMAIL_TRANSPORT_DEFAULT_PASSWORD: EMAIL_TRANSPORT_DEFAULT_TLS: 3) Use Docker Compose to build image: docker-compose -f docker-compose-ce.yaml up -d 4) Create an admin account, change EMAIL, FIRSTNAME, LASTNAME variables: docker-compose -f docker-compose-ce.yaml exec passbolt su -m -c "/usr/share/php/passbolt/bin/cake passbolt register_user -u EMAIL -f FIRSTNAME -l LASTNAME -r admin" -s /bin/sh www-data ๐Ÿ• Follow Me: Twitter: https://twitter.com/collinsinfosec Instagram: https://www.instagram.com/_collinsinfosec Cybercademy Discord Server: https://discord.gg/bWymWhCv9p ๐Ÿค” Have questions, concerns, comments?: Email me: grant@cybercademy.org ๐ŸŽง Gear: Laptop (Lenovo X1 Carbon Ultrabook 6th Gen): https://amzn.to/2O0UfAMโ€‹โ€‹โ€‹โ€‹โ€‹ Monitors (Dell D Series 31.5โ€ D3218HN): https://amzn.to/2EXlgRFโ€‹โ€‹โ€‹โ€‹โ€‹ Keyboard (Velocifire VM01): https://amzn.to/2TEswfdโ€‹โ€‹โ€‹โ€‹โ€‹ Headphones (Audio Technica ATH-M40x): https://amzn.to/2F4Tvq6โ€‹โ€‹โ€‹โ€‹โ€‹ Work Monitors (Dell U4919DW UltraSharp 49 Curved Monitor): https://amzn.to/3yQmDhM Desk (FLEXISPOT EW8 Comhar Electric Standing Desk): https://amzn.to/3S9OxvG

๐ŸŽฌ More from Grant Collins