Initial commit: OpenCode setup and configuration
This commit is contained in:
6
remove_registry.sh
Executable file
6
remove_registry.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Removing Registry Nginx Config..."
|
||||
sudo rm /etc/nginx/sites-enabled/registry.oncloud.my.id
|
||||
sudo systemctl reload nginx
|
||||
|
||||
echo "Registry has been disabled."
|
||||
Reference in New Issue
Block a user