simple server-side plugin to allow users to print files

This commit is contained in:
sigil-03 2025-12-25 17:46:49 -07:00
commit fd42fed19d
4 changed files with 51 additions and 0 deletions

6
install.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
mkdir -p ${HOME}/.nomadnetwork/storage/plugins/print3d/files/
mkdir -p ${HOME}/.nomadnetwork/storage/plugins/print3d/printers/
mkdir -p ${HOME}/.nomadnetwork/storage/pages/print3d/
yes | cp -rf ./pages/* ${HOME}/.nomadnetwork/storage/pages/print3d
echo "print3d installed, make sure to make pages/print3d/index.mu accessible!"