makeuser/setenv

16 lines
774 B
Plaintext
Raw Permalink Normal View History

2019-12-01 01:03:30 +00:00
# Set location to your repo for ansible here
# It is only needed for thunix
2019-12-06 13:01:38 +00:00
export SITE_TITLE="Thunix"
export SITE="https://thunix.net"
export WANT_USERS="true"
export ADMIN_EMAIL="root@thunix.net"
export SIGNUP_URL="https://thunix.net/signup"
export DESCRIPTION="Thunix is a community, centered around access to a public *nix system. Thunix offers shell accounts with complete set of programming tools, and follows a continuous integration-continuous deployment of system configuration."
2019-12-06 15:40:49 +00:00
export LIST_NAME="thunix-join@lists.tildeverse.org"
export EMAIL_TEMPLATE="include/email.tmpl"
export TILDE_JSON="/var/www/thunix.cf/tilde.json"
2019-12-12 19:55:10 +00:00
export YAML_FILE="$1.yml"
export BANNED="/root/users.banned"
2022-03-28 17:55:34 +00:00
export BACKUP_USER_DATA="/root/backups"
2021-09-15 08:43:24 +00:00
export USERQUEUE="/dev/shm/userqueue"