mirror of
https://github.com/bitwarden/self-host.git
synced 2026-04-18 11:29:29 +00:00
* azure cleanup * cleanup packer keys * cleanup azure * consolidate marketplace assets * dev build versions
7 lines
67 B
Bash
7 lines
67 B
Bash
#!/bin/sh
|
|
|
|
ufw allow ssh
|
|
ufw allow 'Bitwarden'
|
|
|
|
ufw --force enable
|