- RabbitMQ
- Redis
- Web Server/Ingress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pysolr | |
| import time | |
| import json | |
| import os | |
| import threading | |
| from datetime import datetime | |
| from datetime import timedelta | |
| ############################################################################## |
A clean and native interface to Google Meet (https://meet.google.com) using nativefier.
Supports dark and light mode on macOS Mojave.
To build the application, nativefier will be used with the following commands:
- Install:
pip/pip3 install supervisor - Configure:
mkdir -p /etc/supervisord/conf.d /var/log/supervisord /var/run/supervisordcp supervisord.conf /etc/supervisord/supervisord.conf
- Setup as systemd service:
cp supervisord.service /usr/lib/systemd/system/supervisord.service - Reload systemd service configurations
systemctl daemon-reload - Start service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --rm -it httpd:2.4-alpine htpasswd -nb user passwd |