Browse Source

added alternatives section

Toastie 3 years ago
parent
commit
bbbeda35c9
1 changed files with 6 additions and 1 deletions
  1. 6 1
      droppy/README.md

+ 6 - 1
droppy/README.md

@@ -6,4 +6,9 @@
 1. Update your `data` dir, `uid` and `gid` to run the service and used as permissions for new files in [`.env`](.env)
 2. Turn on authentication in [data/config/config.json](data/config/config.json) (optional)
 2. `docker-compose up -d`
-3. Open `http://<hostname>:8989` in your preferred webbrowser
+3. Open `http://<hostname>:8989` in your preferred webbrowser
+
+### Alternatives
+Droppy is no longer supported, potential alternatives are:
+- [FileGator](https://github.com/filegator/filegator)
+- [File Browser](https://hub.docker.com/r/filebrowser/filebrowser)