https://github.com/wberrier/kidguard
Daemon to implement parental controls
https://github.com/wberrier/kidguard
Last synced: 3 months ago
JSON representation
Daemon to implement parental controls
- Host: GitHub
- URL: https://github.com/wberrier/kidguard
- Owner: wberrier
- Created: 2023-04-04T06:43:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T07:34:28.000Z (5 months ago)
- Last Synced: 2025-01-01T22:36:20.246Z (5 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary
KidGuand is a daemon to run on a kid computer to enable various
parental controls.# Features
* lock/unlock computer at certain times of day
* limit an amount of logged in time per day
* would need persistent storage
* internet usage times# Configuration
`/etc/kidguard/kidguard.yml` holds some configuration files.
Can also specify some central configuration
# Build
cargo build --release
# Packaging
cargo install cargo-generate-rpm
cargo generate-rpm