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
# This file contains pin mappings and reasonable defaults for Prusa i3 MK3S | |
# printers. It will work with MK3 (non-S) by selecting the alternative filament | |
# sensor. References to common community mods are included as well. | |
# | |
[include mainsail.cfg] | |
[skew_correction] | |
[force_move] |
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
#!/usr/bin/env bash | |
# Using Docker on TrueNAS SCALE 23+ & 24+ (no Kubernetes) | |
# | |
# Don't setup Apps via the TrueNAS Web GUI (don't choose a pool for Apps when asked). | |
# Make a dedicated docker dataset on one of your data pools. | |
# | |
# Store this script somewhere else on your pool (not in the Docker dataset). | |
# Download binaries archive from https://download.docker.com/linux/static/stable/x86_64/ and unarchive them in a `docker' folder in the same directory. | |
# Like https://download.docker.com/linux/static/stable/x86_64/docker-27.1.1.tgz |
OlderNewer