From 040994898b109b3f344b37d1d449eb3b8f58ec53 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 5 Jan 2025 16:36:51 -0800 Subject: add ntfy integration --- create_service.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'create_service.sh') diff --git a/create_service.sh b/create_service.sh index ee01e7d..7f6766c 100755 --- a/create_service.sh +++ b/create_service.sh @@ -12,9 +12,9 @@ prompt_with_default() { DNS_ENDPOINT=$(prompt_with_default "Enter DNS endpoint" "https://hatecomputers.club/dns") BIND_FILE=$(prompt_with_default "Enter bind file path" "roles/nameservers/templates/db.simponic.xyz.j2") -SERVICE_TITLE=$(prompt_with_default "Enter service title" "phoneof simponic.") -SERVICE=$(prompt_with_default "Enter service name" "phoneof") -SERVICE_PORT=$(prompt_with_default "Enter service port" "6363") +SERVICE_TITLE=$(prompt_with_default "Enter service title" "whois simponic.") +SERVICE=$(prompt_with_default "Enter service name" "whois") +SERVICE_PORT=$(prompt_with_default "Enter service port" "8466") SERVICE_REPO=$(prompt_with_default "Enter service repository URL" "git.simponic.xyz/simponic/$SERVICE") SERVICE_ORIGIN=$(prompt_with_default "Enter service origin URL" "git@git.simponic.xyz:simponic/$SERVICE") INTERNAL=$(prompt_with_default "Is the service internal? (yes/no)" "no") -- cgit v1.2.3-70-g09d2