Jose Henrique 6650a615a5
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 42s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 12m29s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 18s
fixing logo placement
2025-10-06 22:14:42 -03:00
2025-08-23 22:01:01 -03:00
2025-10-06 22:14:42 -03:00
2025-09-20 20:53:54 -03:00
2025-09-20 20:53:54 -03:00
2025-08-17 12:40:37 -03:00

server-scripts

Useful scripts for managing servers written in Bash. Supported OS includes only Ubuntu/Debian and Alpine.

In the past I was using it more for maintaining my home servers, bare metal with Docker, however when I changed to k3s, I started using it less. Now I'm using this as a collection of useful scripts that I can use when needed. Also clean.sh is still useful.

clean.sh

This script is used to clean some of the files, docker dangling images, and docker stopped/unused containers.

windows-backup.ps1

This PowerShell script is used to backup files from a Windows machine to a remote Samba server. It uses 7zip to create the zip file, and then sends over the network using SMB protocol.

Haven Notify

It's a small internal service designed to send notifications to a specified Discord channel via webhooks. It's written in Go and can be easily deployed.

The project is defined on /haven-notify folder.

Description
No description provided
Readme 924 KiB
Languages
Shell 57.7%
Go 28%
PowerShell 11.9%
Dockerfile 2.4%