Skip to content

LittleLink Custom v2.7.3

Compare
Choose a tag to compare
@JulianPrieber JulianPrieber released this 05 Jul 20:58
· 1596 commits to main since this release

New LittleLink Custom release (version 2.7.3)


Download latest

Download latest


If you already own an instance of LittleLink Custom, download the update file below.

New additions:




Added option to force HTTPS

A new option allows users to redirect traffic to HTTPS. This will work on all server types, including Apache and NGINX.

To enable this option, head to your .env config editor and set FORCE_HTTPS to true.

This option was added due to the removal of a similar function that got removed earlier due to the new docker version, for which access over HTTP was necessary.




Added ability to delete themes

On your theme tab on the Admin Panel, there now is an option that reads: "Delete themes". Upon clicking this link, you will be redirected to the new theme deletion page, where you can delete unwanted or outdated themes.




Added default password warning

A warning pop up will now appear on the Admin Panel for any user which still uses the default password (12345678).

This prompt can be disabled with a new setting in the Advanced Config by setting disable_default_password_notice to true.




Added option to expand admin menu permanently

The admin menu on the Admin Panel's sidebar can now be extended permanently.

To do this, set expand_panel_admin_menu_permanently to true in the Advanced Config.