2026-09-15 19:54:40 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 17:32:04 +10:00
2026-09-15 18:31:49 +10:00
2026-09-15 18:31:49 +10:00
2026-09-15 19:54:40 +10:00

Minimal YouTube

A website designed to give an old style YouTube subscription feed, based on the RSS feeds.

For more information, read this blog post.

NixOS Setup

To set this up as a service on NixOS, include

minimal-youtube = {
  url = git+https://git.aaronmanning.net/aaronmanning/minimal-youtube.git;
};

in your flake inputs, and include inputs.minimal-youtube.nixosModules.default in your list of modules.

Then in configuration.nix, set the following:

custom.minimal-youtube.enable = true;
custom.minimal-youtube.port   = 8884;

The default port is 8080, but can be set to anything as above.

S
Description
No description provided
Readme
424 KiB
Languages
Rust 56.8%
HTML 38.8%
Nix 4.4%