aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 7f00de22d84c491c1c230699127843100a886f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

PDS:
- keys in MST (repo) should NOT have leading slash (!)

CLI:
- register and login commands should do more than just dump JSON
    => return shell 'export' command (for easier config)
- log (info level) all XRPC requests and responses. especially non-200 response bodies
- status should show more stuff, like DID from JWT token
    => and color!
- AtUri: at://jekyll.test/app.bsky.post/ (trailing slash should be allowed)
- include createdAt field, eg: "2022-10-28T06:10:12.106Z"
- 'get' could allow cid values (maybe with a prefix?)
- --help should mention env variables
- update top-level README
    => badges: AGPL, CI


packaging/deployment:
- try musl/rustls builds
    https://burgers.io/cross-compile-rust-from-arm-to-x86-64
    rustup target add x86_64-unknown-linux-musl
    cargo build --release --target=x86_64-unknown-linux-musl
- debian repo
    https://www.aptly.info/doc/aptly/publish/
    or 'reprepro'
    gitlab hosting not ready/working