- Disto: Debian
- Version: stable
- Size: at least 4000
- Username and password: please set
- Autorun: enable
- Init system: sysv
- Mount folders: one can enable android folder mount for config and gcode
- SSH: enable
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
| # Configuration for /etc/init.d/klipper | |
| KLIPPY_USER=pi | |
| KLIPPY_CONFIG=/home/$KLIPPY_USER/klipper_config/printer.cfg | |
| KLIPPY_LOG=/home/$KLIPPY_USER/klipper_logs/klippy.log | |
| KLIPPY_SOCKET=/tmp/klippy_uds | |
| KLIPPY_PRINTER=/tmp/printer | |
| KLIPPY_EXEC=/home/$KLIPPY_USER/klippy-env/bin/python | |
| KLIPPY_ARGS="/home/$KLIPPY_USER/klipper/klippy/klippy.py $KLIPPY_CONFIG -l $KLIPPY_LOG -a $KLIPPY_SOCKET" |
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
| # Configuration for /etc/init.d/klipper | |
| KLIPPY_USER=android | |
| KLIPPY_CONFIG=/home/$KLIPPY_USER/klipper_config/printer.cfg | |
| KLIPPY_LOG=/home/$KLIPPY_USER/klipper_logs/klippy.log | |
| KLIPPY_SOCKET=/tmp/klippy_uds | |
| KLIPPY_PRINTER=/tmp/printer | |
| KLIPPY_EXEC=/home/$KLIPPY_USER/klippy-env/bin/python | |
| KLIPPY_ARGS="/home/$KLIPPY_USER/klipper/klippy/klippy.py $KLIPPY_CONFIG -l $KLIPPY_LOG -a $KLIPPY_SOCKET" |
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.