Version 0.2 finally first commit

This commit is contained in:
Doc
2025-10-01 20:27:37 -04:00
commit 71e933be72
22 changed files with 1509 additions and 0 deletions

26
template_vars.env Normal file
View File

@@ -0,0 +1,26 @@
# filename: template_vars.env
#
# Environment variables for project metadata.
# Variables are set by the templater at creation
#
TPL_PROJECTVERSION=0.0.2
TPL_PROJECTDESCRIPTION="The server component for authorized, non-owners to request a subdomain to be updated."
# Format must be: "keyword", "keyword", "keyword"
TPL_PROJECTKEYWORDS="dns webapp"
# Github profile is the URL to the profile page, the base of other addresses
TPL_PROJECTURL="https://github.com/BipolarExpedition/subdomain_server"
TPL_PROJECTNAME="subdomain_server"
TPL_PROJECTPREFIX="bpe_"
TPL_AUTHOREMAIL="lastdoc39@gmail.com"
TPL_AUTHORNAME=Doc1979
TPL_COMPANYNAME="BipolarExpedition"
TPL_GITHUBPROFILE="https://github.com/BipolarExpedition"
# Templater does not support calculated values such as date or time
TPL_LICENSEYEAR=2025
TPL_COPYRIGHTHOLDER=BipolarExpedition.com