GitXplorerGitXplorer
b

picapsule

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
2041fa39908a5f8ce63f546099f5a9e3409705f9

ignore 503 error at apache.org

bbhamail committed a month ago
Verified
aabce0946a26188b774a80a473a5319d51d0c789

ignore address timed out errors at apache.org

bbhamail committed a month ago
Verified
c032e40186ee3c7a679d78deb83f88932d689aef

ignore odd new failures using shiny new regex feature of muffet-filter

bbhamail committed 2 months ago
Verified
5c445c3558648b923e5db3094f6128f2a9288776

doco for Rancher Desktop on Mac

bbhamail committed 2 months ago
Verified
06bc0c800e211f2b09245aad7eb7b198ebd87dc9

Merge pull request #17 from bhamail/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.18.0

bbhamail committed 2 months ago
Verified
657eaf7994a3a3e6c0639d537293acc1ae7aa118

Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

PiCapsule

Build Status

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.

Other fun Pi Projects

PiNexus - Tools to play with Sonatype Nexus Repository 3 on a Raspberry Pi.

ToDo

  1. Fix the maven-linkcheck-plugin to work with java 9+.

Release Process

Do the following to redeploy the website:

  1. Pull the latest from the main branch.
  2. Setup local JDK 8 (required for maven-linkcheck-plugin). I use sdkman:
    sdk use java 8.0.372-zulu
  3. 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? ;)