• Joined on 2025-07-20
michael opened issue MHA-Team/PTS-Team#1 2026-01-19 18:31:05 +00:00
cant restore
michael opened issue MHA-Team/PTS-Team#3 2026-01-19 18:31:05 +00:00
gsuite Organization storage full
michael opened issue MHA-Team/PTS-Team#4 2026-01-19 18:31:05 +00:00
gdrive auth failing.
michael opened issue MHA-Team/PTS-Team#5 2026-01-19 18:31:05 +00:00
cant claim server
michael commented on issue MHA-Team/PTS-Team#6 2026-01-19 18:31:05 +00:00
PTS-Clone fails to deploy mounts

@SP4C3W0LF commented on GitHub:

ln -s /bin/fusermount /bin/fusermount3

that should fix it

michael commented on issue MHA-Team/PTS-Team#6 2026-01-19 18:31:05 +00:00
PTS-Clone fails to deploy mounts

@fernando-granco commented on GitHub:

why not just install fusemount3 with apt-get install fuse3

Can't install it on 18.04

michael commented on issue MHA-Team/PTS-Team#6 2026-01-19 18:31:05 +00:00
PTS-Clone fails to deploy mounts

@gmaster12 commented on GitHub:

ln -s /bin/fusermount /bin/fusermount3

that should fix it

Very much appreciated. I had the same problem 5/5/23 and this link fixed it. Not sure what's…

michael opened issue MHA-Team/PTS-Team#7 2026-01-19 18:31:05 +00:00
cant access portainer
michael opened issue MHA-Team/PTS-Team#8 2026-01-19 18:31:05 +00:00
Error pulling any Docker image; can't rebuild or restore any apps
michael opened issue dutchcoders/transfer.sh#404 2026-01-19 18:30:11 +00:00
Support for custom lifetimes
michael opened issue dutchcoders/transfer.sh#400 2026-01-19 18:30:11 +00:00
Implement different storage types than only S3
michael closed issue dutchcoders/transfer.sh#404 2026-01-19 18:30:11 +00:00
Support for custom lifetimes
michael opened issue dutchcoders/transfer.sh#401 2026-01-19 18:30:11 +00:00
Add unit tests.
michael opened issue dutchcoders/transfer.sh#402 2026-01-19 18:30:11 +00:00
Implement download page, with viewer for images, markdown, etc.
michael closed issue dutchcoders/transfer.sh#400 2026-01-19 18:30:11 +00:00
Implement different storage types than only S3
michael closed issue dutchcoders/transfer.sh#402 2026-01-19 18:30:11 +00:00
Implement download page, with viewer for images, markdown, etc.
michael commented on issue dutchcoders/transfer.sh#401 2026-01-19 18:30:11 +00:00
Add unit tests.

@bugbounce commented on GitHub:

I will start on this. I need the experience :) Any guidelines would be helpful.

michael commented on issue dutchcoders/transfer.sh#401 2026-01-19 18:30:11 +00:00
Add unit tests.

@paolafrancesca commented on GitHub:

thanks @bugbounce I think the only parts that are unit testable are the server.go for the func options, handlers.go with a mock fulfilling the storage…

michael commented on issue dutchcoders/transfer.sh#400 2026-01-19 18:30:11 +00:00
Implement different storage types than only S3

@nl5887 commented on GitHub:

Implemented. Use -provider=local for local storage, use -provider=s3 for S3 storage. Functionality needs to be tested.

michael opened issue dutchcoders/transfer.sh#403 2026-01-19 18:30:11 +00:00
Implement simple help for command line. Eg. /help will show usage.