1413
Used to consume not produce
(lemmy.world)
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Yeah, I found Microsoft family to be a pretty half-assed experience. The thing that seems to work best is the screen time management. I had planned to try and set up YouTube access via allow listing channels in a home Linux server, but it turns out that YouTube doesn't identify their videos by channel in the URL and I'd have to allowlist every single video for a given channel.
You could theoretically host a Piped API instance, and use it to get channel info. I guess you are already using your own SSL certificates, judging by what you are trying to accomplish.
This is the Piped org btw: https://github.com/TeamPiped
It is a YouTube frontend/proxy.
Edit: I made a post on Piped's community, so we can discuss it there: https://discuss.online/post/16448014
I'm not a sysadmin, I'm a backend dev with enough network knowledge to be dangerous. I've set up exactly one super basic website, so I know some of this stuff, I just have to (and can and will) stumblefuck my way through it. This seems like a really great idea, I had no idea Piped could potentially handle that. I'm going to keep an eye on this, thanks!