From bdca22f29d79216a67dadc2e010ba0f00e3c3b60 Mon Sep 17 00:00:00 2001
From: ildyria Via SSH, use the command Add the following custom CSS to your Go into your Settings then More, find Add the following custom CSS to your Change the URLs If you want to add custom scripts, for example to add an analytics service, you can add the script code to the Edit the From #304 Short version: It's not protectedGeneral
How to reset username and password?
php artisan lychee:reset_admin
.How to hide smart albums?
-user.css
or via the settings menu:
+[data-id="unsorted"] { display:none; }
-[data-id="public"] { display:none; }
-[data-id="starred"] { display:none; }
-[data-id="recent"] { display:none; }
-div#lychee_view_content > div.divider:first-child { display:none; }
-div#lychee_view_content > div.divider:nth-child(6) {
- margin-top: 10px;
- border-top: 0;
- box-shadow: none;
-}
-
SA_enabled
in the "Smart Albums" section and set it to 0
.How to disable the 'zoom' animation while browsing pictures?
user.css
or via the settings menu:#imageview #image {
@@ -267,7 +255,7 @@
https://fonts.googleapis.com
and https://fonts.gstatic.com
to match your provider's URLs.How to add custom scripts?
-additional_footer_text
setting. For example, adding <script>alert('Hello World!');</script>
to it will display an alert dialog with Hello World!
in it every time you load the page.custom.js
file in /path/to/lychee/public/dist/
or use the "Personalize JS" area in Settings.How is the upload folder protected?
@ildyria recently posted the following link on how a more effective protection could be implemented: https://bedigit.com/blog/laravel-5-how-to-access-image-uploaded-in-storage-within-view/. He didn't go down that route himself due to performance concerns but we agree that if somebody contributed a clean implementation as an option, we'd probably accept it.
You can edit your .env
and modify the SESSION_LIFETIME=120
part (in minutes).
To remove the Notice
and Warnings
, simply click on the button at the top of the Log page.
-However if the page is too heavy to load, you can either manually empty the Logs
table or use artisan:
cd Lychee
-php artisan lychee:logs clean
-
Please see https://github.com/monicahq/laravel-cloudflare. The Lychee file that needs changing can be found here.
No this is normal. This user does not have the ownership of that Album, so the right click is not available. You can see sharing as a read permission.
Actually no, this is because the user does not have any albums (yet). The h1
divider is to show who is the owner of those albums. See below.
And yes the right-click menu is available on the PhD Defenses part but not in the Admin parts.
diff --git a/docs/faq_troubleshooting.html b/docs/faq_troubleshooting.html
index 3fb15ec1..f976ec60 100644
--- a/docs/faq_troubleshooting.html
+++ b/docs/faq_troubleshooting.html
@@ -125,6 +125,8 @@
+This is, because symbolic links (as opposed to hard links) may cross file system boundaries. +{tip} Caught a mistake or want to contribute to the documentation? Edit this page on Github!
Check that the value of TRUSTED_PROXIES
is correctly set in your .env
file.
Go into your Settings then More, find force_32bit_ids
in the "config" section and set it to 1
.
{tip} Caught a mistake or want to contribute to the documentation? Edit this page on Github!