Skip to content

Latest commit

 

History

History
74 lines (69 loc) · 2.44 KB

index.md

File metadata and controls

74 lines (69 loc) · 2.44 KB
layout title order language permalink head
documentation
Getting started
1
en
/docs/
<link rel="alternate" href="https://www.filestash.app/docs/" hreflang="en" />
<link rel="alternate" href="https://www.filestash.app/fr/docs/" hreflang="fr" />

To use Filestash, you can either:

  1. Run the application from the cloud via the AWS Marketplace
  2. Self-host the application on your own server and manage everything yourself: see the documentation
  3. Play around with the public demos:
<iframe style="width: 100%;height: 500px;border: 9px solid #0000001a;border-radius: 5px;box-sizing:border-box;" id="appframe" frameborder="0" src="https://demo.filestash.app/login" allow="fullscreen;speaker"></iframe> <style> .related{ text-align:center;} .related .title{ font-size: 1.5em; margin-top: 30px; } .related .title img{ animation: bounce 1s infinite alternate; width: 16px; height: 17px; } .related .related_content { margin-top:5px; } .related .related_content h3 { background: var(--bg-color); padding: 50px 0; border-radius: 5px; margin: 0!important; } .related .related_content a{ display: inline-block; width: 33%; padding: 5px; box-sizing: border-box; text-decoration: none!important; } .related .related_content a:hover{ transform: scale(1.1); transition: ease 0.3s transform; } .related .related_content a:hover h3{ background: var(--emphasis-primary); transition: ease 0.3s background; } @media only screen and (max-width: 550px) { .related .related_content a{ width: 100%; } } @keyframes bounce { from { transform: translate3d(0,0,0); } to { transform: translate3d(0,-8px,0); } } </style>