-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
4,185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
|
||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v20.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 inulute | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<div align="center"> | ||
<img src="src\assets\unlim-clear.png" alt="UnlimCloud Logo" width="200"/> | ||
<h1>UnlimCloud Desktop App</h1> | ||
</div> | ||
|
||
Welcome to the Unofficial Desktop Application for [UnlimCloud](https://unlimcloud.cloud) | ||
|
||
## About UnlimCloud <img src="src\assets\unlim-clear.png" alt="UnlimCloud Logo" width="30"/> | ||
|
||
UnlimCloud offers a unique cloud storage solution, utilizing your Telegram ID as a secure and private storage identifier. Enjoy unlimited cloud storage for your files, accessible through this sleek desktop application. | ||
|
||
## Features | ||
|
||
- **Secure Login:** 🔒 Easily access your UnlimCloud account with a seamless login experience. | ||
- **File Management:** 📂 Effortlessly upload, download, and organize your files and folders. | ||
- **Media Streaming:** ▶️ Stream media files directly from UnlimCloud for a hassle-free entertainment experience. | ||
|
||
<h2>📦 Releases</h2> | ||
|
||
You can download the latest releases for Windows from the release section. | ||
|
||
<div align="center"> | ||
|
||
[![Releases](https://img.shields.io/github/v/release/inulute/unlim-cloud?color=green&include_prereleases&label=Release&style=for-the-badge)](https://github.com/inulute/unlim-cloud/releases) | ||
</div> | ||
|
||
> [!NOTE] | ||
> macOS and Linux versions of Unlim Cloud will be available soon, so stay tuned for updates! In the meantime, you can download the latest version for Windows from the link above. Thank you for your patience and support! | ||
<h2>🚀 Run Locally</h2> | ||
|
||
Before diving in, ensure that you have the following installed on your system: | ||
|
||
- [Node.js](https://nodejs.org/) | ||
- [Tauri CLI](https://tauri.studio/en/docs/getting-started/intro) | ||
- [Yarn](https://yarnpkg.com/) | ||
|
||
### Getting Started | ||
|
||
1. **Clone this repository:** | ||
```bash | ||
git clone https://github.com/inulute/unlim-cloud.git | ||
``` | ||
|
||
2. **Install the Dependencies:** | ||
```bash | ||
cd unlim-cloud-desktop | ||
yarn install | ||
``` | ||
|
||
3. **Run the Application:** | ||
```bash | ||
yarn tauri dev | ||
``` | ||
|
||
## 📢 Feedback and Contributions | ||
|
||
We welcome contributions! If you encounter issues or have suggestions for improvements, feel free to open an issue or submit a pull request. | ||
|
||
## Support and Donations ❣️ | ||
|
||
<div align=center> | ||
<img src="src\assets\dunno2.svg" alt="UnlimCloud Logo" width="80"/> | ||
|
||
</div> | ||
|
||
If you find this project helpful, consider supporting us by making a donation. Your contributions help maintain and improve UnlimCloud Desktop App. | ||
|
||
<div align="center"> | ||
<a href="https://ko-fi.com/inulute"><img height='41' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' alt='Buy Me a Coffee at ko-fi.com'></a> | ||
<a href="https://paypal.me/inulute"><img src="src/assets/payment/paypal.svg" alt="PayPal" height="41" width="174"></a> | ||
<a href="https://upi-inulute.vercel.app/"><img src="src/assets/payment/upi.svg" alt="UPI Pay" height="41" width="174"></a> | ||
</div> | ||
|
||
> [!NOTE] | ||
> UPI is only available for Indian users. | ||
|
||
<h2>🗃️ License</h2> | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/inulute/unlim-cloud/blob/master/LICENSE) file for details. | ||
|
||
<div align="center"> | ||
<a href="https://github.com/inulute/unlim-cloud/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/github/license/inulute/unlim-cloud?style=for-the-badge" alt="License"> | ||
</a> | ||
</div> | ||
|
||
<h2>📝 Acknowledgements</h2> | ||
|
||
> [!NOTE] | ||
> This application is not affiliated with the official Unlim Cloud but is an independent endeavor that brings Unlim Cloud to your desktop. | ||
--- | ||
| ||
<div align="center"> | ||
|
||
[![Made with ❤️ by inulute](https://img.shields.io/badge/Made%20with-%E2%9D%A4%EF%B8%8F%20by%20inulute-black?style=flat-square)](https://github.com/inulute) | ||
|
||
</div> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "unlim-cloud", | ||
"private": true, | ||
"version": "1.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "tauri dev", | ||
"nvmrc": "node -v > .nvmrc", | ||
"postinstall": "yarn nvmrc", | ||
"predev": "yarn nvmrc", | ||
"tauri": "tauri", | ||
"start": "vite", | ||
"rls": "tauri build" | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "^1.5.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
/target/ | ||
|
Oops, something went wrong.