GithubHelp home page GithubHelp logo

tksh164 / instantshare Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 105 KB

InstantShare provides an information sharing space in instantly.

License: MIT License

HTML 24.10% PowerShell 75.90%
azure azure-storage azure-storage-table azure-storage-blob powershell

instantshare's Introduction

InstantShare

InstantShare provides an information sharing space in instantly. For example, share the information from a trainer to audience in the lightweight classroom workshop, also share the information with each other.

InstantShare uses single storage account only that meaning the cost is very low (almost zero).

InstantShare

๐Ÿ“‹ Prerequisites

  • PowerShell
  • Azure PowerShell (Az module)
  • Azure subscription
    • The setup script creates a resource group and a storage account in your Azure subscription. You need enough permission against the subscription.

๐Ÿ“ค Deployment

The setup is super easy and complete in a minute.

  1. Download the zip file from GitHub (this page).

  2. Unblock the downloaded zip file and expand it.

    PS > Unblock-File -Path .\InstantShare-master.zip
    PS > Expand-Archive -Path .\InstantShare-master.zip -DestinationPath .\InstantShare-master
    
  3. Sign-in to Azure if not yet it. InstantShare will be deployed on that subscription.

    PS > Connect-AzAccount
    
  4. Run the setup script.

    PS > cd .\InstantShare-master\InstantShare-master
    PS > .\setup.ps1 -Verbose
    
  5. Open the InstantShare URL.

    AppUri : https://instantshare10215101.blob.core.windows.net/instantshare/index.html?sv=2017-07-29&sr=b&si=CInstantShare&sig=Jttr%2FLxb6W82y4sTei%2FTNSvSssUK4vIDJAwAX6PpMZM%3D
    

๐ŸŒต Be careful

  • We do not recommend share any secrets (e.g. password) on InstantShare. Because InstantShare does not have authentication and authorization features. This meaning anonymous users are can access if they know the URL of InstantShare.

๐Ÿ’ก Tips

  • You can change the accessible period from the access policy settings on the InstantShare container within the storage account in Azure portal.
  • InstantShare does not have the edit/delete features. But you can do it from Azure Storage Explorer or Azure Storage Explorer in Azure portal.
  • You can customize the appearance by edit index.html file and re-upload it.
  • We recommend that use InstantShare with URL shortening services because InstantShare's URL is long.

โš– License

Copyright (c) 2018-present Takeshi Katano. All rights reserved. This software is released under the MIT License.

Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.

instantshare's People

Contributors

tksh164 avatar tsubasaxzzz avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.