index
:
homelab.git
main
Joe Carstairs' homelab config
git+homelab@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
install.sh
Age
Commit message (
Collapse
)
Author
2026-07-25
remove install.sh
Joe Carstairs
2026-07-03
stores src in $HOME and more perm tweaks
Joe Carstairs
2026-07-03
logins back in after updating groups
Joe Carstairs
2026-07-03
chmod 770 on /home/joeac.net
Joe Carstairs
2026-07-03
chmod on .env
Joe Carstairs
2026-07-03
get_var_value
Joe Carstairs
2026-07-03
set +e install.sh
Joe Carstairs
2026-07-03
copes with empty var values
Joe Carstairs
2026-07-03
removes ^ from expr for portability
Joe Carstairs
2026-07-03
more portable conditon
Joe Carstairs
2026-07-03
expr has :
Joe Carstairs
2026-07-03
absolutely provides dir to make in install.sh
Joe Carstairs
2026-07-03
absolutises example.env
Joe Carstairs
2026-07-03
absolute chown /home/jeoac.net/joeac.net
Joe Carstairs
2026-07-03
another attempt to fix perms
Joe Carstairs
2026-07-03
install.sh gives rw permissions to user over repo using groups
Joe Carstairs
2026-07-03
install.sh: no password for joeac.net user
Joe Carstairs
2026-07-03
install.sh: adds missing joeac/ in repo URL
Joe Carstairs
2026-07-03
install.sh: replaces doas with sudo
Joe Carstairs
2026-07-03
don't set -x in install.sh
Joe Carstairs
2026-07-03
install.sh: wget to /usr requires doas
Joe Carstairs
2026-07-03
install.sh: chmod +x in /usr needs doas
Joe Carstairs
2026-07-03
specifies explicit ENVSUBST_VERSION if wget from github
Joe Carstairs
2026-07-03
set -x in install.sh
Joe Carstairs
2026-07-03
install.sh specifies latest version of envsubst when installing with go
Joe Carstairs
install
2026-07-03
go get -> go install
Joe Carstairs
2026-07-03
removes extraneous " in install.sh
Joe Carstairs
2026-07-03
install.sh installs dependencies
Joe Carstairs
2026-07-03
install.sh picks up where left off with env vars
Joe Carstairs
2026-07-03
install.sh picks up with cloning where left off
Joe Carstairs
2026-07-03
install.sh doesn't attempt to re-add joeac.net user if already exists
Joe Carstairs
2026-07-03
install.sh creates remote_smtp_password
Joe Carstairs
2026-07-03
checks for some dependencies in install.sh
Joe Carstairs
2026-07-03
install.sh sets up .env and DIGITALOCEAN_TOKEN
Joe Carstairs
2026-07-03
adds install.sh to install joeac.net under user joeac.net
Joe Carstairs