Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaynikhare/FileDrive
osTicket Plugin: Integrate file sharing facilities like google Drive , Onedrive , Dropbox
https://github.com/akshaynikhare/FileDrive
file-manager filemanager files osticket osticket-plugin self-hosted
Last synced: 5 days ago
JSON representation
osTicket Plugin: Integrate file sharing facilities like google Drive , Onedrive , Dropbox
- Host: GitHub
- URL: https://github.com/akshaynikhare/FileDrive
- Owner: akshaynikhare
- Created: 2020-01-16T18:50:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T17:04:34.000Z (over 3 years ago)
- Last Synced: 2024-08-03T01:12:08.886Z (3 months ago)
- Topics: file-manager, filemanager, files, osticket, osticket-plugin, self-hosted
- Language: JavaScript
- Homepage:
- Size: 5.38 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-osticket - File Drive - Integrate file sharing facilities like Google Drive, OneDrive, Dropbox (Plugins / Community Plugins)
README
# FileDrive (Preview)
osTicket Plugin: Integrate file sharing facilities like google Drive ,OneDrive, Dropbox
## How it looks
![guest](Preview/guest.jpg)
![menu](Preview/menu.jpg)
![staff_admin](Preview/staff_admin.jpg)
## Installation
1. Extract all files in OSTicket "FileDrive" directory.
2. Make sure the plugin directory is named "FileDrive" (this is important).
3. NOTE: pleas touch the folder "_copy_to_root" , nothing is need here.
4. Paste/Move the "FileDrive" directory into folder ``Osticket Root > include > plugin ``
5. configure file Drive **"fd-config.php"** _`(this is temporary version , after some version all setting can be configured form the plugin section of OStickets.)`_
6. Navigate to: https://your.domain/support/scp/plugins.php?a=add to add a new plugin.
7. Click "Install" next to "FileDrive"
8. Now the plugin needs to be enabled & configured, so you should be seeing the list of currently installed plugins, pick the checkbox next to "FileDrive" and select the "Enable" button.
9. Now you can configure the plugin, click the link "FileDrive" and choose who the plugin should be activated for, or keep the default.## UnInstallation
1. Navigate to admin plugins view, click the checkbox and push the "Delete" button.
2. The plugin will still be available but uninstalled , you have to deleted the config only at this point, to remove permanently, remove two folders
* OsTicket_DIR `/plugins/fileDrive`
* OsTicket_DIR `/fd`
## TODO
1. fix the error on cron job---
thank to [tinyfilemanager](https://github.com/prasathmani/tinyfilemanager)