This commit is contained in:
Sergio Brighenti 2020-04-02 18:48:16 +02:00
parent 5a98e6f6a6
commit fcadd00b1e
3 changed files with 34 additions and 3 deletions

View file

@ -2,4 +2,28 @@
layout: default
title: Basic Usage
nav_order: 6
---
---
# Basic Usage
## Users
Some functions that every user that use XBackBone should know:
+ You can hide/publish every upload, once it's hidden, it's visible only by yourself.
+ You can download your ShareX configuration file from your profile page.
+ You can upload files directly from the upload page.
+ You can change you upload token anytime.
+ You can export all your uploads in a single zip files in your profile page.
+ (`v3.1`+) With the right click on the uploaded media, you can select them, and then remove them in bulk.
+ (`v3.1`+) You can add additional tag to your uploads, clicking on the **+** button on the media.
+ (`v3.1`+) You can add you can delete tags, by right-click on them.
## Administrator
In addition, from the system page, and administrator can:
+ Perform maintenance actions.
+ Change theme.
+ Force system languages.
+ Enabled recaptcha.
+ Enable user disk quota.
+ ... and more.
In the users page, it can add/remove users, and edit per user configurations.

View file

@ -4,11 +4,11 @@ title: License & Credits
nav_order: 7
---
## License
# License
This software is licensed under the <a href="https://choosealicense.com/licenses/agpl-3.0/">GNU Affero General Public License v3.0</a>, available in this repository.
As a "copyright notice" it is sufficient to keep the small footer at the bottom of the page, also to help other people to learn about this project!
## Built with
# Built with
+ Project logo by [@Sere](https://www.deviantart.com/serenaitalia)
+ Slim 3 since `v2.0`, and Slim 4 since `v3.0` (https://www.slimframework.com/) and some great PHP packages (Flysystem, Intervention Image, Twig, etc)
+ FlightPHP, up to `v1.x` (http://flightphp.com/)

View file

@ -22,6 +22,13 @@ The system updates can be applied via the web interface by an administrator, or
+ Click the update button.
+ Done.
## CLI update
If, for whatever reason, the web UI is not accessible, you can upgrade from CLI:
+ Download and extract the release zip to your document root, overwriting any file.
+ Run the command `php\migrate`.
+ Run the command `php\clean`.
+ Done.
### Pre-release channel
From the system page, you can also choose to check from beta/RC releases, these are NOT considered stable enough for every day use, but only for testing purposes, **take a backup before upgrading to these versions**.