Warehouse Manager banner

Warehouse Manager

5 devlogs
5h 42m 8s

CLI app to automatically start a Warehouse server, and manage files

Demo Repository

Loading README...

ultraviolet.asdf

Documentation update

I updated README with full install and usage information. Guess its time to ship!

Attachment
0
ultraviolet.asdf

Feature: Start command

I added the start command.

I’ve been trying to make binaries, but I think codeberg releases is down or something.

Commit 09fec44e9b

Attachment
0
ultraviolet.asdf

Warehouse Manager

I’m writing a CLI script that will make setting up my project Warehouse - distributed object storage even easier by making setup a single command, so you don’t have to worry about docker.

Right now I just made it so it automatically runs the docker container with volumes, then listens for the API keys to be logged and store it in a config file.
Next I need to add a command to run it.

I’ll also probably add commands for uploading and downloading files

Attachment
0