CTparental is a parental control software for Linux that allows you to restrict access to certain websites. It can be configured by a web interface. The restricctions can by applied by a blacklist or a whitelist.
Installation
It can be installed following the next commmands:
sudo apt-get install systemd-sysv
wget -c https://gitlab.com/marsat/CTparental/uploads/cc40f3564fee5f0fbc6b4e99613d2868/ctparental_MXlinux19.04_lighttpd_4.45.07-2.0_all.deb
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi ctparental_MXlinux19.04_lighttpd_4.45.07-2.0_all.deb
Then, it can be configured by the web interface in the following address: https://admin.ct.local
📌 Gitlab