mirror of
https://codeberg.org/icewind/shelve.git
synced 2026-06-03 12:04:09 +02:00
readme
This commit is contained in:
parent
91a9a6b486
commit
65bdd1ec88
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
target
|
||||
.git
|
||||
.idea
|
||||
screenshots
|
||||
|
|
@ -7,7 +7,8 @@ RUN cargo build --release
|
|||
|
||||
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
|
||||
ENV ROCKET_PORT=80
|
||||
|
||||
CMD ["/shelve"]
|
||||
|
|
@ -2,9 +2,11 @@
|
|||
|
||||
Quick and easy file hosting
|
||||
|
||||
## Status
|
||||

|
||||
|
||||
Backend POC is functional
|
||||
## Tokens
|
||||
|
||||
Upload tokens are configured by setting the `TOKENS` environment variable to a comma separated list.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
BIN
screenshots/shelve.png
Normal file
BIN
screenshots/shelve.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue