The default embeds for Seafile file share links are pretty barebones:
I tried to make them a little prettier. Image and video links show the image/video being shared. (There's a caveat with the video sharing - check the html comment)
This task is meant to send emails to users about file changes. There are many cases (such as single user deployments) where this is unnecessary.
Although it's part of the seafevents
Seafile component, it cannot be disabled, even through seafile.conf
.
In low end hardware, it consumes a lot of CPU, making Seafile as a whole feel sluggish.
To disable it, you'll need to overwrite some Seafile code and write a custom Dockerfile to apply it.
The task code is at /opt/seafile/seafile-server-<version>/pro/python/seafevents/tasks/file_updates_sender.py
.
/* | |
Changes from timothymiller/seafile-css-theme.css: | |
- Falls back to default Seafile theme when light mode is used | |
- Background isn't pitch black, instead a dark grey is used | |
- Fixed inconsistent backgrounds on folder shares, notifications and some other places | |
- Borders are actually visible | |
- Certain parts were adjusted to match light Seafile | |
- Some limited theming on published libraries | |
- Compatible with Seafile 12.0 | |
// ==UserScript== | |
// @name Youtube: show true duration and time | |
// @namespace lin.ce | |
// @version 0.1 | |
// @description Changes the video time based on playback speed. | |
// @author yesnt | |
// @match https://www.youtube.com/watch* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |