redlib 0.36.0

Alternative private front-end to Reddit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "Rust",
    "image": "mcr.microsoft.com/devcontainers/rust:1.0.9-bookworm",
    "features": {
        "ghcr.io/devcontainers/features/docker-in-docker:2": {}
    },
    "portsAttributes": {
        "8080": {
            "label": "redlib",
            "onAutoForward": "notify"
        }
    },
    "postCreateCommand": "cargo build"
}