/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mathieupassenaud.fr
| | rolisz.ro
2.9 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | blog.please-open.it
3.2 parsecs away

Travel
| | OpenVPN and Keycloak : Link your VPN Infrastructure with your SSO
| | anilwadghule.com
3.0 parsecs away

Travel
| | Add following files [Unit] Description=Upload Janus recordings to AWS S3 After=network.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/home/ubuntu/janus_recordings ExecStart=/bin/bash /usr/local/bin/upload_videos [Install] WantedBy=multi-user.target [Unit] Description=Janus S3 Upload timer [Timer] OnCalendar=*:0/1 OnBootSec=5min [Install] WantedBy=
| | thomasvilhena.com
11.7 parsecs away

Travel
| [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication.