Skip to content

Stable URLs for the ISO images #15

@fpletz

Description

@fpletz

To support netbooting NixOS from https://netboot.xyz/, we need a stable URL for the ISO images per channel.

Adding a redirect to the htaccess file

write_file($htaccess,
"Redirect /channels/$channelName $target\n" .
"Redirect /releases/nixos/channels/$channelName $target\n");
should be should be enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions