This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # <UDF name="domain_name" label="Domain Name" example="example.com" /> | |
| # <UDF name="subdomain" label="Subdomain" default="n8n" example="n8n" /> | |
| # <UDF name="ssl_email" label="Email for SSL Certificate" example="admin@example.com" /> | |
| ########################################### | |
| # n8n + Ollama GPU Stack (SSL Required) | |
| # Ubuntu 22.04/24.04 LTS - NVIDIA GPU Required | |
| ########################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Check if the directory was passed as an argument | |
| if [ "$#" -ne 1 ]; then | |
| echo "Usage: $0 /path/to/photo/directory" | |
| exit 1 | |
| fi | |
| DIRECTORY="$1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| According to all known laws | |
| of aviation, | |
| there is no way a bee | |
| should be able to fly. | |
| Its wings are too small to get | |
| its fat little body off the ground. |