infra/nix/pkgs/logseq
2024-12-24 13:34:21 +01:00
..
Containerfile workaround(logseq): use self-built aarch64-linux appimage 2024-12-24 13:34:21 +01:00
README.md feat: introduce treefmt and fmt all 2024-11-15 11:45:00 +01:00

build instructions

this is pseudocode that serves as a reminder

  1. podman build -f Containerfile -t logseq
  2. CONTAINER_ID=$(podman container create logseq)
  3. podman unshare
  4. podman mount $CONTAINER_ID
  5. copy and upload the AppImage. e.g.
    cp /home/steveej/.local/share/containers/storage/overlay/f932ca9f11ea2bfd6b221118eb54775a623bc519bfe38188afcbad51dda2777f/merged/Logseq-0.10.9.AppImage .
    exit
    scp Logseq-0.10.9.AppImage root@www.stefanjunker.de:/var/lib/container-volumes/webserver/var-www/stefanjunker.de/htdocs/caddy/downloads/
    
  6. podman unshare
  7. podman unmount

resources