Open devnull4242 opened 1 month ago
You can always write an app for this, and make it publicly available trough the AppStore if wished. 😉
I don't think this belong to server
itself.
https://docs.nextcloud.com/server/latest/developer_manual/app_development/index.html
The existing Unsplash app isn't fundamentally limited to using Splash as a source; it could be adapted to use other providers/sources (either in the app itself or via a fork).
See nextcloud/unsplash#5 See nextcloud/unsplash#94
It would seem to make sense to focus efforts there rather than reinvent the wheel.
Years ago i used the app Splash with random images from https://unsplash.com . An API key is now required and it is also bad if content is loaded outside of your own Nextcloud. Keyword GDPR. Also, as is currently the case, the latest version is repeatedly not supported
I would like to see Nextcloud's design expanded so that images from a folder could be randomly selected as background images. These could then be replaced at regular intervals (e.g. 4 seconds) on login screen while not logged in.
I have written a programme that uses PHP and JavaScript to randomly read images from a folder (.) and display them as a full screen. Maybe you can build something like this into Nextcloud. I would be very happy about that.
For testing use a webserver outside Nextcloud. Copy the file index.php and some pictures in the folder.
index.php