Files
self-host/CommonMarketplace/scripts/02-ufw-bitwarden.sh
Kyle Spearrin b61b666b0b Consolidate marketplace assets (#479)
* azure cleanup

* cleanup packer keys

* cleanup azure

* consolidate marketplace assets

* dev build versions
2026-03-30 16:02:35 -04:00

7 lines
67 B
Bash

#!/bin/sh
ufw allow ssh
ufw allow 'Bitwarden'
ufw --force enable