diff --git a/dbcheck/dbcheck1.py b/dbcheck/dbcheck1.py index f998be0..b76810e 100644 --- a/dbcheck/dbcheck1.py +++ b/dbcheck/dbcheck1.py @@ -5,8 +5,8 @@ import paramiko # ==== CONFIG ==== MASTODON_INSTANCE = "https://chatwithus.live" -MASTODON_TOKEN = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" -MASTODON_USER_ID = "114386383616633367" +MASTODON_TOKEN = "" +MASTODON_USER_ID = "" DISK_WARN_THRESHOLD = 10 # percent free INODE_WARN_THRESHOLD = 10 # percent free diff --git a/hostingtoot/.env b/hostingtoot/.env deleted file mode 100644 index 92e8845..0000000 --- a/hostingtoot/.env +++ /dev/null @@ -1,5 +0,0 @@ -DB_USER=hostingtootuser -DB_PASSWORD=rusty2281 -DB_NAME=hostingtootdb -DB_HOST_PRIMARY=38.102.127.174 -MASTODON_ACCESS_TOKEN=07w3Emdw-cv_TncysrNU8Ed_sHJhwtnvKmnLqKlHmKA diff --git a/infra_morale.log b/infra_morale.log deleted file mode 100644 index e5723ca..0000000 --- a/infra_morale.log +++ /dev/null @@ -1,44 +0,0 @@ -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied -/bin/sh: 1: /home/doc/genesis-tools/infra_morale/fake_status_bot.rb: Permission denied diff --git a/miscellaneous/bash/database_lag.sh b/miscellaneous/bash/database_lag.sh index 32c601a..d0295c2 100755 --- a/miscellaneous/bash/database_lag.sh +++ b/miscellaneous/bash/database_lag.sh @@ -1,8 +1,8 @@ #!/bin/bash # === CONFIG === -REPLICA_SERVER="cluster.db1.genesishostingtechnologies.com" # <-- fill this in -SSH_USER="doc" # <-- fill this in +REPLICA_SERVER="" # <-- fill this in +SSH_USER="" # <-- fill this in PG_USER="postgres" # usually postgres # === Connect and check SSH first === diff --git a/miscellaneous/ps1/mount_guardian.ps1 b/miscellaneous/ps1/mount_guardian.ps1 index 627db23..3f97bbe 100644 --- a/miscellaneous/ps1/mount_guardian.ps1 +++ b/miscellaneous/ps1/mount_guardian.ps1 @@ -16,8 +16,8 @@ $rclone_opts = "--vfs-cache-mode writes --vfs-cache-max-size 3T --vfs-cache-max- # Mastodon settings $mastodonInstance = "https://chatwithus.live" -$mastodonToken = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" -$mastodonUserID = "114386383616633367" +$mastodonToken = "" +$mastodonUserID = "" function Log { $timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss" diff --git a/miscellaneous/python/dbcheck1.py b/miscellaneous/python/dbcheck1.py index 1a31a24..965a190 100644 --- a/miscellaneous/python/dbcheck1.py +++ b/miscellaneous/python/dbcheck1.py @@ -7,8 +7,8 @@ import psycopg2 # ==== CONFIG ==== MASTODON_INSTANCE = "https://chatwithus.live" -MASTODON_TOKEN = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" -MASTODON_USER_ID = "114386383616633367" +MASTODON_TOKEN = "" +MASTODON_USER_ID = "" HEALTHCHECK_HTML = "/var/www/html/healthcheck.html" DISK_WARN_THRESHOLD = 10 diff --git a/miscellaneous/python/smartstevie.py b/miscellaneous/python/smartstevie.py index 098ace1..01b367f 100644 --- a/miscellaneous/python/smartstevie.py +++ b/miscellaneous/python/smartstevie.py @@ -3,10 +3,10 @@ import time from mastodon import Mastodon # === CONFIGURATION === -ICECAST_JSON_URL = "http://cast3.my-control-panel.com:7454/status-json.xsl" +ICECAST_JSON_URL = "" SONG_TRIGGER = "Spiderbait - Stevie" MASTODON_BASE_URL = "https://chatwithus.live" -MASTODON_TOKEN = "lKw-AO-vNZ0389uTlIlKxZlGJdNWPd6wdQ5dlHOAqyg" # replace with your token +MASTODON_TOKEN = "" # replace with your token TOOT_TEXT = "AH BUU BUU BUU BUU" # --- END CONFIG --- diff --git a/radiotoot/.env b/radiotoot/.env deleted file mode 100644 index 1ac5b83..0000000 --- a/radiotoot/.env +++ /dev/null @@ -1,5 +0,0 @@ -DB_USER=radiotootuser -DB_PASSWORD=rusty2281 -DB_NAME=radiotootdb -DB_HOST_PRIMARY=38.102.127.174 -MASTODON_ACCESS_TOKEN=07w3Emdw-cv_TncysrNU8Ed_sHJhwtnvKmnLqKlHmKA