No not your fault. I just pushed the new changes. You can now build an image with the piratebox webserver scripts from a branch of your choosing. To use the current release candidate branch run the build like so:
Which will pull the git repo, checkout the branch, build the piratebox package, and use this package and all the scripts from the checked out branch. If you do not provide a branch it defaults to master.
I will add the steps for the board to the MOTD.
Timesave should be working if you build like that.
minidlna also starts up - now I only need to find out how to access it to confirm it is indeed working :-)
edit:
I just checked out the imageboard installation, the board installer does as a last step already wget that file, if I wget it manually after enabling and setting the password, I still need to klick the link on the page to enable it.
edit 2:
It does this with a wrong parameter though, -s is not recognized on arch. I'll change it in the script directly to
make BRANCH="release-1.0.7"
Which will pull the git repo, checkout the branch, build the piratebox package, and use this package and all the scripts from the checked out branch. If you do not provide a branch it defaults to master.
I will add the steps for the board to the MOTD.
Timesave should be working if you build like that.
minidlna also starts up - now I only need to find out how to access it to confirm it is indeed working :-)
edit:
I just checked out the imageboard installation, the board installer does as a last step already wget that file, if I wget it manually after enabling and setting the password, I still need to klick the link on the page to enable it.
edit 2:
It does this with a wrong parameter though, -s is not recognized on arch. I'll change it in the script directly to
wget -qO- [127.0.0.1] &> /dev/null... just pushed it.