+9
maintainers/maintainer-list.nix
+9
maintainers/maintainer-list.nix
···
+2
nixos/doc/manual/release-notes/rl-2405.section.md
+2
nixos/doc/manual/release-notes/rl-2405.section.md
···- [xdg-terminal-exec](https://github.com/Vladimir-csp/xdg-terminal-exec), the proposed Default Terminal Execution Specification.+- [your_spotify](https://github.com/Yooooomi/your_spotify), a self hosted Spotify tracking dashboard. Available as [services.your_spotify](#opt-services.your_spotify.enable)- [RustDesk](https://rustdesk.com), a full-featured open source remote control alternative for self-hosting and security with minimal configuration. Alternative to TeamViewer. Available as [services.rustdesk-server](#opt-services.rustdesk-server.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+191
nixos/modules/services/web-apps/your_spotify.nix
+191
nixos/modules/services/web-apps/your_spotify.nix
···+configFile = pkgs.writeText "your_spotify.env" (concatStrings (mapAttrsToList (name: value: "${name}=${value}\n") configEnv));+Refer to: [Creating the Spotify Application](https://github.com/Yooooomi/your_spotify#creating-the-spotify-application).+Your Spotify Configuration. Refer to [Your Spotify](https://github.com/Yooooomi/your_spotify) for definitions and values.+This means that for example you may need two nginx virtual hosts if you want to expose this on the+Refer to: [Creating the Spotify Application](https://github.com/Yooooomi/your_spotify#creating-the-spotify-application)+services.your_spotify.clientPackage = mkDefault (cfg.package.client.override {apiEndpoint = cfg.settings.API_ENDPOINT;});
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+33
nixos/tests/your_spotify.nix
+33
nixos/tests/your_spotify.nix
···
+58
pkgs/by-name/yo/your_spotify/client.nix
+58
pkgs/by-name/yo/your_spotify/client.nix
···+yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
+10
pkgs/by-name/yo/your_spotify/package.json
+10
pkgs/by-name/yo/your_spotify/package.json
+85
pkgs/by-name/yo/your_spotify/package.nix
+85
pkgs/by-name/yo/your_spotify/package.nix
···+yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive+yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive+description = "Self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it";