cinderblockgames
cinderblockgames
I see them in my browser's developer tools network tab. Here's my (redacted) config: ``` --- # Homepage configuration # See https://fontawesome.com/icons for icons options title: "Dashboard" subtitle: "[redacted]" logo:...
> ca.crt, server.crt, server.key Looks like this is now ca.crt, ldap.crt, and ldap.key.
After banging my head against this all day, I found the following: https://stackoverflow.com/questions/62433283/this-operation-is-not-supported-for-this-document-at-gaxios-nodejs-spreadshe Make sure you're trying to hit a sheet that's saved in Google Sheets format, not XLSX.
Following; I've just started using this dashboard and I also get invisible icons sometimes.
Looks like the container in .20 isn't set up correctly: ``` Changing to /app folder Starting rtdclient You must install or update .NET to run this application. App: /app/RdtClient.Web.dll Architecture:...
Fixed, thanks.
This *was* working, but now I'm getting this: ``` [ytdl-sub] Validation error in gmm.overrides.description: Format variable 'shortened_description' does not exist. ``` I have this in the config: ``` only_first_line_description: regex:...
Sure. **config.yaml** ``` # Set the working directory which will be used to stage downloads # before placing them in your desired output directory. configuration: working_directory: '/data/media/youtube/.downloads' # Presets are...
It looks like that works.
Looks like this is because the HEAD method is returning a 405 Method Not Allowed.