Trae
Trae
@kyrofa Based on your release schedule, it looks like there's one coming up soon. Hoping this makes it into the next release. This is the primary item keeping me from...
Arguably you could still use "fliki", but probably in bad form. "flaki" "flaski" Something along the lines of the use of Flask (ie [cask](https://github.com/nesv/cask) is a flask cms, and [decanter](https://github.com/boldfield/decanter)...
The issue comes in where dns.resolveTxt(domain) only looks at TXT records assigned to the domain. So for 'example.com' it will only show records aligning with 'example.com'. DMARC and DKIM are...
ARGH... so missed the title...
I don't necessarily think that demo content is completely necessary, but do agree that some of the options should be better outlined in the README.md. ### Content > The site...
I have the same problem. Logging doesn't log an error or a warning for ncdownloader. Running NC 24.0.7 and ncDownloader 1.0.2 ``` Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release:...
Found out it's because containerization of the snap. So it's not a NCDownloader problem, necessarily. I got it working by downloading the ffmpeg binary and placing it in: `/var/snap/nextcloud/common/nextcloud/data/bin` Need...
Make sure you got it in the right spot and that it's executable. `chmod a+x ffmpeg` This is where NCDownloader looks for binaries: https://github.com/shiningw/ncdownloader/blob/c28cbd4cac8e35abec5d0eb7a020184ecce5fa2c/lib/Tools/Helper.php#L225 Notice the last item in that...
Ok that’s not NCDownloder not finding ffmpeg, that is yr-dlp. In the setting try this line. ‘ bin/yt-dlp --ffmpeg-location bin/ffmpeg ‘ Or where your yt-dlp is located. > > On...
@universemaster Attempted a markdown-it plugin, and appears to work. I have a need for it that I'm exploring so hopefully should be able to keep it updated although based on...