/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

mjanja.ch
| | sylvaindurand.org
0.7 parsecs away

Travel
| |
| | blog.bitexpert.de
0.7 parsecs away

Travel
| | Setting up cron jobs for Magento on Debian 12 now requires configuring a systemd service instead of the cron package. This blog post explains how to do this in detail.
| | golb.hplar.ch
1.1 parsecs away

Travel
| | [AI summary] The article explains how to set up a backup system using Amazon S3 for a self-hosted Gitea server, including creating a bucket, configuring lifecycle rules, setting up IAM policies, and automating backups with a script and systemd timer.
| | anilwadghule.com
15.3 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=