Light Cleanup.
--> Linted: BASH No errors were found in the linting process Details
--> Linted: BASH_EXEC No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 12s Details

This commit is contained in:
Chase 2024-04-25 20:50:02 -05:00
parent 824e76215b
commit ca87d6a3af
Signed by: chase
GPG Key ID: 9EC29E797878008C
3 changed files with 5 additions and 18 deletions

View File

@ -58,15 +58,10 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/p
# Install my dotfiles
git clone https://git.chse.dev/chase/dotfiles.git ~/.dotfiles
if [ -f ~/.zshrc ]; then mv ~/.zshrc ~/.zshrc.bak; fi
ln -s ~/.dotfiles/zshrc ~/.zshrc
if [ -f ~/.vimrc ]; then mv ~/.vimrc ~/.vimrc.bak; fi
ln -s ~/.dotfiles/vimrc ~/.vimrc
if [ -f ~/.gitconfig ]; then mv ~/.gitconfig ~/.gitconfig.bak; fi
ln -s ~/.dotfiles/gitconfig ~/.gitconfig
bash ~/.dotfiles/install.sh
# Install my scripts
git clone https://git.chse.dev/chase/Scripts.git ~/Scripts
git clone https://git.chse.dev/chase/scripts.git ~/scripts
# Setup MOTD
cp ./resources/motd.sh /etc/motd.sh

View File

@ -45,19 +45,14 @@ cp ./resources/secrets/*.txt ~
# Add crontabs
(crontab -l ; echo "*/15 * * * * /root/ddns.sh") | crontab -
(crontab -l ; echo "0 1 * * * /root/Scripts/Backup/Backup.sh") | crontab -
(crontab -l ; echo "0 1 * * * /root/scripts/Backup/Backup.sh") | crontab -
(crontab -l ; echo "0 2 * * * docker image prune -a -f && docker volume prune -f && docker network prune -f") | crontab -
(crontab -l ; echo "0 * * * * curl --silent https://missionpark.net?es=cron&guid=edaiqo-pgoemj-cenpat-cbgkjr-fomgjy > /dev/null 2>&1") | crontab -
# Use docker-compose to start all the containers
cd ./resources || exit
docker compose up -d
cd ../
echo
echo "Almost there!"
echo "- Setup Docker container secrets"
echo "- Setup HealthChecks for cronjobs"
echo "- Setup Docker Container Secrets & Start Containers"
echo "- Setup HealthChecks for Cron Jobs"
echo "- Setup Plex by going to: http://MACHINEIP:32400/web"
echo

View File

@ -1,3 +0,0 @@
# Cloudflare API credentials used by Certbot
dns_cloudflare_email =
dns_cloudflare_api_key =