All Projects → nafanz → nafanz.github.io

nafanz / nafanz.github.io

Licence: other
List cloud storage & file sharing

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to nafanz.github.io

Datasafe
Datasafe - flexible and secure data storage and document sharing using cryptographic message syntax for data encryption
Stars: ✭ 32 (+60%)
Mutual labels:  file-sharing, cloud-storage
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+61490%)
Mutual labels:  file-sharing, cloud-storage
Seafile
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Stars: ✭ 9,201 (+45905%)
Mutual labels:  file-sharing, cloud-storage
Filegogo
A file transfer tool that can be used in the browser webrtc p2p
Stars: ✭ 117 (+485%)
Mutual labels:  file-sharing
Single php filehost
Simple Filehosting Page in a Single PHP File (obvious 0x0 clone)
Stars: ✭ 112 (+460%)
Mutual labels:  file-sharing
Sharesniffer
Network share sniffer and auto-mounter for crawling remote file systems
Stars: ✭ 168 (+740%)
Mutual labels:  file-sharing
RenameThemSubs
Rename multiple subtitles files to match video file names for automatic loading with just one click
Stars: ✭ 40 (+100%)
Mutual labels:  piracy
Orion
[Moved to Gitlab] Easy to Use, Inter Planetary File System (IPFS) desktop client
Stars: ✭ 115 (+475%)
Mutual labels:  file-sharing
Quickshare
Quick and simple file sharing between different devices.
Stars: ✭ 190 (+850%)
Mutual labels:  file-sharing
Docviewer
文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)
Stars: ✭ 155 (+675%)
Mutual labels:  file-sharing
Ansible Role Nfs
Ansible Role - NFS
Stars: ✭ 141 (+605%)
Mutual labels:  file-sharing
Wave Share
Serverless, peer-to-peer, local file sharing through sound
Stars: ✭ 1,641 (+8105%)
Mutual labels:  file-sharing
Croc
Easily and securely send things from one computer to another 🐊 📦
Stars: ✭ 17,834 (+89070%)
Mutual labels:  file-sharing
Webdrop
Easiest group P2P File & Message transfer in browser with WebRTC 🔥. Cross-platform alternative to Apple's AirDrop, Xender, ShareIT with the same speed over LAN. No installation, just a website :)
Stars: ✭ 119 (+495%)
Mutual labels:  file-sharing
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+88515%)
Mutual labels:  file-sharing
Long Live Pomf
Pomf.se alternatives
Stars: ✭ 115 (+475%)
Mutual labels:  file-sharing
Sharik
Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot
Stars: ✭ 185 (+825%)
Mutual labels:  file-sharing
Fileshelter
FileShelter is a “one-click” file sharing web application
Stars: ✭ 132 (+560%)
Mutual labels:  file-sharing
Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
Stars: ✭ 131 (+555%)
Mutual labels:  file-sharing
Diztl
Share, discover & download files in your network 💥
Stars: ✭ 162 (+710%)
Mutual labels:  file-sharing

Information

It is based on GitHub Page and has the ability to sort and filter data through the use of jQuery and DataTables.

File sharing & Cloud storage

  • File sharing - only resources that do not require registration.
  • Cloud storage - only resources with a free tariff unlimited in time of use (not trial).

Contributions

  • Fork this repository

Clicking on the Fork button on the top of this page. This will create a copy of this repository in your account.

  • Clone the repository

Go to your GitHub account, open the forked repository, click on the Clone or download button and then click the copy to clipboard icon. Open a terminal and run the following git command:

git clone <url repository>

  • Open a project in IDE or text editor

Recommendations: IntelliJ IDEA Community, Visual Studio Code or Sublime Text

  • Make changes to the file spreadsheet.json, for example:
    {
      "Name": "<a href=\"https://www.dropbox.com\">Dropbox</a>",
      "Type": "Cloud storage",
      "Free volume": "2",
      "Shelf life": "-",
      "Download count": "-",
      "Language": "English, Russian",
      "Application": "Windows, Linux, MacOS, Android, iOS"
    }
  • Commit the changes and push
git commit -m "Add <name cloud storage or file sharing>"
git push
  • Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

You will get a notification email once the changes have been merged.

  • Synchronize your branch with this repository

Add the url of my repository to the field upstream <remote url>:

git remote add upstream [email protected]:nafanz/nafanz.github.io.git

Download the latest changes from my repository.

git fetch upstream

We are merging a new version of my repository with your master branch.

git rebase upstream/master

Pushing these changes to your GitHub repository.

git push origin master

  • Profit

Keep track of the project and make new changes.

Contacts

Email [email protected] or Reddit u/x4fs1j

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].