browse files // control panel

or choose your OS for cooler alternatives:

make this server appear on your computer as a regular HDD!
pick your favorite below (sorted by performance, best first) and lets 🎉

placeholders: hunter2=password, W:=mountpoint hunter2=password, mp=mountpoint use real password

partyfuse

partyfuse.py -- fast, read-only, needs fuse.py in the same folder, needs winfsp doesn't need root

            partyfuse.py -a hunter2 https://cloud.the-sauna.icu/ W:mp
        

you can use u2c.py to upload (sometimes faster than web-browsers)

ShareX

to upload screenshots using ShareX v12 or v15+, save this as copyparty.sxcu and run it:

                { "Name": "copyparty",
                "RequestURL": "https://cloud.the-sauna.icu/",
                "Headers": {
                    "pw": "hunter2",
                    "accept": "url"
                },
                "DestinationType": "ImageUploader, TextUploader, FileUploader",
                "FileFormName": "f" }
            

ishare

to upload screenshots using ishare, save this as copyparty.iscu and run it:

                { "Name": "copyparty",
                "RequestURL": "https://cloud.the-sauna.icu/",
                "Headers": {
                    "pw": "hunter2",
                    "accept": "json"
                },
                "ResponseURL": "{{fileurl}}",
                "FileFormName": "f" }
            

flameshot

to upload screenshots using flameshot, save this as flameshot.sh and run it:

                #!/bin/bash
                pw="hunter2"
                url="https://cloud.the-sauna.icu/"
                filename="$(date +%Y-%m%d-%H%M%S).png"
                flameshot gui -s -r | curl -sT- "$url$filename?want=url&pw=$pw" | xsel -ib
            
Ï€