This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Felix Ableitner 988a94141f Initial commit 2018-04-27 15:42:40 +02:00
gradle/wrapper Initial commit 2018-04-27 15:42:40 +02:00
server Initial commit 2018-04-27 15:42:40 +02:00
.gitignore Initial commit 2018-04-27 15:42:40 +02:00
README.md Initial commit 2018-04-27 15:42:40 +02:00
build.gradle Initial commit 2018-04-27 15:42:40 +02:00
gradlew Initial commit 2018-04-27 15:42:40 +02:00
gradlew.bat Initial commit 2018-04-27 15:42:40 +02:00
settings.gradle Initial commit 2018-04-27 15:42:40 +02:00

README.md

Siapics

Install

First, you need to install Sia and execute siad. After block synchronization is complete (check with siac command), you have to put some Sia coins into the wallet, and unlock the wallet. https://github.com/dvstate/minio#install-sia-daemon

When this is all done, you are ready to set up Minio. Execute the following commands:

MINIO_ACCESS_KEY=*username*
MINIO_SECRET_KEY=*password*
minio gateway sia

Now, install siapics on the server, and execute siapics --minio-user *username* --minio-password *password*. It will listen on http://localhost:9191. To access siapics from another device, you need to set up a proxy server, like Nginx.

You can browse the existing files at http://localhost:9000, with the above username and password.