StatusCake Alert -- statuscake.com
Website Monitoring
Your website sudo humans has recovered.
Total downtime: 00:10:17
To view more details about why your test went down, log into your account: https://app.statuscake.com/
StatusCake Alert -- statuscake.com
Website Monitoring
Your website sudo humans has encountered an error.
Reason: Timeout / Connection Refused
To view more details about this error, log into your account now: https://app.statuscake.com/
Jake is getting a lot of access requests for the omni door and wanted to be
able to activate the door from a web page with simple authentication, so
I've made the following changes to saros.
1. Enabled CGI scripts behind https & basic auth.
2. Added a script that opens the door.
3. Compiled and installed python-3.9 in /opt because the current debian
distro is out of date.
4. Edited the firewall rules to allow mDNS, and to allow the esphome port.
I made a commit to the firewall rules git repo.
I realize CGI scripts were probably turned off on the router on purpose,
and my preference would be to proxy to another host that handles the door
stuff. But it's my understanding there's no suitable machine available.
Alex
ERROR OCCURED IN JOB: update_and_clean_index (APP: hyperkitty)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/django_extensions/management/commands/runjobs.py", line 40, in runjobs
job().execute()
File "/usr/lib/python3/dist-packages/hyperkitty/jobs/update_and_clean_index.py", line 37, in execute
run_with_lock(update_index, remove=True)
File "/usr/lib/python3/dist-packages/hyperkitty/lib/utils.py", line 181, in run_with_lock
log.exception("Failed to update the fulltext index: %s", e)
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 447, in __exit__
self.unlock()
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 398, in unlock
raise NotLockedError('Already unlocked')
flufl.lock._lockfile.NotLockedError: Already unlocked