===== Reverting Calibre Installation: ===== systemctl stop calibre-server systemctl disable calibre-server rm /etc/systemd/system/calibre-server.service systemctl daemon-reload === Entfernen der Calibre-Installation und Bibliothek: === apt remove --purge -y calibre rm -rf /opt/calibre === Löschen des Nginx-Setups: === rm /etc/nginx/sites-enabled/library rm /etc/nginx/sites-available/library nginx -s reload === Entfernen des Let's Encrypt-Zertifikats: === certbot delete --cert-name library.example.org === DNS-Records entfernen: Entferne die entsprechenden Einträge in deinem DNS-Verwaltungstool. ===