1
0
Fork 0
mirror of https://codeberg.org/icewind/shelve.git synced 2026-06-03 20:14:08 +02:00
This commit is contained in:
Robin Appelman 2020-01-25 22:39:22 +01:00
commit 65bdd1ec88
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,4 @@
target target
.git .git
.idea .idea
screenshots

View file

@ -7,7 +7,8 @@ RUN cargo build --release
FROM alpine:latest FROM alpine:latest
COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/sync / COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/shelve /
EXPOSE 80 EXPOSE 80
ENV ROCKET_PORT=80
CMD ["/shelve"] CMD ["/shelve"]

View file

@ -2,9 +2,11 @@
Quick and easy file hosting Quick and easy file hosting
## Status ![Shelve UI](screenshots/shelve.png)
Backend POC is functional ## Tokens
Upload tokens are configured by setting the `TOKENS` environment variable to a comma separated list.
## License ## License

BIN
screenshots/shelve.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB