Skip to content

Instantly share code, notes, and snippets.

View My-Random-Thoughts's full-sized avatar
🔗
http://myrandomthoughts.co.uk

My Random Thoughts My-Random-Thoughts

🔗
http://myrandomthoughts.co.uk
View GitHub Profile
@My-Random-Thoughts
My-Random-Thoughts / Uptime-Kuma-Status-Page-Dark-Mode-High-Density-Tweaks.css
Created May 17, 2025 11:54 — forked from brooksvb/Uptime-Kuma-Status-Page-Dark-Mode-High-Density-Tweaks.css
These CSS tweaks are for higher density display for Uptime Kuma status pages in dark mode.
:root {
--min-item-width: 28ch;
--max-item-width: .5fr;
--grid-spacing: .25rem;
--item-padding: .25rem;
}
/* Let items expand on small screens */
@media (max-width: 600px) {
:root {
@My-Random-Thoughts
My-Random-Thoughts / flow.json
Last active May 7, 2025 00:13
Node-RED SubFlow to Get LibreLinkUp API Data
[
{
"id": "99c028b90d557c84",
"type": "group",
"z": "c07b047ac4d1031c",
"name": "Blood Glucose Data",
"style": {
"label": true
},
"nodes": [
@My-Random-Thoughts
My-Random-Thoughts / README.md
Last active December 13, 2022 20:53
Upload Files To A Synology DiskStation

This subflow will allow you to upload files to your Synology NAS in a quick and simple way.

It will check to see if a sesison token already exists and if not will log in and create one for you.


Node Configuration

Address

The full URL and port of your Synology NAS. Example: https://nas.myds.com:5001