Kicksecure

This commit is contained in:
Tommy 2022-05-26 16:43:33 -04:00 committed by GitHub
parent 716e360630
commit 5c73afabe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 108 additions and 71 deletions

6
kicksecure/nextcloud.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
sudo apt install --no-install-recommends nextcloud-client
#Adding a DNS entry for my Nextcloud server here so I can add a Firewall rule locking the AppVM to only being able to connect to my server.
echo "5.226.143.92 cloud.tommytran.io" >> /etc/hosts