I don't know why I did this, but I think you might find it useful:
# tor.py
from tor_proxy import tor_proxy
import requests
from requests.exceptions import InvalidSchema| """ | |
| Minimal script to connect to ICOM radio trough network connection of RS-BA1 and read frequency. | |
| """ | |
| import struct | |
| import socket | |
| import time | |
| import random | |
| # Radio config | |
| RADIO_IP = "192.168.0.230" |
As I migrated my NAS to OpenMediaVault, I already had a big number of pictures that were already organized in a specific folder. Immich has its own folder structure which did not match, so I had to come up with something different
This is the docker-compose.yml I used, where a custom additional folder was added:
#
# WARNING: To install Immich, follow our guide: https://docs.immich.app/install/docker-compose
#
# Make sure to use the docker-compose.yml of the current release:
#The TrueNAS installer doesn't have a way to use anything less than the full device. This is usually a waste of resources when installing to a modern NVMe which is usually several hundred of GB. TrueNAS SCALE will use only a few GB for its system files so installing to a 16GB partition would be helpful.
Note
Tested with TrueNAS 25.10
The easiest way to solve this is to modify the installer script before starting the installation process.
| #!/bin/bash | |
| # Telegram Bot Credentials | |
| TELEGRAM_BOT_TOKEN="" | |
| TELEGRAM_CHAT_ID="" | |
| # Backup API | |
| BACKUP_API_URL="https://127.0.0.1:9443/api/backup" | |
| API_KEY="" |