Introduced variable SOFTWARE_NAME, to make better visible when software components are used. Will be relevant for OIDC

This commit is contained in:
2025-08-14 12:49:06 +02:00
parent 5c90c252d0
commit 1b638c366e
6 changed files with 12 additions and 10 deletions

View File

@@ -23,11 +23,11 @@ PRIMARY_IP=$(ip route get 8.8.8.8 2>/dev/null | awk '{print $7}' | head -n1)
echo -e "${HEADER_COLOR}Welcome, $USER on ${HOSTNAME_COLOR}$(hostname)!${RESET_COLOR}"
echo -e "Primary IP Address: ${PRIMARY_IP}"
echo -e "${HEADER_COLOR}Today is $(date +"%A, %d.%m.%Y %T")${RESET_COLOR}"
echo -e "\033[94mPowered by: Infinito.Nexus"
echo -e "\033[94mPowered by: {{ SOFTWARE_NAME }}"
echo -e "\033[1;31mWARNING: This software is not to be used for generating commercial profits.\033[94m"
echo -e "If you require a license for commercial use, please contact Kevin Veen-Birkenbach, the author and copyright holder.\n"
echo -e "More Information:"
echo -e "- About Infinito.Nexus: \033[35mhttps://s.veen.world/infinito\033[94m"
echo -e "- About {{ SOFTWARE_NAME }}: \033[35mhttps://s.veen.world/infinito\033[94m"
echo -e "- About the author: \033[35mhttps://www.veen.world\033[94m"
echo ""

View File

@@ -1,4 +1,4 @@
title: "Infinito.Nexus Code Hub" # @todo load automatic based on service_porvider infos
title: "{{ SOFTWARE_NAME }} Code Hub" # @todo load automatic based on service_porvider infos
configuration:
repository:
enable_push_create_user: True # Allow users to push local repositories to Gitea and have them automatically created for a user.

View File

@@ -1,6 +1,6 @@
followus:
name: Follow Us
description: Follow us to stay up to recieve the newest Infinito.Nexus updates
description: Follow us to stay up to recieve the newest {{ SOFTWARE_NAME }} updates
icon:
class: fas fa-newspaper
{% if ["web-app-mastodon", "web-app-bluesky"] | any_in(group_names) %}