• v0.0.4 bdcc6c531b

    v0.0.4 - Content-Disposition
    All checks were successful
    Build and Publish Docker Image / build (push) Successful in 41s
    Pre-release

    hack13 released this 2025-05-26 14:41:22 -04:00 | 0 commits to main since this release

    As requested, I am adding support for downloading with the original name. There was extra work for S3 support to proxy the request. As we couldn't support changing the header for files, Flask isn't handling it.

    Downloads
  • v0.0.3 75e301b0b2

    v0.0.3 Hot-Fix
    All checks were successful
    Build and Publish Docker Image / build (push) Successful in 43s
    Pre-release

    hack13 released this 2025-05-25 07:47:43 -04:00 | 1 commits to main since this release

    Fixed regression in local disk support

    Thanks to https://fellies.social/@SteffoSpieler for submitting a ticket reporting the regression I introduced by accident by adding S3 support. This hotfix resolves this issue.

    Downloads
  • v0.0.2 4f5c5fd09d

    v0.0.2
    All checks were successful
    Build and Publish Docker Image / build (push) Successful in 39s
    Pre-release

    hack13 released this 2025-05-24 19:03:35 -04:00 | 7 commits to main since this release

    Hot Patch release

    • Fixing bug where application wasn't deleting file from storage when deleted in the UI
    • Added progress spinner so you know when uploading large amount of data that it hasn't stalled out
    • Added debug mode for tracking debug issues with the app
    Downloads
  • v0.0.1 85086c0077

    v0.0.1
    All checks were successful
    Build and Publish Docker Image / build (push) Successful in 41s
    Pre-release

    hack13 released this 2025-05-24 17:12:56 -04:00 | 8 commits to main since this release

    First Official Alpha v0.0.1

    This is the first official alpha release, and I look forward to receiving feedback and suggestions. I suggest pulling the docker container and giving it a shot. Please keep in mind this application is designed not to have authentication as it is expected to run in a personal home lab, and you have to place some authentication layer in front of it if you have external access.

    Pull Docker Image

    docker pull git.hack13.dev/hack13/personal-digital-asset-manager:0.0.1

    Downloads