{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifq4tyc3orddtjkwu6hrjey27mffmh7adlkrnitpbxsbilgw3oxme",
    "uri": "at://did:plc:yrn4rbgwenb6lfhhzjegbtnc/app.bsky.feed.post/3mgniizmik7o2"
  },
  "path": "/t/boxxy-terminal-request/11834#post_1",
  "publishedAt": "2026-03-09T15:21:35.000Z",
  "site": "https://discourse.flathub.org",
  "tags": [
    "GitHub - miifrommera/boxxy: A Terminal for GNOME · GitHub"
  ],
  "textContent": "Project information:\n\nName: Boxxy\nHomepage: GitHub - miifrommera/boxxy: A Terminal for GNOME · GitHub\nLicense: Proprietary\nUpstream has been contacted: I’m the developer\n\nHello, I want to ask for possible ways to publish in Flathub a proprietary app. Basically the app will get open source, but till then;\n\nThat’s my build YML\n\n\n    app-id: play.mii.Boxxy\n    runtime: org.gnome.Platform\n    runtime-version: \"master\"\n    sdk: org.gnome.Sdk\n    sdk-extensions:\n        - org.freedesktop.Sdk.Extension.rust-stable\n    command: boxxy-terminal\n\n    finish-args:\n        - --allow=devel\n        - --device=dri\n        - --filesystem=host\n        - --share=ipc\n        - --share=network\n        - --socket=fallback-x11\n        - --socket=wayland\n        - --socket=session-bus\n        - --socket=pulseaudio\n        - --talk-name=org.freedesktop.Flatpak\n\n    cleanup:\n        - /etc\n        - /include\n        - /lib/pkgconfig\n        - /share/doc\n        - /share/gir-1.0\n        - /share/gtk-doc\n        - /share/man\n        - /share/pkgconfig\n        - \"*.la\"\n        - \"*.a\"\n\n    build-options:\n        append-path: /usr/lib/sdk/rust-stable/bin\n        env:\n            CARGO_HOME: /run/build/boxxy-terminal/cargo\n\n    modules:\n        - name: boxxy-terminal\n          buildsystem: simple\n          build-commands:\n              - cargo --offline fetch --manifest-path Cargo.toml\n              - cargo --offline build --release --manifest-path Cargo.toml\n              - install -Dm755 target/release/boxxy-terminal -t /app/bin/\n              - install -Dm755 target/release/boxxy-agent -t /app/libexec/\n              - install -Dm644 resources/icons/play.mii.Boxxy.png\n                /app/share/icons/hicolor/256x256/apps/play.mii.Boxxy.png\n              - install -Dm644 flatpak/play.mii.Boxxy.desktop\n                /app/share/applications/play.mii.Boxxy.desktop\n              - install -Dm644 flatpak/play.mii.Boxxy.metainfo.xml\n                /app/share/metainfo/play.mii.Boxxy.metainfo.xml\n          sources:\n              - type: dir\n                path: ..\n              - cargo-sources.json\n\n\nThe app runs a `boxxy-agent` outside the Flatpak sandbox, similar to Ptyxis, and basically has full access to the system. I already have setup a Flathub repo ` https://miifrommera.github.io/boxxy-flatpak-remote/repo` so I was wondering if I could somehow publish directly from it, and how? Another way is a .zip from Github releases\n\nSuggestions?",
  "title": "Boxxy Terminal Request"
}