1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 13:24:23 +00:00
S3 based file sharing as a replacement for CloudApp / Droplr / ...
Find a file
Knut Ahlers 8771a5c962
Minor improvements when displaying image shares
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-02 20:18:29 +01:00
docs Add docs 2017-12-02 19:53:35 +01:00
frontend Minor improvements when displaying image shares 2017-12-02 20:18:29 +01:00
vendor Move CLI util 2017-12-02 19:12:46 +01:00
.gitignore Move CLI util 2017-12-02 19:12:46 +01:00
.repo-runner.yaml Add Github publishing 2017-12-02 19:43:46 +01:00
bindata.go Minor improvements when displaying image shares 2017-12-02 20:18:29 +01:00
CONTRIBUTING.md Add meta-files 2017-12-02 19:48:18 +01:00
Gopkg.lock Move CLI util 2017-12-02 19:12:46 +01:00
Gopkg.toml Move CLI util 2017-12-02 19:12:46 +01:00
History.md prepare release v0.1.0 2017-12-02 19:55:25 +01:00
LICENSE Add meta-files 2017-12-02 19:48:18 +01:00
main.go Include frontend in binary, allow bootstrap 2017-12-02 19:37:29 +01:00
Makefile Add Github publishing 2017-12-02 19:43:46 +01:00
README.md Add docs 2017-12-02 19:53:35 +01:00

Go Report Card

Luzifer / share

share is a small replacement I wrote for sharing my files through external services like CloudApp using Amazon S3. Files are uploaded using this utility into S3 and previewed (if supported) using the included frontend.

Setup / usage

  • Create a S3 bucket and CloudFront distribution
    (See docs/cloudformation.yml for an example stack)
  • Run bootstrap to initialize frontend files:
    ./share --bucket=<bucket from step 1> --bootstrap
  • Upload files to your sharing bucket:
    ./share --bucket=<bucket from step 1> --base-url='https://your.site.com/#' <yourfile>
  • Share the URL you received from last step