-
Notifications
You must be signed in to change notification settings - Fork 41
Uninstall indi allsky
Aaron W Morris edited this page Jul 24, 2023
·
8 revisions
If you wish to remove or disable indi-allsky
Running the following commands is sufficient to stop the program from running, but it will remain installed.
systemctl --user disable indiserver.service
systemctl --user disable indi-allsky.service
systemctl --user disable indi-allsky.timer
systemctl --user disable gunicorn-indi-allsky.socket
systemctl --user disable gunicorn-indi-allsky.service
If you want to permanently delete the services
rm -i "$HOME/.config/systemd/user/indiserver.service"
rm -i "$HOME/.config/systemd/user/indi-allksy.service"
rm -i "$HOME/.config/systemd/user/indi-allksy.timer"
rm -i "$HOME/.config/systemd/user/gunicorn-indi-allsky.socket"
rm -i "$HOME/.config/systemd/user/gunicorn-indi-allsky.service"
systemctl --user daemon-reload
indi-allsky uses the following folders for operation
-
/etc/indi-allsky/
<- configuration (insignificant space usage) -
/var/log/indi-allsky/
<- logs -
/var/www/html/allsky/
<- images and videos -
/var/lib/indi-allsky/
<- database
The default install of indi-allsky installs Apache web server
sudo a2dissite indi-allsky
sudo systemctl restart apache2
sudo rm -i /etc/apache2/sites-available/indi-allsky.conf
sudo rm -i /etc/apache2/sites-enabled/indi-allsky.conf
sudo systemctl disable apache2
Finally, delete the git checkout folder