mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* wip: combining the streams * chore: Testing locally * chore: Fix some lint * Feat/long running (#1676) * feat: Start the long running container * feat: Long running docker, running, stoping, and uninstalling * feat: Just make the folders that we would like to mount. * fix: Uninstall not working * chore: remove some logging * feat: Smarter cleanup * feat: Wait for start * wip: Need to kill * chore: Remove the bad tracing * feat: Stopping the long running processes without killing the long running * Mino Feat: Change the Manifest To have a new type (#1736) * Add build-essential to README.md (#1716) Update README.md * write image to sparse-aware archive format (#1709) * fix: Add modification to the max_user_watches (#1695) * fix: Add modification to the max_user_watches * chore: Move to initialization * [Feat] follow logs (#1714) * tail logs * add cli * add FE * abstract http to shared * batch new logs * file download for logs * fix modal error when no config Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com> * Update README.md (#1728) * fix build for patch-db client for consistency (#1722) * fix cli install (#1720) * highlight instructions if not viewed (#1731) * wip: * [ ] Fix the build (dependencies:634 map for option) * fix: Cargo build * fix: Long running wasn't starting * fix: uninstall works Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * chore: Fix a dbg! * chore: Make the commands of the docker-inject do inject instead of exec * chore: Fix compile mistake * chore: Change to use simpler Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * wip: making the mananger create * wip: Working on trying to make the long running docker container command * Feat/long running (#1676) * feat: Start the long running container * feat: Long running docker, running, stoping, and uninstalling * feat: Just make the folders that we would like to mount. * fix: Uninstall not working * chore: remove some logging * feat: Smarter cleanup * feat: Wait for start * wip: Need to kill * chore: Remove the bad tracing * feat: Stopping the long running processes without killing the long running * Mino Feat: Change the Manifest To have a new type (#1736) * Add build-essential to README.md (#1716) Update README.md * write image to sparse-aware archive format (#1709) * fix: Add modification to the max_user_watches (#1695) * fix: Add modification to the max_user_watches * chore: Move to initialization * [Feat] follow logs (#1714) * tail logs * add cli * add FE * abstract http to shared * batch new logs * file download for logs * fix modal error when no config Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com> * Update README.md (#1728) * fix build for patch-db client for consistency (#1722) * fix cli install (#1720) * highlight instructions if not viewed (#1731) * wip: * [ ] Fix the build (dependencies:634 map for option) * fix: Cargo build * fix: Long running wasn't starting * fix: uninstall works Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * chore: Fix a dbg! * chore: Make the commands of the docker-inject do inject instead of exec * chore: Fix compile mistake * chore: Change to use simpler Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * feat: Use the long running feature in the manager * remove recovered services and drop reordering feature (#1829) * wip: Need to get the initial docker command running? * chore: Add in the new procedure for the docker. * feat: Get the system to finally run long * wip: Added the command inserter to the docker persistance * wip: Added the command inserter to the docker persistance * Feat/long running (#1676) * feat: Start the long running container * feat: Long running docker, running, stoping, and uninstalling * feat: Just make the folders that we would like to mount. * fix: Uninstall not working * chore: remove some logging * feat: Smarter cleanup * feat: Wait for start * wip: Need to kill * chore: Remove the bad tracing * feat: Stopping the long running processes without killing the long running * Mino Feat: Change the Manifest To have a new type (#1736) * Add build-essential to README.md (#1716) Update README.md * write image to sparse-aware archive format (#1709) * fix: Add modification to the max_user_watches (#1695) * fix: Add modification to the max_user_watches * chore: Move to initialization * [Feat] follow logs (#1714) * tail logs * add cli * add FE * abstract http to shared * batch new logs * file download for logs * fix modal error when no config Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com> * Update README.md (#1728) * fix build for patch-db client for consistency (#1722) * fix cli install (#1720) * highlight instructions if not viewed (#1731) * wip: * [ ] Fix the build (dependencies:634 map for option) * fix: Cargo build * fix: Long running wasn't starting * fix: uninstall works Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * chore: Fix a dbg! * chore: Make the commands of the docker-inject do inject instead of exec * chore: Fix compile mistake * chore: Change to use simpler Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * remove recovered services and drop reordering feature (#1829) * chore: Convert the migration to use receipt. (#1842) * feat: remove ionic storage (#1839) * feat: remove ionic storage * grayscal when disconncted, rename local storage service for clarity * remove storage from package lock * update patchDB Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> * update patchDB * feat: Move the run_command into the js * Feat/long running (#1676) * feat: Start the long running container * feat: Long running docker, running, stoping, and uninstalling * feat: Just make the folders that we would like to mount. * fix: Uninstall not working * chore: remove some logging * feat: Smarter cleanup * feat: Wait for start * wip: Need to kill * chore: Remove the bad tracing * feat: Stopping the long running processes without killing the long running * Mino Feat: Change the Manifest To have a new type (#1736) * Add build-essential to README.md (#1716) Update README.md * write image to sparse-aware archive format (#1709) * fix: Add modification to the max_user_watches (#1695) * fix: Add modification to the max_user_watches * chore: Move to initialization * [Feat] follow logs (#1714) * tail logs * add cli * add FE * abstract http to shared * batch new logs * file download for logs * fix modal error when no config Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com> * Update README.md (#1728) * fix build for patch-db client for consistency (#1722) * fix cli install (#1720) * highlight instructions if not viewed (#1731) * wip: * [ ] Fix the build (dependencies:634 map for option) * fix: Cargo build * fix: Long running wasn't starting * fix: uninstall works Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * chore: Fix a dbg! * chore: Make the commands of the docker-inject do inject instead of exec * chore: Fix compile mistake * chore: Change to use simpler Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> * remove recovered services and drop reordering feature (#1829) * chore: Convert the migration to use receipt. (#1842) * feat: remove ionic storage (#1839) * feat: remove ionic storage * grayscal when disconncted, rename local storage service for clarity * remove storage from package lock * update patchDB Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> * update patch DB * chore: Change the error catching for the long running to try all * Feat/community marketplace (#1790) * add community marketplace * Update embassy-mock-api.service.ts * expect ui/marketplace to be undefined * possible undefined from getpackage * fix marketplace pages * rework marketplace infrastructure * fix bugs Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> * WIP: Fix the build, needed to move around creation of exec * wip: Working on solving why there is a missing end. * fix: make `shared` module independent of `config.js` (#1870) * feat: Add in the kill and timeout * feat: Get the run to actually work. * chore: Add when/ why/ where comments * feat: Convert inject main to use exec main. * Fix: Ability to stop services * wip: long running js main * feat: Kill for the main * Fix * fix: Fix the build for x86 * wip: Working on changes * wip: Working on trying to kill js * fix: Testing for slow * feat: Test that the new manifest works * chore: Try and fix build? * chore: Fix? the build * chore: Fix the long input dies and never restarts * build improvements * no workdir * fix: Architecture for long running * chore: Fix and remove the docker inject * chore: Undo the changes to the kiosk mode * fix: Remove the it from the prod build * fix: Start issue * fix: The compat build * chore: Add in the conditional compilation again for the missing impl * chore: Change to aux * chore: Remove the aux for now * chore: Add some documentation to docker container Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> Co-authored-by: Alex Inkin <alexander@inkin.ru>
160 lines
4.2 KiB
TOML
160 lines
4.2 KiB
TOML
[package]
|
|
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
|
description = "The core of the Start9 Embassy Operating System"
|
|
documentation = "https://docs.rs/embassy-os"
|
|
edition = "2021"
|
|
keywords = [
|
|
"self-hosted",
|
|
"raspberry-pi",
|
|
"privacy",
|
|
"bitcoin",
|
|
"full-node",
|
|
"lightning",
|
|
]
|
|
name = "embassy-os"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Start9Labs/embassy-os"
|
|
version = "0.3.2-rev.1"
|
|
|
|
[lib]
|
|
name = "embassy"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "embassyd"
|
|
path = "src/bin/embassyd.rs"
|
|
|
|
[[bin]]
|
|
name = "embassy-init"
|
|
path = "src/bin/embassy-init.rs"
|
|
|
|
[[bin]]
|
|
name = "embassy-sdk"
|
|
path = "src/bin/embassy-sdk.rs"
|
|
|
|
[[bin]]
|
|
name = "embassy-cli"
|
|
path = "src/bin/embassy-cli.rs"
|
|
|
|
[[bin]]
|
|
name = "avahi-alias"
|
|
path = "src/bin/avahi-alias.rs"
|
|
|
|
[features]
|
|
avahi = ["avahi-sys"]
|
|
default = ["avahi", "metal", "sound", "js_engine"]
|
|
dev = []
|
|
metal = []
|
|
sound = []
|
|
unstable = ["patch-db/unstable"]
|
|
|
|
[dependencies]
|
|
aes = { version = "0.7.5", features = ["ctr"] }
|
|
async-stream = "0.3.3"
|
|
async-trait = "0.1.56"
|
|
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = [
|
|
"dynamic",
|
|
], optional = true }
|
|
base32 = "0.4.0"
|
|
base64 = "0.13.0"
|
|
base64ct = "1.5.1"
|
|
basic-cookies = "0.1.4"
|
|
bollard = "0.13.0"
|
|
chrono = { version = "0.4.19", features = ["serde"] }
|
|
clap = "3.2.8"
|
|
color-eyre = "0.6.1"
|
|
cookie_store = "0.16.1"
|
|
current_platform = "0.2.0"
|
|
digest = "0.10.3"
|
|
digest-old = { package = "digest", version = "0.9.0" }
|
|
divrem = "1.0.0"
|
|
ed25519 = { version = "1.5.2", features = ["pkcs8", "pem", "alloc"] }
|
|
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
|
|
emver = { version = "0.1.6", features = ["serde"] }
|
|
fd-lock-rs = "0.1.4"
|
|
futures = "0.3.21"
|
|
git-version = "0.3.5"
|
|
helpers = { path = "../libs/helpers" }
|
|
embassy_container_init = { path = "../libs/embassy-container-init" }
|
|
hex = "0.4.3"
|
|
hmac = "0.12.1"
|
|
http = "0.2.8"
|
|
hyper = "0.14.20"
|
|
hyper-ws-listener = "0.2.0"
|
|
imbl = "2.0.0"
|
|
indexmap = { version = "1.9.1", features = ["serde"] }
|
|
isocountry = "0.3.2"
|
|
itertools = "0.10.3"
|
|
josekit = "0.8.1"
|
|
js_engine = { path = '../libs/js_engine', optional = true }
|
|
jsonpath_lib = "0.3.0"
|
|
lazy_static = "1.4.0"
|
|
libc = "0.2.126"
|
|
log = "0.4.17"
|
|
models = { version = "*", path = "../libs/models" }
|
|
nix = "0.25.0"
|
|
nom = "7.1.1"
|
|
num = "0.4.0"
|
|
num_enum = "0.5.7"
|
|
openssh-keys = "0.5.0"
|
|
openssl = { version = "0.10.41", features = ["vendored"] }
|
|
patch-db = { version = "*", path = "../patch-db/patch-db", features = [
|
|
"trace",
|
|
] }
|
|
pbkdf2 = "0.11.0"
|
|
pin-project = "1.0.11"
|
|
pkcs8 = { version = "0.9.0", features = ["std"] }
|
|
prettytable-rs = "0.9.0"
|
|
proptest = "1.0.0"
|
|
proptest-derive = "0.3.0"
|
|
rand = { version = "0.8.5", features = ["std"] }
|
|
rand-old = { package = "rand", version = "0.7.3" }
|
|
regex = "1.6.0"
|
|
reqwest = { version = "0.11.11", features = ["stream", "json", "socks"] }
|
|
reqwest_cookie_store = "0.4.0"
|
|
rpassword = "7.0.0"
|
|
rpc-toolkit = "0.2.1"
|
|
rust-argon2 = "1.0.0"
|
|
scopeguard = "1.1" # because avahi-sys fucks your shit up
|
|
serde = { version = "1.0.139", features = ["derive", "rc"] }
|
|
serde_cbor = { package = "ciborium", version = "0.2.0" }
|
|
serde_json = "1.0.82"
|
|
serde_toml = { package = "toml", version = "0.5.9" }
|
|
serde_with = { version = "2.0.1", features = ["macros", "json"] }
|
|
serde_yaml = "0.9.11"
|
|
sha2 = "0.10.2"
|
|
sha2-old = { package = "sha2", version = "0.9.9" }
|
|
simple-logging = "2.0.2"
|
|
sqlx = { version = "0.6.0", features = [
|
|
"chrono",
|
|
"offline",
|
|
"runtime-tokio-rustls",
|
|
"postgres",
|
|
] }
|
|
stderrlog = "0.5.3"
|
|
tar = "0.4.38"
|
|
thiserror = "1.0.31"
|
|
tokio = { version = "1.19.2", features = ["full"] }
|
|
tokio-stream = { version = "0.1.9", features = ["io-util", "sync"] }
|
|
tokio-tar = { git = "https://github.com/dr-bonez/tokio-tar.git" }
|
|
tokio-tungstenite = { version = "0.17.1", features = ["native-tls"] }
|
|
tokio-util = { version = "0.7.3", features = ["io"] }
|
|
torut = "0.2.1"
|
|
tracing = "0.1.35"
|
|
tracing-error = "0.2.0"
|
|
tracing-futures = "0.2.5"
|
|
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
|
|
trust-dns-server = "0.22.0"
|
|
typed-builder = "0.10.0"
|
|
url = { version = "2.2.2", features = ["serde"] }
|
|
uuid = { version = "1.1.2", features = ["v4"] }
|
|
|
|
[profile.test]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.backtrace]
|
|
opt-level = 3
|
|
|
|
[profile.dev.package.sqlx-macros]
|
|
opt-level = 3
|