https://github.com/joerick/satframe
https://github.com/joerick/satframe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joerick/satframe
- Owner: joerick
- Created: 2024-11-09T16:55:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:25:57.000Z (10 months ago)
- Last Synced: 2025-03-28T13:31:24.468Z (10 months ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# satframe
## System config
Clone this and [inky](https://github.com/pimoroni/inky) into the home folder.
Run `./setup.sh` to install deps.
Add to `/etc/crontab`:
```
# Reboot the system daily at 3 AM
0 3 * * * root /sbin/reboot
# Run satframe as user `joerick` every 30 minutes
*/30 * * * * joerick /home/joerick/satframe/run.sh 2>&1 | logger -t satframe
# refresh the screen on boot as well
@reboot joerick /home/joerick/satframe/run.sh | logger -t satframe
```
If using tailscale, quiten logging, `sudo systemctl edit tailscaled`
```
[Service]
LogLevelMax=notice
```
Set a max log size, `sudo nano /etc/systemd/journald.conf`
```
SystemMaxUse=500M
```