aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: typoArthurHoaro2020-10-161-1/+1
|
* Inject ROOT_PATH in plugin instead of regenerating it everywhereArthurHoaro2020-10-161-3/+8
|
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-0/+16
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Doc: add PHP 7.4 and 8.0 as supported versionArthurHoaro2020-10-151-2/+4
|
* Merge pull request #1566 from nodiscc/makefile-composer-installArthurHoaro2020-09-301-10/+5
|\ | | | | doc/Makefile: remove references to composer update
| * doc/Makefile: remove references to composer updatenodiscc2020-09-241-10/+5
| | | | | | | | | | | | - add make composer_dependencies_dev Makefile target and use this instead - fix composer initial installation procedure - fix php-xdebug install instructions
* | Merge pull request #1558 from ArthurHoaro/fix/plugins-base-pathArthurHoaro2020-09-251-0/+14
|\ \ | |/ |/| Fix plugin base path in core plugins
| * Fix plugin base path in core pluginsArthurHoaro2020-09-221-0/+14
| | | | | | | | | | | | | | Also fix note check in archiveorg plugin, and regression on vintage template. Documentation regarding relative path has been added. Fixes #1548
* | Add manual configuration for root URLArthurHoaro2020-09-121-35/+36
|/ | | | | | This new setting under 'general.root_url' allows to override automatic discovery of Shaarli instance's URL. Fixes #1339
* doc: Docker minor improvementsArthurHoaro2020-09-121-19/+40
|
* Add 2 plugins to the 3rd party plugin listImmánuel!2020-09-121-1/+3
| | | | Besides adding 2 new plugins, also reordered the list by ABC and fixed some discrepancies in the details to restore balance in the force
* doc: nginx config: document ipv4 and ipv6 listen directivesnodiscc2020-09-121-1/+4
|
* doc: apache config: remove useless documentroot directive in HTTP-only ↵nodiscc2020-09-121-1/+0
| | | | virtualhost (only used for redirects)
* doc: serve configuration/reverse proxy: fix apache mod_md configuration, ↵nodiscc2020-09-122-47/+66
| | | | move reference links to their respective sections, shorten
* doc: server configuration: fix apache restart commandnodiscc2020-09-121-1/+1
|
* doc: server configuration: enable mod_headersnodiscc2020-09-121-0/+3
|
* doc: server configuration: fix apache site config file namenodiscc2020-09-121-1/+1
|
* doc: server configuration: add reminder to change the example domain namenodiscc2020-09-121-2/+2
|
* doc: server configuration: add asciicast of server configuration procedure ↵nodiscc2020-09-121-0/+7
| | | | (asciinema)
* doc: updagrde/migration: simplify permissions setupnodiscc2020-09-121-4/+2
|
* doc: installation: simplify permissions setupnodiscc2020-09-121-7/+1
|
* doc: docker: update docker-compose to 1.26.2nodiscc2020-09-121-1/+1
|
* doc: installation: bump version to 0.11.1nodiscc2020-09-121-2/+2
|
* doc: reverse proxy: update HTTP->HTTPS redirect configuration, remove ↵nodiscc2020-09-122-8/+12
| | | | logging options
* doc: fail2Ban: add note about restarting fail2bannodiscc2020-09-121-0/+2
|
* doc: apache: add example configuration for mod_mdnodiscc2020-09-121-4/+9
|
* doc: server configuration: apache: add note about mod_mdnodiscc2020-09-121-1/+7
|
* doc: server configuration: update apache configuration 2.2 -> 2.4nodiscc2020-09-121-2/+1
| | | | https://httpd.apache.org/docs/current/upgrading.html
* doc: Community-and-related-software.md: order plugins alphabeticallynodiscc2020-09-121-6/+6
|
* doc: plugins: remove doc about deprecated ↵nodiscc2020-09-121-17/+1
| | | | $GLOBALS['config']['ENABLED_PLUGINS'] array
* doc: troubleshooting: add procedure to clear shaarli cachesnodiscc2020-09-122-0/+11
|
* doc: server configuration: remove apache logging optionsnodiscc2020-09-121-12/+0
| | | | see https://github.com/nodiscc/xsrv/blob/master/roles/apache/templates/etc_apache2_conf-available_logging.conf.j2 for an example server-wide logging configuration
* doc: server configuration: formatting/add commentnodiscc2020-09-121-3/+2
|
* doc: server configuration: add note on required firewall/NAT for Let's ↵nodiscc2020-09-121-1/+2
| | | | Encrypt certificates
* Removing dead link in docLucas Cimon2020-09-121-1/+1
| | | As it currently redirects to https://www.lgblog.fr
* doc: document dev.debug configuration ettingnodiscc2020-09-121-0/+3
| | | | ref. https://github.com/shaarli/Shaarli/pull/779
* add shaarli-default-dark to the themes listowen bell2020-09-121-0/+1
|
* Added links to doc section "Articles and social media discussions"Lucas Cimon2020-09-121-3/+10
|
* doc: server configuration: php requirements: add php-simplexmlnodiscc2020-09-121-1/+2
| | | | ref. https://github.com/shaarli/Shaarli/pull/1476
* doc: Community-and-related-software: add shaarli-webhooks pluginnodiscc2020-09-121-0/+1
|
* doc: add note about importing browser bookmarks folder structure to shaarli tagsnodiscc2020-09-121-0/+1
| | | | ref. https://github.com/shaarli/Shaarli/issues/1449
* doc: troubleshooting: improve compatibility with PHP 5.6/FTP upload limitsnodiscc2020-09-121-6/+11
| | | | ref. https://github.com/shaarli/Shaarli/issues/1469
* doc: usage: active filters/clear search filtersnodiscc2020-09-121-1/+2
|
* doc: nginx: add let's encrypt ssl configurationnodiscc2020-09-121-0/+8
|
* doc: nginx: reordernodiscc2020-09-121-3/+3
|
* apache: fix let's encrypt configuration , copy it directly from reference filenodiscc2020-09-121-2/+7
| | | | including options-ssl-apache.conf requires python3-certbot-apache which pulls a lot of dependencies
* doc: php compatibility: add php 7.3nodiscc2020-09-121-0/+1
|
* server-configuration: move firewall/NAT requirements to Network sectionnodiscc2020-09-121-0/+4
|
* fix markdown syntaxnodiscc2020-09-121-1/+1
|
* formatting/emphasisnodiscc2020-09-121-1/+1
|