2024-11-08 12:41:21 -06:00
2024-11-07 16:39:13 -06:00
fix
2024-10-31 17:06:43 -05:00
2024-10-17 10:20:07 -05:00
fix
2024-11-08 12:41:21 -06:00
2024-10-17 10:20:07 -05:00
2024-10-31 17:22:12 -05:00
2024-08-02 10:57:34 -05:00
2024-09-27 13:36:39 -05:00
2024-09-06 15:05:48 +00:00
2024-07-26 12:28:21 -05:00
2024-10-22 09:25:55 -05:00
2024-10-11 15:56:46 -05:00
2023-10-29 06:55:59 +00:00
fix
2024-10-26 21:17:58 -05:00
2024-09-06 15:05:48 +00:00
2024-09-06 15:05:48 +00:00
2023-11-30 09:18:10 -06:00
2024-07-11 09:12:49 -05:00
2024-01-29 11:36:26 -06:00
2024-10-24 08:08:40 -05:00
2024-09-06 15:05:48 +00:00
2024-10-18 07:36:52 -05:00

Repertory

Repertory allows you to mount AWS S3 and Sia via FUSE on Linux /OS X or via WinFSP on Windows.

Details and Features

  • Optimized for Plex Media Server
  • Single application to mount AWS S3 and/or Sia
  • Remote mounting of Repertory instances on Linux , OS X and Windows
    • Securely share your mounts over TCP/IP (XChaCha20-Poly1305 stream cipher)
  • Cross-platform support (Linux 64-bit, Linux arm64/aarch64, OS X, Windows 64-bit)

Minimum Requirements

  • Sia renterd v0.4.0+ for Sia support
  • Only 64-bit operating systems are supported
    • By default, Linux requires fusermount3; otherwise, repertory must be manually compiled with libfuse2 support
    • OS X requires the following dependency to be installed:
    • Windows requires the following dependencies to be installed:

Supported Operating Systems

  • Linux arm64/aarch64
  • Linux amd64
  • OS X Mojave and above
  • Windows 64-bit 10, 11

Usage

Notable Options

  • -dc
    • Display mount configuration.
    • For Sia, --name is optional
    • For S3, the -s3 option is required along with --name
  • --help
    • Display all mount utility options.
  • --name, -na [name]
    • The --name option can be set to any valid value allowed as a file name for your filesystem.
    • For Sia, the bucket name will be set to the same value if it is empty in the configuration file.
      • If the --name option is not specified, default will be used.
    • For S3, the --name option is required and does not affect the bucket name.
  • -set SiaConfig.Bucket
    • Set Sia bucket name for the mount.
    • Can be used in combination with --name to target a unique configuration.
  • -set S3Config.Bucket
    • S3 bucket name for the mount.
    • Must be used in combination with --name to target a unique configuration.
    • Must be used in combination with -s3.

Sia

  • Linux
    • repertory /mnt/location
    • repertory --name default /mnt/location
  • Windows
    • repertory.exe t:
    • repertory.exe --name default t:

S3

  • Linux
    • repertory --name storj -s3 /mnt/location
  • Windows
    • repertory.exe --name storj -s3 t:

Compiling

  • Successful compilation will result in all required files being placed in the dist/ directory
  • Linux
    • Ensure docker is installed
      • For x86_64:
        • RelWithDebInfo: scripts/make_unix.sh
        • Release: scripts/make_unix.sh x86_64 Release
        • Debug: scripts/make_unix.sh x86_64 Debug
      • For aarch64:
        • RelWithDebInfo: scripts/make_unix.sh aarch64
        • Release: scripts/make_unix.sh aarch64 Release
        • Debug: scripts/make_unix.sh aarch64 Debug
  • Windows
    • OFFICIAL: Cross-compiling on Linux
      • Ensure docker is installed
        • RelWithDebInfo: scripts/make_win32.sh
        • Release: scripts/make_win32.sh x86_64 Release
        • Debug: scripts/make_win32.sh x86_64 Debug
    • UNOFFICIAL: Compiling on Windows
      • Ensure latest MSYS2 is installed
        • RelWithDebInfo: scripts\make_win32.cmd
        • Release: scripts\make_win32.cmd x86_64 Release
        • Debug: scripts\make_win32.cmd x86_64 Debug

Credits

Developer Public Key

-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAqXedleDOugdk9sBpgFOA
0+MogIbBF7+iXIIHv8CRBbrrf8nxLSgQvbHQIP0EklebDgLZRgyGI3SSQYj7D957
uNf1//dpkELNzfuezgAyFer9+iH4Svq46HADp5k+ugaK0mMDZM7OLOgo7415/+z4
NIQopv8prMFdxkShr4e4dpR+S6LYMYMVjsi1gnYWaZJMWgzeZouXFSscS1/XDXSE
vr1Jfqme+RmB4Q2QqGcDrY2ijumCJYJzQqlwG6liJ4FNg0U3POTCQDhQmuUoEJe0
/dyiWlo48WQbBu6gUDHbTCCUSZPs2Lc9l65MqOCpX76+VXPYetZgqpMF4GVzb2y9
kETxFNpiMYBlOBZk0I1G33wqVmw46MI5IZMQ2z2F8Mzt1hByUNTgup2IQELCv1a5
a2ACs2TBRuAy1REeHhjLgiA/MpoGX7TpoHCGyo8jBChJVpP9ZHltKoChwDC+bIyx
rgYH3jYDkl2FFuAUJ8zAZl8U1kjqZb9HGq9ootMk34Dbo3IVkc2azB2orEP9F8QV
KxvZZDA9FAFEthSiNf5soJ6mZGLi0es5EWPoKMUEd9tG5bP980DySAWSSRK0AOfE
QShT/z7oG79Orxyomwrb8ZJCi7wEfcCuK1NWgqLVUgXhpi2J9WYS6DAbF3Oh3Hhl
DYSHlcfFBteqNDlR2uFInIECAwEAAQ==
-----END PUBLIC KEY-----
Description
Repertory allows you to mount AWS S3 and Sia via FUSE on Linux or via WinFSP on Windows.
Readme 1.9 GiB
Languages
C++ 93.3%
Dart 3.5%
Shell 1.7%
CMake 1.4%