Skip to content

Commit

Permalink
Add andvanced addon removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean 28518 committed Apr 24, 2024
1 parent 744f82f commit c1e9a04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/addons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,13 @@ An example of remove_nocodb.sh would be:
# This script gets three variables passed: $DOMAIN, $ADMIN_PASSWORD, $IP, $LDAP_DC
docker-compose -f /root/nocodb/docker-compose.yml down --volumes
rm -rf /root/nocodb
# Remove the entry from the Caddyfile
sed -i "/db.$DOMAIN {/,/}/d" /etc/caddy/Caddyfile
# On more complicated entries you can also use:
# python3 /usr/share/linux-arbeitsplatz/unix/unix_scripts/remove_caddy_service.py db.$DOMAIN
systemctl restart caddy
Expand Down

0 comments on commit c1e9a04

Please sign in to comment.