libreddit 0.30.1

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