0.1.1 • Published 4 years ago

glitch-offload v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

offload

Offload your Glitch project's data to an external cloud (see compatible cloud storage systems).

Installation

Install offload with the following command (can be used by clicking the Tools menu at the bottom of the Glitch project editor, clicking Logs, clicking Console, and typing the command and pressing ENTER.):

npm install glitch-offload

Setup

Click the Tools menu at the bottom of the Glitch project editor, click Logs, Console, then type in the following command, press enter, and follow the instructions that show up.

/app/rclone/rclone config create && refresh

Usage

First, make sure you've completed the steps above. In your project, import glitch-offload somewhere in a Node.js file (i.e. index.js), then make sure that all references to data point to /tmp/offload. Copy the data to /tmp/offload. Use your cloud provider's website or client (best option for this is usually their website) to see if the files have synced to the folder you specified earlier. Also, check if your project still works. Refresh with the command refresh in the console (Bottom Menu/Tools/Logs/Console) and see if your project still works. If everything worked out, it should now be safe to remove the data where it was stored before (i.e. .data). Note that your project data is pulled all at once on project startup.

License

MIT License

Copyright (c) 2019 Cedric Kim

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.

From LICENSE.md - Full document


Made by Cedric Kim. glitch.com/@ck