From 61ed433181c33cd554c70db0d632946a0939a997 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 28 Dec 2023 13:48:30 -0500 Subject: [PATCH] remove some old unused comments --- distro-end | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/distro-end b/distro-end index 02e5a89..b7a164e 100755 --- a/distro-end +++ b/distro-end @@ -123,39 +123,6 @@ esac - -# dogcam setup. not using atm -# case $HOSTNAME in -# lj|li) -# /a/bin/webcam/install-server -# ;; -# kw) -# /a/bin/webcam/install-client -# ;; -# esac - - -## not actually using prometheus just yet -# # office is not exposed to internet yet -# if [[ $HOSTNAME != kw ]]; then -# ## prometheus node exporter setup -# web-conf -f 9100 -p 9101 apache2 $(hostname -f) <<'EOF' -# #https://httpd.apache.org/docs/2.4/mod/mod_authn_core.html#authtype -# # https://stackoverflow.com/questions/5011102/apache-reverse-proxy-with-basic-authentication -# -# AllowOverride None -# AuthType basic -# AuthName "Authentication Required" -# # setup one time, with root:www-data, 640 -# AuthUserFile "/etc/prometheus-htpasswd" -# Require valid-user -# -# EOF -# fi - - - - pi debootstrap ######### begin universal pinned packages ###### case $(debian-codename) in -- 2.30.2