Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swetoast/my-unattended-scripts
Like the repo name says
https://github.com/swetoast/my-unattended-scripts
Last synced: about 2 months ago
JSON representation
Like the repo name says
- Host: GitHub
- URL: https://github.com/swetoast/my-unattended-scripts
- Owner: swetoast
- Created: 2021-07-04T18:52:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:37:59.000Z (5 months ago)
- Last Synced: 2024-08-24T19:01:38.763Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security/geofence.sh
Awesome Lists containing this project
README
# My Unattended Scripts
Like the repo name says, here is some stuff that im tweaking on while having nothing better to do, most of my script uses this config file below.Here is an example config for the scripts above, store at `/opt/etc/unattended_update.conf`
```config
#Enable or disable features here
use_pushbullet="disabled" # enabled / disabled (default: disabled)#Pushbullet/Pushover settings
pushbullet_token="" # Your access token here (https://docs.pushbullet.com/)#General settings
set_debug="disabled" # Set debug option to show exit codes if enabled. Values: enabled/disabled (Default Value: disabled)#Settings for script such as where to store logs and usernames.
HOSTNAME="My Machine"
USERNAME="pi"
LOGS=/home/pi/logs
```