diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e69de29..0000000 diff --git a/homelab.code-workspace b/homelab.code-workspace deleted file mode 100644 index 876a149..0000000 --- a/homelab.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file diff --git a/homelab.env b/homelab.env deleted file mode 100644 index c6e469c..0000000 --- a/homelab.env +++ /dev/null @@ -1,10 +0,0 @@ -TZ=America/Los_Angeles # used by most images -PUID=1000 # used by LSIO images -PGID=1000 # used by LSIO images -ADMIN_EMAIL=joey@jafner.net - -SMTP_HOST=smtp.gmail.com -SMTP_PORT=465 -SMTP_USER=noreply@jafner.net -SMTP_USE_SSL=true -SMTP_USE_TLS=false