You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
muryor
8f5f23381c
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
docker-compose.yml | 3 years ago |
README.md
Application Setup Access the WebUI at :80/443. Follow the installation wizard. For more information, check out XBackBone.
If you want to change the PHP max upload size you can override the php.ini file by adding options in /config/php/php-local.ini
Example:
upload_max_filesize = 25M post_max_size = 25M For reverse proxying, remember to change the in to your domain if you initially set up the application with a local url. E.g. base_url/config/www/xbackbone/config.php'base_url' => 'https://images.yourdomain.com',