LANraragi
LANraragi copied to clipboard
Is it possible to add multi-user management and not allow unauthorized users to access the main page.
In some cases, users may be required to upload comics by themselves, but users are not allowed to have higher permissions, so this function may be required.
See https://github.com/Difegue/LANraragi/discussions/111 .
I've thought about adding a supplementary read-only account that can only read content and not access any admin content (and that was a user survey req), it wouldn't be too out of left field to allow access to the upload page as well.
(consolidating your two comments since the first one was empty btw 👋)
When the program is running, loading the manga for the first time seems to be a bit too much operation on the disk. This seems not very friendly to HHD. It usually takes a lot of time to perform such operations. Do you need to optimize and adjust it?