Skip to content

libresh/compose-remotestorage

Repository files navigation

remoteStorage

An open protocol for per-user storage

logo

How to use this image

The easiest is to use our docker-compose.yml.

Make sure you have docker-compose installed. And then:

git clone https://github.com/indiehosters/remoteStorage.git
cd remoteStorage
docker-compose up

You can now access your instance on the port 80 of the IP of your container.

Access it from the Internet

We recommend the usage of SSL, so the easiest is to modify the apache.conf file, you can find examples here. Rebuild the image once done.

Once it is done, you can connect to the port of the host by adding this line to docker-compose.yml:

web:
...
  - ports:
    - "443:443"
    - "80:80"
...

Contribute

Pull requests are very welcome!

We'd love to hear your feedback and suggestions in the issue tracker: github.com/indiehosters/remoteStorage/issues.

About

Remote Storage application for IndieHosters network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages