Build your own Time Capsule backup server using a Raspberry Pi.
GH Pages Website <-- This is likely what you really want: The steps to build your own Time Capsule.
PiNexus - Tools to play with Sonatype Nexus Repository 3 on a Raspberry Pi.
- Fix the maven-linkcheck-plugin to work with java 9+.
Do the following to redeploy the website:
- Pull the latest from the
main
branch. - Setup local JDK 8 (required for maven-linkcheck-plugin). I use sdkman:
sdk use java 8.0.372-zulu
- Run:
./mvnw clean site-deploy -Plinkcheck
Note: You will likely be prompted for the ssh key password for your git login. You do have a password on your git ssh key correct? ;)