Documented linux support

This commit is contained in:
Sergio Brighenti 2018-11-30 19:36:51 +01:00
parent a360ef06f4
commit b67a189fc6
2 changed files with 14 additions and 1 deletions

View file

@ -89,6 +89,19 @@ return array(
## ShareX Configuration
Once you are logged in, just go in your profile settings and download the ShareX config file for your account.
## Linux Support
Since ShareX does not support Linux, XBackBone can generate a script that allows you to share an item from any tool:
+ Login into your account
+ Navigate to your profile and download the Linux script for your account.
+ Place the script where you want (ex. in your user home: `/home/<username>`).
+ Add execution permissions (`chmod +x xbackbone_uploader_XXX.sh`)
+ Run the script for the first time to create the desktop entry: `./xbackbone_uploader_XXX.sh -desktop-entry`.
Now, to upload a media, just use the right click on the file > "Open with ..." > search XBackBone Uploader (XXX) in the app list.
You can use this feature in combination with tools like [Flameshot](https://github.com/lupoDharkael/flameshot), just use the "Open with ..." button once you have done the screenshot.
*Note: XXX is the username of your XBackBone account.*
## Notes
If you do not use Apache, or the Apache `.htaccess` is not enabled, set your web server so that the `static/` folder is the only one accessible from the outside, otherwise even private uploads and logs will be accessible!
The NGINX configuration should be something like this:

View file

@ -2,7 +2,7 @@
return [
'lang' => 'Italian',
'lang' => 'Italiano',
'yes' => 'Sì',
'no' => 'No',