├── .github ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── config.yml │ └── feature-request.yml └── workflows │ ├── startos-iso.yaml │ └── test.yaml ├── .gitignore ├── .gitmodules ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── README.md ├── assets ├── StartOS.png ├── btcpay.png ├── c-lightning.png ├── community.png ├── logs.png ├── nextcloud.png ├── registry.png ├── system.png └── welcome.png ├── basename.sh ├── check-environment.sh ├── check-git-hash.sh ├── check-platform.sh ├── check-version.sh ├── compress-uis.sh ├── core ├── .gitignore ├── Cargo.lock ├── Cargo.toml ├── README.md ├── build-prod.sh ├── build-v8-snapshot.sh ├── container-init │ ├── Cargo.toml │ └── src │ │ ├── lib.rs │ │ └── main.rs ├── helpers │ ├── Cargo.toml │ └── src │ │ ├── byte_replacement_reader.rs │ │ ├── lib.rs │ │ ├── rpc_client.rs │ │ ├── rsync.rs │ │ └── script_dir.rs ├── install-sdk.sh ├── js-engine │ ├── Cargo.toml │ └── src │ │ ├── artifacts │ │ ├── JS_SNAPSHOT.aarch64.bin │ │ ├── JS_SNAPSHOT.x86_64.bin │ │ └── loadModule.js │ │ └── lib.rs ├── models │ ├── Cargo.toml │ └── src │ │ ├── data_url.rs │ │ ├── errors.rs │ │ ├── id │ │ ├── action.rs │ │ ├── address.rs │ │ ├── health_check.rs │ │ ├── image.rs │ │ ├── interface.rs │ │ ├── invalid_id.rs │ │ ├── mod.rs │ │ ├── package.rs │ │ └── volume.rs │ │ ├── js_engine_types.rs │ │ ├── lib.rs │ │ ├── mime.rs │ │ ├── procedure_name.rs │ │ └── version.rs ├── rustfmt.toml ├── snapshot-creator │ ├── Cargo.toml │ └── src │ │ └── main.rs ├── startos │ ├── .sqlx │ │ ├── query-1ce5254f27de971fd87f5ab66d300f2b22433c86617a0dbf796bf2170186dd2e.json │ │ ├── query-21471490cdc3adb206274cc68e1ea745ffa5da4479478c1fd2158a45324b1930.json │ │ ├── query-28ea34bbde836e0618c5fc9bb7c36e463c20c841a7d6a0eb15be0f24f4a928ec.json │ │ ├── query-350ab82048fb4a049042e4fdbe1b8c606ca400e43e31b9a05d2937217e0f6962.json │ │ ├── query-4099028a5c0de578255bf54a67cef6cb0f1e9a4e158260700f1639dd4b438997.json │ │ ├── query-4691e3a2ce80b59009ac17124f54f925f61dc5ea371903e62cdffa5d7b67ca96.json │ │ ├── query-4bcfbefb1eb3181343871a1cd7fc3afb81c2be5c681cfa8b4be0ce70610e9c3a.json │ │ ├── query-629be61c3c341c131ddbbff0293a83dbc6afd07cae69d246987f62cf0cc35c2a.json │ │ ├── query-687688055e63d27123cdc89a5bbbd8361776290a9411d527eaf1fdb40bef399d.json │ │ ├── query-6d35ccf780fb2bb62586dd1d3df9c1550a41ee580dad3f49d35cb843ebef10ca.json │ │ ├── query-770c1017734720453dc87b58c385b987c5af5807151ff71a59000014586752e0.json │ │ ├── query-7b64f032d507e8ffe37c41f4c7ad514a66c421a11ab04c26d89a7aa8f6b67210.json │ │ ├── query-7c7a3549c997eb75bf964ea65fbb98a73045adf618696cd838d79203ef5383fb.json │ │ ├── query-7e0649d839927e57fa03ee51a2c9f96a8bdb0fc97ee8a3c6df1069e1e2b98576.json │ │ ├── query-8951b9126fbf60dbb5997241e11e3526b70bccf3e407327917294a993bc17ed5.json │ │ ├── query-94d471bb374b4965c6cbedf8c17bbf6bea226d38efaf6559923c79a36d5ca08c.json │ │ ├── query-95c4ab4c645f3302568c6ff13d85ab58252362694cf0f56999bf60194d20583a.json │ │ ├── query-a60d6e66719325b08dc4ecfacaf337527233c84eee758ac9be967906e5841d27.json │ │ ├── query-a6b0c8909a3a5d6d9156aebfb359424e6b5a1d1402e028219e21726f1ebd282e.json │ │ ├── query-b1147beaaabbed89f2ab8c1e13ec4393a9a8fde2833cf096af766a979d94dee6.json │ │ ├── query-b203820ee1c553a4b246eac74b79bd10d5717b2a0ddecf22330b7d531aac7c5d.json │ │ ├── query-b81592b3a74940ab56d41537484090d45cfa4c85168a587b1a41dc5393cccea1.json │ │ ├── query-d5117054072476377f3c4f040ea429d4c9b2cf534e76f35c80a2bf60e8599cca.json │ │ ├── query-da71f94b29798d1738d2b10b9a721ea72db8cfb362e7181c8226d9297507c62b.json │ │ ├── query-dfc23b7e966c3853284753a7e934351ba0cae3825988b3e0ecd3b6781bcff524.json │ │ ├── query-e185203cf84e43b801dfb23b4159e34aeaef1154dcd3d6811ab504915497ccf7.json │ │ ├── query-e545696735f202f9d13cf22a561f3ff3f9aed7f90027a9ba97634bcb47d772f0.json │ │ ├── query-e5843c5b0e7819b29aa1abf2266799bd4f82e761837b526a0972c3d4439a264d.json │ │ ├── query-e95322a8e2ae3b93f1e974b24c0b81803f1e9ec9e8ebbf15cafddfc1c5a028ed.json │ │ ├── query-eb750adaa305bdbf3c5b70aaf59139c7b7569602adb58f2d6b3a94da4f167b0a.json │ │ ├── query-ecc765d8205c0876956f95f76944ac6a5f34dd820c4073b7728c7067aab9fded.json │ │ ├── query-f6d1c5ef0f9d9577bea8382318967b9deb46da75788c7fe6082b43821c22d556.json │ │ ├── query-f7d2dae84613bcef330f7403352cc96547f3f6dbec11bf2eadfaf53ad8ab51b5.json │ │ └── query-fe6e4f09f3028e5b6b6259e86cbad285680ce157aae9d7837ac020c8b2945e7f.json │ ├── Cargo.toml │ ├── deny.toml │ ├── migrations │ │ ├── 20210629193146_Init.sql │ │ └── 20230118185232_NetworkKeys.sql │ ├── src │ │ ├── account.rs │ │ ├── action.rs │ │ ├── assets │ │ │ ├── adjectives.txt │ │ │ └── nouns.txt │ │ ├── auth.rs │ │ ├── backup │ │ │ ├── backup_bulk.rs │ │ │ ├── mod.rs │ │ │ ├── os.rs │ │ │ ├── restore.rs │ │ │ └── target │ │ │ │ ├── cifs.rs │ │ │ │ └── mod.rs │ │ ├── bins │ │ │ ├── avahi_alias.rs │ │ │ ├── deprecated.rs │ │ │ ├── mod.rs │ │ │ ├── start_cli.rs │ │ │ ├── start_deno.rs │ │ │ ├── start_init.rs │ │ │ ├── start_sdk.rs │ │ │ └── startd.rs │ │ ├── config │ │ │ ├── action.rs │ │ │ ├── mod.rs │ │ │ ├── spec.rs │ │ │ └── util.rs │ │ ├── context │ │ │ ├── cli.rs │ │ │ ├── diagnostic.rs │ │ │ ├── install.rs │ │ │ ├── mod.rs │ │ │ ├── rpc.rs │ │ │ ├── sdk.rs │ │ │ └── setup.rs │ │ ├── control.rs │ │ ├── core │ │ │ ├── mod.rs │ │ │ └── rpc_continuations.rs │ │ ├── db │ │ │ ├── mod.rs │ │ │ ├── model.rs │ │ │ ├── package.rs │ │ │ └── prelude.rs │ │ ├── dependencies.rs │ │ ├── developer │ │ │ └── mod.rs │ │ ├── diagnostic.rs │ │ ├── disk │ │ │ ├── fsck │ │ │ │ ├── btrfs.rs │ │ │ │ ├── ext4.rs │ │ │ │ └── mod.rs │ │ │ ├── main.rs │ │ │ ├── mod.rs │ │ │ ├── mount │ │ │ │ ├── backup.rs │ │ │ │ ├── filesystem │ │ │ │ │ ├── bind.rs │ │ │ │ │ ├── block_dev.rs │ │ │ │ │ ├── cifs.rs │ │ │ │ │ ├── ecryptfs.rs │ │ │ │ │ ├── efivarfs.rs │ │ │ │ │ ├── httpdirfs.rs │ │ │ │ │ ├── label.rs │ │ │ │ │ └── mod.rs │ │ │ │ ├── guard.rs │ │ │ │ ├── mod.rs │ │ │ │ └── util.rs │ │ │ └── util.rs │ │ ├── error.rs │ │ ├── firmware.rs │ │ ├── hostname.rs │ │ ├── init.rs │ │ ├── inspect.rs │ │ ├── install │ │ │ ├── cleanup.rs │ │ │ ├── mod.rs │ │ │ ├── package-icon.png │ │ │ ├── progress.rs │ │ │ └── update.rs │ │ ├── lib.rs │ │ ├── logs.rs │ │ ├── main.rs │ │ ├── manager │ │ │ ├── health.rs │ │ │ ├── manager_container.rs │ │ │ ├── manager_map.rs │ │ │ ├── manager_seed.rs │ │ │ ├── mod.rs │ │ │ ├── persistent_container.rs │ │ │ ├── start_stop.rs │ │ │ └── transition_state.rs │ │ ├── middleware │ │ │ ├── auth.rs │ │ │ ├── cors.rs │ │ │ ├── db.rs │ │ │ ├── diagnostic.rs │ │ │ ├── encrypt.rs │ │ │ └── mod.rs │ │ ├── migrate.load │ │ ├── migration.rs │ │ ├── net │ │ │ ├── cert-local.csr.conf.template │ │ │ ├── dhcp.rs │ │ │ ├── dns.rs │ │ │ ├── interface.rs │ │ │ ├── keys.rs │ │ │ ├── mdns.rs │ │ │ ├── mod.rs │ │ │ ├── net_controller.rs │ │ │ ├── ssl.rs │ │ │ ├── static_server.rs │ │ │ ├── tor.rs │ │ │ ├── utils.rs │ │ │ ├── vhost.rs │ │ │ ├── web_server.rs │ │ │ ├── wifi.rs │ │ │ ├── wpa_supplicant.conf.base │ │ │ └── ws_server.rs │ │ ├── notifications.rs │ │ ├── os_install │ │ │ ├── fstab.template │ │ │ ├── gpt.rs │ │ │ ├── mbr.rs │ │ │ └── mod.rs │ │ ├── prelude.rs │ │ ├── procedure │ │ │ ├── build.rs │ │ │ ├── docker.rs │ │ │ ├── js_scripts.rs │ │ │ └── mod.rs │ │ ├── properties.rs │ │ ├── registry │ │ │ ├── admin.rs │ │ │ ├── marketplace.rs │ │ │ └── mod.rs │ │ ├── s9pk │ │ │ ├── builder.rs │ │ │ ├── docker.rs │ │ │ ├── git_hash.rs │ │ │ ├── header.rs │ │ │ ├── manifest.rs │ │ │ ├── mod.rs │ │ │ ├── reader.rs │ │ │ └── specv2.md │ │ ├── setup.rs │ │ ├── shutdown.rs │ │ ├── sound.rs │ │ ├── ssh.rs │ │ ├── status │ │ │ ├── health_check.rs │ │ │ └── mod.rs │ │ ├── system.rs │ │ ├── update │ │ │ ├── latest_information.rs │ │ │ └── mod.rs │ │ ├── util │ │ │ ├── config.rs │ │ │ ├── cpupower.rs │ │ │ ├── crypto.rs │ │ │ ├── docker.rs │ │ │ ├── http_reader.rs │ │ │ ├── io.rs │ │ │ ├── logger.rs │ │ │ ├── lshw.rs │ │ │ ├── mod.rs │ │ │ └── serde.rs │ │ ├── version │ │ │ ├── mod.rs │ │ │ ├── v0_3_4.rs │ │ │ ├── v0_3_4_1.rs │ │ │ ├── v0_3_4_2.rs │ │ │ ├── v0_3_4_3.rs │ │ │ ├── v0_3_4_4.rs │ │ │ ├── v0_3_5.rs │ │ │ └── v0_3_5_1.rs │ │ └── volume.rs │ ├── startd.service │ ├── test │ │ ├── config-spec │ │ │ ├── lnd-correct.yaml │ │ │ ├── lnd-invalid-regex.yaml │ │ │ ├── lnd-missing-pattern-description.yaml │ │ │ └── lnd-missing-pattern.yaml │ │ └── js_action_execute │ │ │ └── package-data │ │ │ ├── scripts │ │ │ └── test-package │ │ │ │ └── 0.3.0.3 │ │ │ │ └── embassy.js │ │ │ └── volumes │ │ │ └── test-package │ │ │ └── data │ │ │ ├── bad_file.txt │ │ │ └── main │ │ │ ├── hack_back │ │ │ └── testing-rsync │ │ │ └── someFile.txt │ └── update-sqlx-data.sh └── taplo.toml ├── debian └── postinst ├── docker-daemon.json ├── download-firmware.sh ├── dpkg-build.sh ├── image-recipe ├── .gitignore ├── README.md ├── build.sh ├── prepare.sh ├── raspberrypi │ ├── img │ │ ├── etc │ │ │ └── fstab │ │ └── usr │ │ │ └── lib │ │ │ └── startos │ │ │ └── scripts │ │ │ └── init_resize.sh │ └── squashfs │ │ ├── boot │ │ ├── cmdline.txt │ │ └── config.txt │ │ ├── etc │ │ ├── embassy │ │ │ └── config.yaml │ │ └── modprobe.d │ │ │ └── cfg80211.conf │ │ └── usr │ │ └── bin │ │ └── extract-ikconfig ├── run-local-build.sh └── splash.png ├── index.html ├── system-images ├── README.md ├── binfmt │ ├── .gitignore │ ├── Dockerfile │ ├── Makefile │ └── manifest.json ├── compat │ ├── .gitignore │ ├── Cargo.lock │ ├── Cargo.toml │ ├── Dockerfile │ ├── Makefile │ ├── build.sh │ └── src │ │ ├── backup.rs │ │ ├── config │ │ ├── mod.rs │ │ ├── rule_parser.pest │ │ └── rules.rs │ │ └── main.rs └── utils │ ├── .gitignore │ ├── Dockerfile │ └── Makefile ├── upload-ota.sh └── web ├── .browserslistrc ├── .editorconfig ├── .gitignore ├── .prettierrc ├── README.md ├── angular.json ├── build-config.js ├── config-sample.json ├── ionic.config.json ├── lint-staged.config.js ├── package-lock.json ├── package.json ├── patchdb-ui-seed.json ├── projects ├── diagnostic-ui │ ├── src │ │ ├── app │ │ │ ├── app-routing.module.ts │ │ │ ├── app.component.html │ │ │ ├── app.component.scss │ │ │ ├── app.component.ts │ │ │ ├── app.module.ts │ │ │ ├── pages │ │ │ │ ├── home │ │ │ │ │ ├── home-routing.module.ts │ │ │ │ │ ├── home.module.ts │ │ │ │ │ ├── home.page.html │ │ │ │ │ ├── home.page.scss │ │ │ │ │ └── home.page.ts │ │ │ │ └── logs │ │ │ │ │ ├── logs.module.ts │ │ │ │ │ ├── logs.page.html │ │ │ │ │ ├── logs.page.scss │ │ │ │ │ └── logs.page.ts │ │ │ └── services │ │ │ │ └── api │ │ │ │ ├── api.service.ts │ │ │ │ ├── live-api.service.ts │ │ │ │ └── mock-api.service.ts │ │ ├── environments │ │ │ ├── environment.prod.ts │ │ │ └── environment.ts │ │ ├── index.html │ │ ├── main.ts │ │ ├── polyfills.ts │ │ ├── styles.scss │ │ └── zone-flags.ts │ └── tsconfig.json ├── install-wizard │ ├── src │ │ ├── app │ │ │ ├── app-routing.module.ts │ │ │ ├── app.component.html │ │ │ ├── app.component.scss │ │ │ ├── app.component.ts │ │ │ ├── app.module.ts │ │ │ ├── pages │ │ │ │ └── home │ │ │ │ │ ├── home.module.ts │ │ │ │ │ ├── home.page.html │ │ │ │ │ ├── home.page.scss │ │ │ │ │ └── home.page.ts │ │ │ └── services │ │ │ │ └── api │ │ │ │ ├── api.service.ts │ │ │ │ ├── live-api.service.ts │ │ │ │ └── mock-api.service.ts │ │ ├── environments │ │ │ ├── environment.prod.ts │ │ │ └── environment.ts │ │ ├── index.html │ │ ├── main.ts │ │ ├── polyfills.ts │ │ ├── styles.scss │ │ └── zone-flags.ts │ └── tsconfig.json ├── marketplace │ ├── ng-package.json │ ├── package.json │ ├── src │ │ ├── pages │ │ │ ├── list │ │ │ │ ├── categories │ │ │ │ │ ├── categories.component.html │ │ │ │ │ ├── categories.component.scss │ │ │ │ │ ├── categories.component.ts │ │ │ │ │ └── categories.module.ts │ │ │ │ ├── item │ │ │ │ │ ├── item.component.html │ │ │ │ │ ├── item.component.ts │ │ │ │ │ └── item.module.ts │ │ │ │ ├── search │ │ │ │ │ ├── search.component.html │ │ │ │ │ ├── search.component.scss │ │ │ │ │ ├── search.component.ts │ │ │ │ │ └── search.module.ts │ │ │ │ └── skeleton │ │ │ │ │ ├── skeleton.component.html │ │ │ │ │ ├── skeleton.component.ts │ │ │ │ │ └── skeleton.module.ts │ │ │ ├── release-notes │ │ │ │ ├── release-notes.component.html │ │ │ │ ├── release-notes.component.scss │ │ │ │ ├── release-notes.component.ts │ │ │ │ └── release-notes.module.ts │ │ │ └── show │ │ │ │ ├── about │ │ │ │ ├── about.component.html │ │ │ │ ├── about.component.scss │ │ │ │ ├── about.component.ts │ │ │ │ └── about.module.ts │ │ │ │ ├── additional │ │ │ │ ├── additional.component.html │ │ │ │ ├── additional.component.ts │ │ │ │ └── additional.module.ts │ │ │ │ ├── dependencies │ │ │ │ ├── dependencies.component.html │ │ │ │ ├── dependencies.component.ts │ │ │ │ └── dependencies.module.ts │ │ │ │ └── package │ │ │ │ ├── package.component.html │ │ │ │ ├── package.component.scss │ │ │ │ ├── package.component.ts │ │ │ │ └── package.module.ts │ │ ├── pipes │ │ │ ├── filter-packages.pipe.ts │ │ │ └── mime-type.pipe.ts │ │ ├── public-api.ts │ │ ├── services │ │ │ └── marketplace.service.ts │ │ └── types.ts │ └── tsconfig.json ├── setup-wizard │ ├── src │ │ ├── app │ │ │ ├── app-routing.module.ts │ │ │ ├── app.component.html │ │ │ ├── app.component.scss │ │ │ ├── app.component.ts │ │ │ ├── app.module.ts │ │ │ ├── modals │ │ │ │ ├── cifs-modal │ │ │ │ │ ├── cifs-modal.module.ts │ │ │ │ │ ├── cifs-modal.page.html │ │ │ │ │ ├── cifs-modal.page.scss │ │ │ │ │ └── cifs-modal.page.ts │ │ │ │ └── password │ │ │ │ │ ├── password.module.ts │ │ │ │ │ ├── password.page.html │ │ │ │ │ ├── password.page.scss │ │ │ │ │ └── password.page.ts │ │ │ ├── pages │ │ │ │ ├── attach │ │ │ │ │ ├── attach-routing.module.ts │ │ │ │ │ ├── attach.module.ts │ │ │ │ │ ├── attach.page.html │ │ │ │ │ ├── attach.page.scss │ │ │ │ │ └── attach.page.ts │ │ │ │ ├── embassy │ │ │ │ │ ├── embassy-routing.module.ts │ │ │ │ │ ├── embassy.module.ts │ │ │ │ │ ├── embassy.page.html │ │ │ │ │ ├── embassy.page.scss │ │ │ │ │ └── embassy.page.ts │ │ │ │ ├── home │ │ │ │ │ ├── home-routing.module.ts │ │ │ │ │ ├── home.module.ts │ │ │ │ │ ├── home.page.html │ │ │ │ │ ├── home.page.scss │ │ │ │ │ └── home.page.ts │ │ │ │ ├── loading │ │ │ │ │ ├── loading-routing.module.ts │ │ │ │ │ ├── loading.module.ts │ │ │ │ │ ├── loading.page.html │ │ │ │ │ ├── loading.page.scss │ │ │ │ │ └── loading.page.ts │ │ │ │ ├── recover │ │ │ │ │ ├── drive-status.component.html │ │ │ │ │ ├── recover-routing.module.ts │ │ │ │ │ ├── recover.module.ts │ │ │ │ │ ├── recover.page.html │ │ │ │ │ ├── recover.page.scss │ │ │ │ │ └── recover.page.ts │ │ │ │ ├── success │ │ │ │ │ ├── download-doc │ │ │ │ │ │ ├── download-doc.component.html │ │ │ │ │ │ └── download-doc.component.ts │ │ │ │ │ ├── success-routing.module.ts │ │ │ │ │ ├── success.module.ts │ │ │ │ │ ├── success.page.html │ │ │ │ │ ├── success.page.scss │ │ │ │ │ └── success.page.ts │ │ │ │ └── transfer │ │ │ │ │ ├── transfer-routing.module.ts │ │ │ │ │ ├── transfer.module.ts │ │ │ │ │ ├── transfer.page.html │ │ │ │ │ ├── transfer.page.scss │ │ │ │ │ └── transfer.page.ts │ │ │ └── services │ │ │ │ ├── api │ │ │ │ ├── api.service.ts │ │ │ │ ├── live-api.service.ts │ │ │ │ └── mock-api.service.ts │ │ │ │ └── state.service.ts │ │ ├── environments │ │ │ ├── environment.prod.ts │ │ │ └── environment.ts │ │ ├── index.html │ │ ├── main.ts │ │ ├── polyfills.ts │ │ ├── styles.scss │ │ └── zone-flags.ts │ └── tsconfig.json ├── shared │ ├── assets │ │ ├── fonts │ │ │ ├── Benton_Sans │ │ │ │ └── BentonSans-Regular.otf │ │ │ ├── Courier_New │ │ │ │ ├── CourierNew-Bold.ttf │ │ │ │ └── CourierNew-Regular.ttf │ │ │ ├── Montserrat │ │ │ │ ├── Montserrat-Black.ttf │ │ │ │ ├── Montserrat-BlackItalic.ttf │ │ │ │ ├── Montserrat-Bold.ttf │ │ │ │ ├── Montserrat-BoldItalic.ttf │ │ │ │ ├── Montserrat-ExtraBold.ttf │ │ │ │ ├── Montserrat-ExtraBoldItalic.ttf │ │ │ │ ├── Montserrat-ExtraLight.ttf │ │ │ │ ├── Montserrat-ExtraLightItalic.ttf │ │ │ │ ├── Montserrat-Italic.ttf │ │ │ │ ├── Montserrat-Light.ttf │ │ │ │ ├── Montserrat-LightItalic.ttf │ │ │ │ ├── Montserrat-Medium.ttf │ │ │ │ ├── Montserrat-MediumItalic.ttf │ │ │ │ ├── Montserrat-Regular.ttf │ │ │ │ ├── Montserrat-SemiBold.ttf │ │ │ │ ├── Montserrat-SemiBoldItalic.ttf │ │ │ │ ├── Montserrat-Thin.ttf │ │ │ │ ├── Montserrat-ThinItalic.ttf │ │ │ │ └── OFL.txt │ │ │ ├── Open_Sans │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── OpenSans-Bold.ttf │ │ │ │ ├── OpenSans-BoldItalic.ttf │ │ │ │ ├── OpenSans-ExtraBold.ttf │ │ │ │ ├── OpenSans-ExtraBoldItalic.ttf │ │ │ │ ├── OpenSans-Italic.ttf │ │ │ │ ├── OpenSans-Light.ttf │ │ │ │ ├── OpenSans-LightItalic.ttf │ │ │ │ ├── OpenSans-Regular.ttf │ │ │ │ ├── OpenSans-SemiBold.ttf │ │ │ │ └── OpenSans-SemiBoldItalic.ttf │ │ │ └── Redacted │ │ │ │ └── redacted.regular.ttf │ │ ├── icon │ │ │ └── favicon.ico │ │ ├── img │ │ │ ├── community-store.png │ │ │ ├── icon.png │ │ │ ├── icon_apple_touch.png │ │ │ ├── icons │ │ │ │ ├── bitcoin.svg │ │ │ │ ├── snek.png │ │ │ │ ├── wifi-0.png │ │ │ │ ├── wifi-1.png │ │ │ │ ├── wifi-2.png │ │ │ │ └── wifi-3.png │ │ │ └── service-icons │ │ │ │ ├── bitcoind.svg │ │ │ │ ├── btc-rpc-proxy.png │ │ │ │ └── lnd.png │ │ └── markdown │ │ │ └── md-sample.md │ ├── ng-package.json │ ├── package.json │ ├── src │ │ ├── classes │ │ │ ├── http-error.ts │ │ │ └── rpc-error.ts │ │ ├── components │ │ │ ├── alert │ │ │ │ ├── alert-button.directive.ts │ │ │ │ ├── alert-input.directive.ts │ │ │ │ ├── alert.component.ts │ │ │ │ └── alert.module.ts │ │ │ ├── markdown │ │ │ │ ├── markdown.component.html │ │ │ │ ├── markdown.component.module.ts │ │ │ │ ├── markdown.component.scss │ │ │ │ └── markdown.component.ts │ │ │ ├── text-spinner │ │ │ │ ├── text-spinner.component.html │ │ │ │ ├── text-spinner.component.module.ts │ │ │ │ ├── text-spinner.component.scss │ │ │ │ └── text-spinner.component.ts │ │ │ ├── ticker │ │ │ │ ├── ticker.component.scss │ │ │ │ ├── ticker.component.ts │ │ │ │ └── ticker.module.ts │ │ │ └── toast │ │ │ │ ├── toast-button.directive.ts │ │ │ │ ├── toast.component.ts │ │ │ │ └── toast.module.ts │ │ ├── directives │ │ │ ├── enter │ │ │ │ ├── enter.directive.ts │ │ │ │ └── enter.module.ts │ │ │ ├── responsive-col │ │ │ │ ├── responsive-col-viewport.directive.ts │ │ │ │ ├── responsive-col.directive.ts │ │ │ │ └── responsive-col.module.ts │ │ │ └── safe-links │ │ │ │ ├── safe-links.directive.ts │ │ │ │ └── safe-links.module.ts │ │ ├── pipes │ │ │ ├── emver │ │ │ │ ├── emver.module.ts │ │ │ │ └── emver.pipe.ts │ │ │ ├── guid │ │ │ │ ├── guid.module.ts │ │ │ │ └── guid.pipe.ts │ │ │ ├── markdown │ │ │ │ ├── markdown.module.ts │ │ │ │ └── markdown.pipe.ts │ │ │ ├── shared │ │ │ │ ├── empty.pipe.ts │ │ │ │ ├── includes.pipe.ts │ │ │ │ ├── shared.module.ts │ │ │ │ └── trust.pipe.ts │ │ │ └── unit-conversion │ │ │ │ ├── unit-conversion.module.ts │ │ │ │ └── unit-conversion.pipe.ts │ │ ├── public-api.ts │ │ ├── services │ │ │ ├── download-html.service.ts │ │ │ ├── emver.service.ts │ │ │ ├── error-toast.service.ts │ │ │ └── http.service.ts │ │ ├── themes │ │ │ ├── dark-theme │ │ │ │ ├── dark-theme.component.scss │ │ │ │ ├── dark-theme.component.ts │ │ │ │ └── dark-theme.module.ts │ │ │ └── light-theme │ │ │ │ ├── light-theme.component.scss │ │ │ │ ├── light-theme.component.ts │ │ │ │ └── light-theme.module.ts │ │ ├── tokens │ │ │ ├── relative-url.ts │ │ │ └── theme.ts │ │ ├── types │ │ │ ├── api.ts │ │ │ ├── http.types.ts │ │ │ ├── rpc.types.ts │ │ │ ├── url.ts │ │ │ └── workspace-config.ts │ │ └── util │ │ │ ├── base-64.ts │ │ │ ├── copy-to-clipboard.ts │ │ │ ├── get-new-entries.ts │ │ │ ├── get-pkg-id.ts │ │ │ ├── misc.util.ts │ │ │ ├── rpc.util.ts │ │ │ ├── to-local-iso-string.ts │ │ │ └── unused.ts │ ├── styles │ │ ├── global.scss │ │ ├── shared.scss │ │ └── variables.scss │ └── tsconfig.json └── ui │ ├── ngsw-config.json │ ├── src │ ├── app │ │ ├── app-routing.module.ts │ │ ├── app.component.html │ │ ├── app.component.scss │ │ ├── app.component.ts │ │ ├── app.module.ts │ │ ├── app.providers.ts │ │ ├── app │ │ │ ├── footer │ │ │ │ ├── footer.component.html │ │ │ │ ├── footer.component.scss │ │ │ │ ├── footer.component.ts │ │ │ │ └── footer.module.ts │ │ │ ├── menu │ │ │ │ ├── menu.component.html │ │ │ │ ├── menu.component.scss │ │ │ │ ├── menu.component.ts │ │ │ │ └── menu.module.ts │ │ │ ├── preloader │ │ │ │ ├── preloader.component.html │ │ │ │ ├── preloader.component.ts │ │ │ │ └── preloader.module.ts │ │ │ └── snek │ │ │ │ ├── snek.directive.ts │ │ │ │ └── snek.module.ts │ │ ├── components │ │ │ ├── any-link │ │ │ │ ├── any-link.component.html │ │ │ │ ├── any-link.component.module.ts │ │ │ │ ├── any-link.component.scss │ │ │ │ └── any-link.component.ts │ │ │ ├── backup-drives │ │ │ │ ├── backup-drives-header.component.html │ │ │ │ ├── backup-drives-status.component.html │ │ │ │ ├── backup-drives.component.html │ │ │ │ ├── backup-drives.component.module.ts │ │ │ │ ├── backup-drives.component.scss │ │ │ │ ├── backup-drives.component.ts │ │ │ │ └── backup.service.ts │ │ │ ├── badge-menu-button │ │ │ │ ├── badge-menu.component.html │ │ │ │ ├── badge-menu.component.module.ts │ │ │ │ ├── badge-menu.component.scss │ │ │ │ └── badge-menu.component.ts │ │ │ ├── connection-bar │ │ │ │ ├── connection-bar.component.html │ │ │ │ ├── connection-bar.component.module.ts │ │ │ │ ├── connection-bar.component.scss │ │ │ │ └── connection-bar.component.ts │ │ │ ├── form-object │ │ │ │ ├── form-label.component.html │ │ │ │ ├── form-object.component.html │ │ │ │ ├── form-object.component.module.ts │ │ │ │ ├── form-object.component.scss │ │ │ │ ├── form-object.component.ts │ │ │ │ ├── form-object.pipes.ts │ │ │ │ └── form-union.component.html │ │ │ ├── logs │ │ │ │ ├── logs.component.html │ │ │ │ ├── logs.component.module.ts │ │ │ │ ├── logs.component.scss │ │ │ │ └── logs.component.ts │ │ │ ├── qr │ │ │ │ ├── qr.component.html │ │ │ │ ├── qr.component.module.ts │ │ │ │ ├── qr.component.scss │ │ │ │ └── qr.component.ts │ │ │ ├── skeleton-list │ │ │ │ ├── skeleton-list.component.html │ │ │ │ ├── skeleton-list.component.module.ts │ │ │ │ ├── skeleton-list.component.scss │ │ │ │ └── skeleton-list.component.ts │ │ │ ├── status │ │ │ │ ├── status.component.html │ │ │ │ ├── status.component.module.ts │ │ │ │ ├── status.component.scss │ │ │ │ └── status.component.ts │ │ │ ├── store-icon │ │ │ │ ├── store-icon.component.html │ │ │ │ ├── store-icon.component.module.ts │ │ │ │ ├── store-icon.component.scss │ │ │ │ └── store-icon.component.ts │ │ │ ├── toast-container │ │ │ │ ├── notifications-toast │ │ │ │ │ ├── notifications-toast.component.html │ │ │ │ │ ├── notifications-toast.component.ts │ │ │ │ │ └── notifications-toast.service.ts │ │ │ │ ├── refresh-alert │ │ │ │ │ ├── refresh-alert.component.html │ │ │ │ │ ├── refresh-alert.component.ts │ │ │ │ │ └── refresh-alert.service.ts │ │ │ │ ├── toast-container.component.html │ │ │ │ ├── toast-container.component.ts │ │ │ │ ├── toast-container.module.ts │ │ │ │ └── update-toast │ │ │ │ │ ├── update-toast.component.html │ │ │ │ │ ├── update-toast.component.ts │ │ │ │ │ └── update-toast.service.ts │ │ │ ├── widget-card │ │ │ │ ├── widget-card.component.html │ │ │ │ ├── widget-card.component.module.ts │ │ │ │ ├── widget-card.component.scss │ │ │ │ └── widget-card.component.ts │ │ │ └── widget-list │ │ │ │ ├── widget-list.component.html │ │ │ │ ├── widget-list.component.module.ts │ │ │ │ ├── widget-list.component.scss │ │ │ │ └── widget-list.component.ts │ │ ├── guards │ │ │ ├── auth.guard.ts │ │ │ └── unauth.guard.ts │ │ ├── marketplace.module.ts │ │ ├── modals │ │ │ ├── action-success │ │ │ │ ├── action-success.module.ts │ │ │ │ ├── action-success.page.html │ │ │ │ ├── action-success.page.scss │ │ │ │ └── action-success.page.ts │ │ │ ├── app-config │ │ │ │ ├── app-config.module.ts │ │ │ │ ├── app-config.page.html │ │ │ │ ├── app-config.page.scss │ │ │ │ └── app-config.page.ts │ │ │ ├── app-recover-select │ │ │ │ ├── app-recover-select.module.ts │ │ │ │ ├── app-recover-select.page.html │ │ │ │ ├── app-recover-select.page.scss │ │ │ │ ├── app-recover-select.page.ts │ │ │ │ └── to-options.pipe.ts │ │ │ ├── backup-report │ │ │ │ ├── backup-report.module.ts │ │ │ │ ├── backup-report.page.html │ │ │ │ ├── backup-report.page.scss │ │ │ │ └── backup-report.page.ts │ │ │ ├── backup-select │ │ │ │ ├── backup-select.module.ts │ │ │ │ ├── backup-select.page.html │ │ │ │ ├── backup-select.page.scss │ │ │ │ └── backup-select.page.ts │ │ │ ├── enum-list │ │ │ │ ├── enum-list.module.ts │ │ │ │ ├── enum-list.page.html │ │ │ │ ├── enum-list.page.scss │ │ │ │ └── enum-list.page.ts │ │ │ ├── generic-form │ │ │ │ ├── generic-form.module.ts │ │ │ │ ├── generic-form.page.html │ │ │ │ ├── generic-form.page.scss │ │ │ │ └── generic-form.page.ts │ │ │ ├── generic-input │ │ │ │ ├── generic-input.component.html │ │ │ │ ├── generic-input.component.module.ts │ │ │ │ ├── generic-input.component.scss │ │ │ │ └── generic-input.component.ts │ │ │ ├── marketplace-settings │ │ │ │ ├── marketplace-settings.module.ts │ │ │ │ ├── marketplace-settings.page.html │ │ │ │ ├── marketplace-settings.page.scss │ │ │ │ └── marketplace-settings.page.ts │ │ │ ├── os-update │ │ │ │ ├── os-update.page.html │ │ │ │ ├── os-update.page.module.ts │ │ │ │ ├── os-update.page.scss │ │ │ │ └── os-update.page.ts │ │ │ ├── os-welcome │ │ │ │ ├── os-welcome.module.ts │ │ │ │ ├── os-welcome.page.html │ │ │ │ ├── os-welcome.page.scss │ │ │ │ └── os-welcome.page.ts │ │ │ └── snake │ │ │ │ ├── snake.module.ts │ │ │ │ ├── snake.page.html │ │ │ │ ├── snake.page.scss │ │ │ │ └── snake.page.ts │ │ ├── pages │ │ │ ├── apps-routes │ │ │ │ ├── app-actions │ │ │ │ │ ├── app-actions-item.component.html │ │ │ │ │ ├── app-actions.module.ts │ │ │ │ │ ├── app-actions.page.html │ │ │ │ │ ├── app-actions.page.scss │ │ │ │ │ └── app-actions.page.ts │ │ │ │ ├── app-interfaces │ │ │ │ │ ├── app-interfaces-item.component.html │ │ │ │ │ ├── app-interfaces.module.ts │ │ │ │ │ ├── app-interfaces.page.html │ │ │ │ │ ├── app-interfaces.page.scss │ │ │ │ │ └── app-interfaces.page.ts │ │ │ │ ├── app-list │ │ │ │ │ ├── app-list-icon │ │ │ │ │ │ ├── app-list-icon.component.html │ │ │ │ │ │ ├── app-list-icon.component.scss │ │ │ │ │ │ └── app-list-icon.component.ts │ │ │ │ │ ├── app-list-pkg │ │ │ │ │ │ ├── app-list-pkg.component.html │ │ │ │ │ │ └── app-list-pkg.component.ts │ │ │ │ │ ├── app-list.module.ts │ │ │ │ │ ├── app-list.page.html │ │ │ │ │ ├── app-list.page.scss │ │ │ │ │ ├── app-list.page.ts │ │ │ │ │ └── package-info.pipe.ts │ │ │ │ ├── app-logs │ │ │ │ │ ├── app-logs.module.ts │ │ │ │ │ ├── app-logs.page.html │ │ │ │ │ ├── app-logs.page.scss │ │ │ │ │ └── app-logs.page.ts │ │ │ │ ├── app-metrics │ │ │ │ │ ├── app-metrics.module.ts │ │ │ │ │ ├── app-metrics.page.html │ │ │ │ │ ├── app-metrics.page.scss │ │ │ │ │ └── app-metrics.page.ts │ │ │ │ ├── app-properties │ │ │ │ │ ├── app-properties.module.ts │ │ │ │ │ ├── app-properties.page.html │ │ │ │ │ ├── app-properties.page.scss │ │ │ │ │ └── app-properties.page.ts │ │ │ │ ├── app-show │ │ │ │ │ ├── app-show.module.ts │ │ │ │ │ ├── app-show.page.html │ │ │ │ │ ├── app-show.page.ts │ │ │ │ │ ├── components │ │ │ │ │ │ ├── app-show-additional │ │ │ │ │ │ │ ├── app-show-additional.component.html │ │ │ │ │ │ │ └── app-show-additional.component.ts │ │ │ │ │ │ ├── app-show-dependencies │ │ │ │ │ │ │ ├── app-show-dependencies.component.html │ │ │ │ │ │ │ ├── app-show-dependencies.component.scss │ │ │ │ │ │ │ └── app-show-dependencies.component.ts │ │ │ │ │ │ ├── app-show-header │ │ │ │ │ │ │ ├── app-show-header.component.html │ │ │ │ │ │ │ ├── app-show-header.component.scss │ │ │ │ │ │ │ └── app-show-header.component.ts │ │ │ │ │ │ ├── app-show-health-checks │ │ │ │ │ │ │ ├── app-show-health-checks.component.html │ │ │ │ │ │ │ ├── app-show-health-checks.component.scss │ │ │ │ │ │ │ └── app-show-health-checks.component.ts │ │ │ │ │ │ ├── app-show-menu │ │ │ │ │ │ │ ├── app-show-menu.component.html │ │ │ │ │ │ │ ├── app-show-menu.component.scss │ │ │ │ │ │ │ └── app-show-menu.component.ts │ │ │ │ │ │ ├── app-show-progress │ │ │ │ │ │ │ ├── app-show-progress.component.html │ │ │ │ │ │ │ ├── app-show-progress.component.scss │ │ │ │ │ │ │ └── app-show-progress.component.ts │ │ │ │ │ │ └── app-show-status │ │ │ │ │ │ │ ├── app-show-status.component.html │ │ │ │ │ │ │ ├── app-show-status.component.scss │ │ │ │ │ │ │ └── app-show-status.component.ts │ │ │ │ │ └── pipes │ │ │ │ │ │ ├── health-color.pipe.ts │ │ │ │ │ │ ├── progress-data.pipe.ts │ │ │ │ │ │ ├── to-buttons.pipe.ts │ │ │ │ │ │ └── to-health-checks.pipe.ts │ │ │ │ └── apps-routing.module.ts │ │ │ ├── developer-routes │ │ │ │ ├── dev-config │ │ │ │ │ ├── dev-config.module.ts │ │ │ │ │ ├── dev-config.page.html │ │ │ │ │ ├── dev-config.page.scss │ │ │ │ │ └── dev-config.page.ts │ │ │ │ ├── dev-instructions │ │ │ │ │ ├── dev-instructions.module.ts │ │ │ │ │ ├── dev-instructions.page.html │ │ │ │ │ ├── dev-instructions.page.scss │ │ │ │ │ └── dev-instructions.page.ts │ │ │ │ ├── dev-manifest │ │ │ │ │ ├── dev-manifest.module.ts │ │ │ │ │ ├── dev-manifest.page.html │ │ │ │ │ ├── dev-manifest.page.scss │ │ │ │ │ └── dev-manifest.page.ts │ │ │ │ ├── developer-list │ │ │ │ │ ├── developer-list.module.ts │ │ │ │ │ ├── developer-list.page.html │ │ │ │ │ ├── developer-list.page.scss │ │ │ │ │ └── developer-list.page.ts │ │ │ │ ├── developer-menu │ │ │ │ │ ├── developer-menu.module.ts │ │ │ │ │ ├── developer-menu.page.html │ │ │ │ │ ├── developer-menu.page.scss │ │ │ │ │ ├── developer-menu.page.ts │ │ │ │ │ └── form-info.ts │ │ │ │ └── developer-routing.module.ts │ │ │ ├── home │ │ │ │ ├── home.module.ts │ │ │ │ ├── home.page.html │ │ │ │ ├── home.page.scss │ │ │ │ └── home.page.ts │ │ │ ├── login │ │ │ │ ├── ca-wizard │ │ │ │ │ ├── ca-wizard.component.html │ │ │ │ │ ├── ca-wizard.component.scss │ │ │ │ │ └── ca-wizard.component.ts │ │ │ │ ├── login.module.ts │ │ │ │ ├── login.page.html │ │ │ │ ├── login.page.scss │ │ │ │ └── login.page.ts │ │ │ ├── marketplace-routes │ │ │ │ ├── marketplace-list │ │ │ │ │ ├── marketplace-list.module.ts │ │ │ │ │ ├── marketplace-list.page.html │ │ │ │ │ ├── marketplace-list.page.scss │ │ │ │ │ └── marketplace-list.page.ts │ │ │ │ ├── marketplace-routing.module.ts │ │ │ │ ├── marketplace-show │ │ │ │ │ ├── marketplace-show-controls │ │ │ │ │ │ ├── marketplace-show-controls.component.html │ │ │ │ │ │ ├── marketplace-show-controls.component.ts │ │ │ │ │ │ └── marketplace-show-controls.page.scss │ │ │ │ │ ├── marketplace-show-dependent │ │ │ │ │ │ ├── marketplace-show-dependent.component.html │ │ │ │ │ │ ├── marketplace-show-dependent.component.scss │ │ │ │ │ │ └── marketplace-show-dependent.component.ts │ │ │ │ │ ├── marketplace-show-header │ │ │ │ │ │ ├── marketplace-show-header.component.html │ │ │ │ │ │ └── marketplace-show-header.component.ts │ │ │ │ │ ├── marketplace-show.module.ts │ │ │ │ │ ├── marketplace-show.page.html │ │ │ │ │ ├── marketplace-show.page.scss │ │ │ │ │ └── marketplace-show.page.ts │ │ │ │ ├── marketplace-status │ │ │ │ │ ├── marketplace-status.component.html │ │ │ │ │ ├── marketplace-status.component.scss │ │ │ │ │ ├── marketplace-status.component.ts │ │ │ │ │ └── marketplace-status.module.ts │ │ │ │ └── release-notes │ │ │ │ │ ├── release-notes.module.ts │ │ │ │ │ ├── release-notes.page.html │ │ │ │ │ └── release-notes.page.ts │ │ │ ├── notifications │ │ │ │ ├── notifications.module.ts │ │ │ │ ├── notifications.page.html │ │ │ │ ├── notifications.page.scss │ │ │ │ └── notifications.page.ts │ │ │ ├── server-routes │ │ │ │ ├── experimental-features │ │ │ │ │ ├── experimental-features.module.ts │ │ │ │ │ ├── experimental-features.page.html │ │ │ │ │ ├── experimental-features.page.scss │ │ │ │ │ └── experimental-features.page.ts │ │ │ │ ├── kernel-logs │ │ │ │ │ ├── kernel-logs.module.ts │ │ │ │ │ ├── kernel-logs.page.html │ │ │ │ │ ├── kernel-logs.page.scss │ │ │ │ │ └── kernel-logs.page.ts │ │ │ │ ├── lan │ │ │ │ │ ├── lan.module.ts │ │ │ │ │ ├── lan.page.html │ │ │ │ │ ├── lan.page.scss │ │ │ │ │ └── lan.page.ts │ │ │ │ ├── restore │ │ │ │ │ ├── restore.component.html │ │ │ │ │ ├── restore.component.module.ts │ │ │ │ │ ├── restore.component.scss │ │ │ │ │ └── restore.component.ts │ │ │ │ ├── server-backup │ │ │ │ │ ├── backing-up │ │ │ │ │ │ ├── backing-up.component.html │ │ │ │ │ │ └── backing-up.component.ts │ │ │ │ │ ├── server-backup.module.ts │ │ │ │ │ ├── server-backup.page.html │ │ │ │ │ ├── server-backup.page.scss │ │ │ │ │ └── server-backup.page.ts │ │ │ │ ├── server-logs │ │ │ │ │ ├── server-logs.module.ts │ │ │ │ │ ├── server-logs.page.html │ │ │ │ │ ├── server-logs.page.scss │ │ │ │ │ └── server-logs.page.ts │ │ │ │ ├── server-metrics │ │ │ │ │ ├── server-metrics.module.ts │ │ │ │ │ ├── server-metrics.page.html │ │ │ │ │ ├── server-metrics.page.scss │ │ │ │ │ └── server-metrics.page.ts │ │ │ │ ├── server-routing.module.ts │ │ │ │ ├── server-show │ │ │ │ │ ├── server-show.module.ts │ │ │ │ │ ├── server-show.page.html │ │ │ │ │ ├── server-show.page.scss │ │ │ │ │ └── server-show.page.ts │ │ │ │ ├── server-specs │ │ │ │ │ ├── server-specs.module.ts │ │ │ │ │ ├── server-specs.page.html │ │ │ │ │ ├── server-specs.page.scss │ │ │ │ │ └── server-specs.page.ts │ │ │ │ ├── sessions │ │ │ │ │ ├── sessions.module.ts │ │ │ │ │ ├── sessions.page.html │ │ │ │ │ ├── sessions.page.scss │ │ │ │ │ └── sessions.page.ts │ │ │ │ ├── sideload │ │ │ │ │ ├── dnd.directive.ts │ │ │ │ │ ├── sideload.module.ts │ │ │ │ │ ├── sideload.page.html │ │ │ │ │ ├── sideload.page.scss │ │ │ │ │ └── sideload.page.ts │ │ │ │ ├── ssh-keys │ │ │ │ │ ├── ssh-keys.module.ts │ │ │ │ │ ├── ssh-keys.page.html │ │ │ │ │ ├── ssh-keys.page.scss │ │ │ │ │ └── ssh-keys.page.ts │ │ │ │ ├── theme-switcher │ │ │ │ │ ├── theme-switcher.component.html │ │ │ │ │ ├── theme-switcher.component.ts │ │ │ │ │ └── theme-switcher.module.ts │ │ │ │ ├── tor-logs │ │ │ │ │ ├── tor-logs.module.ts │ │ │ │ │ ├── tor-logs.page.html │ │ │ │ │ ├── tor-logs.page.scss │ │ │ │ │ └── tor-logs.page.ts │ │ │ │ └── wifi │ │ │ │ │ ├── wifi.module.ts │ │ │ │ │ ├── wifi.page.html │ │ │ │ │ ├── wifi.page.scss │ │ │ │ │ └── wifi.page.ts │ │ │ ├── updates │ │ │ │ ├── updates.module.ts │ │ │ │ ├── updates.page.html │ │ │ │ ├── updates.page.scss │ │ │ │ └── updates.page.ts │ │ │ └── widgets │ │ │ │ ├── built-in │ │ │ │ ├── add │ │ │ │ │ ├── add.component.html │ │ │ │ │ ├── add.component.scss │ │ │ │ │ ├── add.component.ts │ │ │ │ │ └── add.module.ts │ │ │ │ ├── favorites │ │ │ │ │ ├── favorites.component.html │ │ │ │ │ ├── favorites.component.scss │ │ │ │ │ ├── favorites.component.ts │ │ │ │ │ └── favorites.module.ts │ │ │ │ ├── health │ │ │ │ │ ├── health.component.html │ │ │ │ │ ├── health.component.scss │ │ │ │ │ ├── health.component.ts │ │ │ │ │ └── health.module.ts │ │ │ │ ├── metrics │ │ │ │ │ ├── metrics.component.html │ │ │ │ │ ├── metrics.component.scss │ │ │ │ │ ├── metrics.component.ts │ │ │ │ │ └── metrics.module.ts │ │ │ │ ├── network │ │ │ │ │ ├── network.component.html │ │ │ │ │ ├── network.component.scss │ │ │ │ │ ├── network.component.ts │ │ │ │ │ └── network.module.ts │ │ │ │ ├── uptime │ │ │ │ │ ├── uptime.component.html │ │ │ │ │ ├── uptime.component.scss │ │ │ │ │ ├── uptime.component.ts │ │ │ │ │ └── uptime.module.ts │ │ │ │ └── widgets.ts │ │ │ │ ├── widgets.module.ts │ │ │ │ ├── widgets.page.html │ │ │ │ ├── widgets.page.scss │ │ │ │ └── widgets.page.ts │ │ ├── pipes │ │ │ ├── backup-color │ │ │ │ ├── backup-color.module.ts │ │ │ │ └── backup-color.pipe.ts │ │ │ ├── install-progress │ │ │ │ ├── install-progress.module.ts │ │ │ │ └── install-progress.pipe.ts │ │ │ ├── launchable │ │ │ │ ├── launchable.module.ts │ │ │ │ └── launchable.pipe.ts │ │ │ ├── mask │ │ │ │ ├── mask.module.ts │ │ │ │ └── mask.pipe.ts │ │ │ └── ui │ │ │ │ ├── ui.module.ts │ │ │ │ └── ui.pipe.ts │ │ ├── pkg-config │ │ │ ├── config-types.ts │ │ │ └── config-utilities.ts │ │ ├── services │ │ │ ├── api │ │ │ │ ├── api-icons.ts │ │ │ │ ├── api.fixures.ts │ │ │ │ ├── api.types.ts │ │ │ │ ├── embassy-api.service.ts │ │ │ │ ├── embassy-live-api.service.ts │ │ │ │ ├── embassy-mock-api.service.ts │ │ │ │ └── mock-patch.ts │ │ │ ├── auth.service.ts │ │ │ ├── client-storage.service.ts │ │ │ ├── config.service.ts │ │ │ ├── connection.service.ts │ │ │ ├── dep-error.service.ts │ │ │ ├── eos.service.ts │ │ │ ├── form.service.ts │ │ │ ├── marketplace.service.ts │ │ │ ├── modal.service.ts │ │ │ ├── patch-data.service.ts │ │ │ ├── patch-db │ │ │ │ ├── data-model.ts │ │ │ │ ├── local-storage-bootstrap.ts │ │ │ │ ├── patch-db.factory.ts │ │ │ │ └── patch-db.module.ts │ │ │ ├── patch-monitor.service.ts │ │ │ ├── pkg-status-rendering.service.ts │ │ │ ├── split-pane.service.ts │ │ │ ├── storage.service.ts │ │ │ ├── theme-switcher.service.ts │ │ │ ├── time-service.ts │ │ │ └── ui-launcher.service.ts │ │ ├── types │ │ │ ├── dependent-info.ts │ │ │ ├── mapped-backup-target.ts │ │ │ └── progress-data.ts │ │ └── util │ │ │ ├── animations.ts │ │ │ ├── countries.json │ │ │ ├── dry-update.ts │ │ │ ├── get-package-data.ts │ │ │ ├── get-package-info.ts │ │ │ ├── get-project-id.ts │ │ │ ├── get-server-info.ts │ │ │ ├── has-deps.ts │ │ │ ├── package-loading-progress.ts │ │ │ ├── properties.util.ts │ │ │ ├── rxjs.util.ts │ │ │ └── web.util.ts │ ├── environments │ │ ├── environment.prod.ts │ │ └── environment.ts │ ├── globals.d.ts │ ├── index.html │ ├── main.ts │ ├── manifest.webmanifest │ ├── polyfills.ts │ ├── styles.scss │ └── zone-flags.ts │ └── tsconfig.json ├── proxy.conf-sample.json ├── tsconfig.json ├── tsconfig.lib.json └── tslint.json /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.github/ISSUE_TEMPLATE/feature-request.yml -------------------------------------------------------------------------------- /.github/workflows/startos-iso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.github/workflows/startos-iso.yaml -------------------------------------------------------------------------------- /.github/workflows/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.github/workflows/test.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/.gitmodules -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/README.md -------------------------------------------------------------------------------- /assets/StartOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/StartOS.png -------------------------------------------------------------------------------- /assets/btcpay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/btcpay.png -------------------------------------------------------------------------------- /assets/c-lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/c-lightning.png -------------------------------------------------------------------------------- /assets/community.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/community.png -------------------------------------------------------------------------------- /assets/logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/logs.png -------------------------------------------------------------------------------- /assets/nextcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/nextcloud.png -------------------------------------------------------------------------------- /assets/registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/registry.png -------------------------------------------------------------------------------- /assets/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/system.png -------------------------------------------------------------------------------- /assets/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/assets/welcome.png -------------------------------------------------------------------------------- /basename.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/basename.sh -------------------------------------------------------------------------------- /check-environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/check-environment.sh -------------------------------------------------------------------------------- /check-git-hash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/check-git-hash.sh -------------------------------------------------------------------------------- /check-platform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/check-platform.sh -------------------------------------------------------------------------------- /check-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/check-version.sh -------------------------------------------------------------------------------- /compress-uis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/compress-uis.sh -------------------------------------------------------------------------------- /core/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/.gitignore -------------------------------------------------------------------------------- /core/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/Cargo.lock -------------------------------------------------------------------------------- /core/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/Cargo.toml -------------------------------------------------------------------------------- /core/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/README.md -------------------------------------------------------------------------------- /core/build-prod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/build-prod.sh -------------------------------------------------------------------------------- /core/build-v8-snapshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/build-v8-snapshot.sh -------------------------------------------------------------------------------- /core/container-init/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/container-init/Cargo.toml -------------------------------------------------------------------------------- /core/container-init/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/container-init/src/lib.rs -------------------------------------------------------------------------------- /core/container-init/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/container-init/src/main.rs -------------------------------------------------------------------------------- /core/helpers/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/Cargo.toml -------------------------------------------------------------------------------- /core/helpers/src/byte_replacement_reader.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/src/byte_replacement_reader.rs -------------------------------------------------------------------------------- /core/helpers/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/src/lib.rs -------------------------------------------------------------------------------- /core/helpers/src/rpc_client.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/src/rpc_client.rs -------------------------------------------------------------------------------- /core/helpers/src/rsync.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/src/rsync.rs -------------------------------------------------------------------------------- /core/helpers/src/script_dir.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/helpers/src/script_dir.rs -------------------------------------------------------------------------------- /core/install-sdk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/install-sdk.sh -------------------------------------------------------------------------------- /core/js-engine/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/js-engine/Cargo.toml -------------------------------------------------------------------------------- /core/js-engine/src/artifacts/JS_SNAPSHOT.aarch64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/js-engine/src/artifacts/JS_SNAPSHOT.aarch64.bin -------------------------------------------------------------------------------- /core/js-engine/src/artifacts/JS_SNAPSHOT.x86_64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/js-engine/src/artifacts/JS_SNAPSHOT.x86_64.bin -------------------------------------------------------------------------------- /core/js-engine/src/artifacts/loadModule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/js-engine/src/artifacts/loadModule.js -------------------------------------------------------------------------------- /core/js-engine/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/js-engine/src/lib.rs -------------------------------------------------------------------------------- /core/models/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/Cargo.toml -------------------------------------------------------------------------------- /core/models/src/data_url.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/data_url.rs -------------------------------------------------------------------------------- /core/models/src/errors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/errors.rs -------------------------------------------------------------------------------- /core/models/src/id/action.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/action.rs -------------------------------------------------------------------------------- /core/models/src/id/address.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/address.rs -------------------------------------------------------------------------------- /core/models/src/id/health_check.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/health_check.rs -------------------------------------------------------------------------------- /core/models/src/id/image.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/image.rs -------------------------------------------------------------------------------- /core/models/src/id/interface.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/interface.rs -------------------------------------------------------------------------------- /core/models/src/id/invalid_id.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/invalid_id.rs -------------------------------------------------------------------------------- /core/models/src/id/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/mod.rs -------------------------------------------------------------------------------- /core/models/src/id/package.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/package.rs -------------------------------------------------------------------------------- /core/models/src/id/volume.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/id/volume.rs -------------------------------------------------------------------------------- /core/models/src/js_engine_types.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/js_engine_types.rs -------------------------------------------------------------------------------- /core/models/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/lib.rs -------------------------------------------------------------------------------- /core/models/src/mime.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/mime.rs -------------------------------------------------------------------------------- /core/models/src/procedure_name.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/procedure_name.rs -------------------------------------------------------------------------------- /core/models/src/version.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/models/src/version.rs -------------------------------------------------------------------------------- /core/rustfmt.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/rustfmt.toml -------------------------------------------------------------------------------- /core/snapshot-creator/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/snapshot-creator/Cargo.toml -------------------------------------------------------------------------------- /core/snapshot-creator/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/snapshot-creator/src/main.rs -------------------------------------------------------------------------------- /core/startos/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/Cargo.toml -------------------------------------------------------------------------------- /core/startos/deny.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/deny.toml -------------------------------------------------------------------------------- /core/startos/migrations/20210629193146_Init.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/migrations/20210629193146_Init.sql -------------------------------------------------------------------------------- /core/startos/migrations/20230118185232_NetworkKeys.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/migrations/20230118185232_NetworkKeys.sql -------------------------------------------------------------------------------- /core/startos/src/account.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/account.rs -------------------------------------------------------------------------------- /core/startos/src/action.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/action.rs -------------------------------------------------------------------------------- /core/startos/src/assets/adjectives.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/assets/adjectives.txt -------------------------------------------------------------------------------- /core/startos/src/assets/nouns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/assets/nouns.txt -------------------------------------------------------------------------------- /core/startos/src/auth.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/auth.rs -------------------------------------------------------------------------------- /core/startos/src/backup/backup_bulk.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/backup_bulk.rs -------------------------------------------------------------------------------- /core/startos/src/backup/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/mod.rs -------------------------------------------------------------------------------- /core/startos/src/backup/os.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/os.rs -------------------------------------------------------------------------------- /core/startos/src/backup/restore.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/restore.rs -------------------------------------------------------------------------------- /core/startos/src/backup/target/cifs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/target/cifs.rs -------------------------------------------------------------------------------- /core/startos/src/backup/target/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/backup/target/mod.rs -------------------------------------------------------------------------------- /core/startos/src/bins/avahi_alias.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/avahi_alias.rs -------------------------------------------------------------------------------- /core/startos/src/bins/deprecated.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/deprecated.rs -------------------------------------------------------------------------------- /core/startos/src/bins/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/mod.rs -------------------------------------------------------------------------------- /core/startos/src/bins/start_cli.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/start_cli.rs -------------------------------------------------------------------------------- /core/startos/src/bins/start_deno.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/start_deno.rs -------------------------------------------------------------------------------- /core/startos/src/bins/start_init.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/start_init.rs -------------------------------------------------------------------------------- /core/startos/src/bins/start_sdk.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/start_sdk.rs -------------------------------------------------------------------------------- /core/startos/src/bins/startd.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/bins/startd.rs -------------------------------------------------------------------------------- /core/startos/src/config/action.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/config/action.rs -------------------------------------------------------------------------------- /core/startos/src/config/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/config/mod.rs -------------------------------------------------------------------------------- /core/startos/src/config/spec.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/config/spec.rs -------------------------------------------------------------------------------- /core/startos/src/config/util.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/config/util.rs -------------------------------------------------------------------------------- /core/startos/src/context/cli.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/cli.rs -------------------------------------------------------------------------------- /core/startos/src/context/diagnostic.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/diagnostic.rs -------------------------------------------------------------------------------- /core/startos/src/context/install.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/install.rs -------------------------------------------------------------------------------- /core/startos/src/context/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/mod.rs -------------------------------------------------------------------------------- /core/startos/src/context/rpc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/rpc.rs -------------------------------------------------------------------------------- /core/startos/src/context/sdk.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/sdk.rs -------------------------------------------------------------------------------- /core/startos/src/context/setup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/context/setup.rs -------------------------------------------------------------------------------- /core/startos/src/control.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/control.rs -------------------------------------------------------------------------------- /core/startos/src/core/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod rpc_continuations; 2 | -------------------------------------------------------------------------------- /core/startos/src/core/rpc_continuations.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/core/rpc_continuations.rs -------------------------------------------------------------------------------- /core/startos/src/db/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/db/mod.rs -------------------------------------------------------------------------------- /core/startos/src/db/model.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/db/model.rs -------------------------------------------------------------------------------- /core/startos/src/db/package.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/db/package.rs -------------------------------------------------------------------------------- /core/startos/src/db/prelude.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/db/prelude.rs -------------------------------------------------------------------------------- /core/startos/src/dependencies.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/dependencies.rs -------------------------------------------------------------------------------- /core/startos/src/developer/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/developer/mod.rs -------------------------------------------------------------------------------- /core/startos/src/diagnostic.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/diagnostic.rs -------------------------------------------------------------------------------- /core/startos/src/disk/fsck/btrfs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/fsck/btrfs.rs -------------------------------------------------------------------------------- /core/startos/src/disk/fsck/ext4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/fsck/ext4.rs -------------------------------------------------------------------------------- /core/startos/src/disk/fsck/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/fsck/mod.rs -------------------------------------------------------------------------------- /core/startos/src/disk/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/main.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mod.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/backup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/backup.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/bind.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/bind.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/block_dev.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/block_dev.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/cifs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/cifs.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/ecryptfs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/ecryptfs.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/efivarfs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/efivarfs.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/httpdirfs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/httpdirfs.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/label.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/label.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/filesystem/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/filesystem/mod.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/guard.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/guard.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/mod.rs -------------------------------------------------------------------------------- /core/startos/src/disk/mount/util.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/mount/util.rs -------------------------------------------------------------------------------- /core/startos/src/disk/util.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/disk/util.rs -------------------------------------------------------------------------------- /core/startos/src/error.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/error.rs -------------------------------------------------------------------------------- /core/startos/src/firmware.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/firmware.rs -------------------------------------------------------------------------------- /core/startos/src/hostname.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/hostname.rs -------------------------------------------------------------------------------- /core/startos/src/init.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/init.rs -------------------------------------------------------------------------------- /core/startos/src/inspect.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/inspect.rs -------------------------------------------------------------------------------- /core/startos/src/install/cleanup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/install/cleanup.rs -------------------------------------------------------------------------------- /core/startos/src/install/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/install/mod.rs -------------------------------------------------------------------------------- /core/startos/src/install/package-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/install/package-icon.png -------------------------------------------------------------------------------- /core/startos/src/install/progress.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/install/progress.rs -------------------------------------------------------------------------------- /core/startos/src/install/update.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/install/update.rs -------------------------------------------------------------------------------- /core/startos/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/lib.rs -------------------------------------------------------------------------------- /core/startos/src/logs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/logs.rs -------------------------------------------------------------------------------- /core/startos/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/main.rs -------------------------------------------------------------------------------- /core/startos/src/manager/health.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/health.rs -------------------------------------------------------------------------------- /core/startos/src/manager/manager_container.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/manager_container.rs -------------------------------------------------------------------------------- /core/startos/src/manager/manager_map.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/manager_map.rs -------------------------------------------------------------------------------- /core/startos/src/manager/manager_seed.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/manager_seed.rs -------------------------------------------------------------------------------- /core/startos/src/manager/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/mod.rs -------------------------------------------------------------------------------- /core/startos/src/manager/persistent_container.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/persistent_container.rs -------------------------------------------------------------------------------- /core/startos/src/manager/start_stop.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/start_stop.rs -------------------------------------------------------------------------------- /core/startos/src/manager/transition_state.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/manager/transition_state.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/auth.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/auth.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/cors.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/cors.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/db.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/db.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/diagnostic.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/diagnostic.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/encrypt.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/encrypt.rs -------------------------------------------------------------------------------- /core/startos/src/middleware/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/middleware/mod.rs -------------------------------------------------------------------------------- /core/startos/src/migrate.load: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/migrate.load -------------------------------------------------------------------------------- /core/startos/src/migration.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/migration.rs -------------------------------------------------------------------------------- /core/startos/src/net/cert-local.csr.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/cert-local.csr.conf.template -------------------------------------------------------------------------------- /core/startos/src/net/dhcp.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/dhcp.rs -------------------------------------------------------------------------------- /core/startos/src/net/dns.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/dns.rs -------------------------------------------------------------------------------- /core/startos/src/net/interface.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/interface.rs -------------------------------------------------------------------------------- /core/startos/src/net/keys.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/keys.rs -------------------------------------------------------------------------------- /core/startos/src/net/mdns.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/mdns.rs -------------------------------------------------------------------------------- /core/startos/src/net/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/mod.rs -------------------------------------------------------------------------------- /core/startos/src/net/net_controller.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/net_controller.rs -------------------------------------------------------------------------------- /core/startos/src/net/ssl.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/ssl.rs -------------------------------------------------------------------------------- /core/startos/src/net/static_server.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/static_server.rs -------------------------------------------------------------------------------- /core/startos/src/net/tor.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/tor.rs -------------------------------------------------------------------------------- /core/startos/src/net/utils.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/utils.rs -------------------------------------------------------------------------------- /core/startos/src/net/vhost.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/vhost.rs -------------------------------------------------------------------------------- /core/startos/src/net/web_server.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/web_server.rs -------------------------------------------------------------------------------- /core/startos/src/net/wifi.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/wifi.rs -------------------------------------------------------------------------------- /core/startos/src/net/wpa_supplicant.conf.base: -------------------------------------------------------------------------------- 1 | ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev 2 | update_config=1 3 | country=US -------------------------------------------------------------------------------- /core/startos/src/net/ws_server.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/net/ws_server.rs -------------------------------------------------------------------------------- /core/startos/src/notifications.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/notifications.rs -------------------------------------------------------------------------------- /core/startos/src/os_install/fstab.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/os_install/fstab.template -------------------------------------------------------------------------------- /core/startos/src/os_install/gpt.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/os_install/gpt.rs -------------------------------------------------------------------------------- /core/startos/src/os_install/mbr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/os_install/mbr.rs -------------------------------------------------------------------------------- /core/startos/src/os_install/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/os_install/mod.rs -------------------------------------------------------------------------------- /core/startos/src/prelude.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/prelude.rs -------------------------------------------------------------------------------- /core/startos/src/procedure/build.rs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/startos/src/procedure/docker.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/procedure/docker.rs -------------------------------------------------------------------------------- /core/startos/src/procedure/js_scripts.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/procedure/js_scripts.rs -------------------------------------------------------------------------------- /core/startos/src/procedure/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/procedure/mod.rs -------------------------------------------------------------------------------- /core/startos/src/properties.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/properties.rs -------------------------------------------------------------------------------- /core/startos/src/registry/admin.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/registry/admin.rs -------------------------------------------------------------------------------- /core/startos/src/registry/marketplace.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/registry/marketplace.rs -------------------------------------------------------------------------------- /core/startos/src/registry/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/registry/mod.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/builder.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/builder.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/docker.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/docker.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/git_hash.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/git_hash.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/header.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/header.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/manifest.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/manifest.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/mod.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/reader.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/reader.rs -------------------------------------------------------------------------------- /core/startos/src/s9pk/specv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/s9pk/specv2.md -------------------------------------------------------------------------------- /core/startos/src/setup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/setup.rs -------------------------------------------------------------------------------- /core/startos/src/shutdown.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/shutdown.rs -------------------------------------------------------------------------------- /core/startos/src/sound.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/sound.rs -------------------------------------------------------------------------------- /core/startos/src/ssh.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/ssh.rs -------------------------------------------------------------------------------- /core/startos/src/status/health_check.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/status/health_check.rs -------------------------------------------------------------------------------- /core/startos/src/status/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/status/mod.rs -------------------------------------------------------------------------------- /core/startos/src/system.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/system.rs -------------------------------------------------------------------------------- /core/startos/src/update/latest_information.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/update/latest_information.rs -------------------------------------------------------------------------------- /core/startos/src/update/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/update/mod.rs -------------------------------------------------------------------------------- /core/startos/src/util/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/config.rs -------------------------------------------------------------------------------- /core/startos/src/util/cpupower.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/cpupower.rs -------------------------------------------------------------------------------- /core/startos/src/util/crypto.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/crypto.rs -------------------------------------------------------------------------------- /core/startos/src/util/docker.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/docker.rs -------------------------------------------------------------------------------- /core/startos/src/util/http_reader.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/http_reader.rs -------------------------------------------------------------------------------- /core/startos/src/util/io.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/io.rs -------------------------------------------------------------------------------- /core/startos/src/util/logger.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/logger.rs -------------------------------------------------------------------------------- /core/startos/src/util/lshw.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/lshw.rs -------------------------------------------------------------------------------- /core/startos/src/util/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/mod.rs -------------------------------------------------------------------------------- /core/startos/src/util/serde.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/util/serde.rs -------------------------------------------------------------------------------- /core/startos/src/version/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/mod.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_4.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_4_1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_4_1.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_4_2.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_4_2.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_4_3.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_4_3.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_4_4.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_4_4.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_5.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_5.rs -------------------------------------------------------------------------------- /core/startos/src/version/v0_3_5_1.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/version/v0_3_5_1.rs -------------------------------------------------------------------------------- /core/startos/src/volume.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/src/volume.rs -------------------------------------------------------------------------------- /core/startos/startd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/startd.service -------------------------------------------------------------------------------- /core/startos/test/config-spec/lnd-correct.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/test/config-spec/lnd-correct.yaml -------------------------------------------------------------------------------- /core/startos/test/config-spec/lnd-invalid-regex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/test/config-spec/lnd-invalid-regex.yaml -------------------------------------------------------------------------------- /core/startos/test/config-spec/lnd-missing-pattern-description.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/test/config-spec/lnd-missing-pattern-description.yaml -------------------------------------------------------------------------------- /core/startos/test/config-spec/lnd-missing-pattern.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/test/config-spec/lnd-missing-pattern.yaml -------------------------------------------------------------------------------- /core/startos/test/js_action_execute/package-data/volumes/test-package/data/bad_file.txt: -------------------------------------------------------------------------------- 1 | Out of volumes 2 | -------------------------------------------------------------------------------- /core/startos/test/js_action_execute/package-data/volumes/test-package/data/main/hack_back: -------------------------------------------------------------------------------- 1 | ../../ -------------------------------------------------------------------------------- /core/startos/update-sqlx-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/startos/update-sqlx-data.sh -------------------------------------------------------------------------------- /core/taplo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/core/taplo.toml -------------------------------------------------------------------------------- /debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/debian/postinst -------------------------------------------------------------------------------- /docker-daemon.json: -------------------------------------------------------------------------------- 1 | { 2 | "log-driver": "journald" 3 | } -------------------------------------------------------------------------------- /download-firmware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/download-firmware.sh -------------------------------------------------------------------------------- /dpkg-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/dpkg-build.sh -------------------------------------------------------------------------------- /image-recipe/.gitignore: -------------------------------------------------------------------------------- 1 | results/ 2 | *.deb -------------------------------------------------------------------------------- /image-recipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/README.md -------------------------------------------------------------------------------- /image-recipe/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/build.sh -------------------------------------------------------------------------------- /image-recipe/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/prepare.sh -------------------------------------------------------------------------------- /image-recipe/raspberrypi/img/etc/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/img/etc/fstab -------------------------------------------------------------------------------- /image-recipe/raspberrypi/img/usr/lib/startos/scripts/init_resize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/img/usr/lib/startos/scripts/init_resize.sh -------------------------------------------------------------------------------- /image-recipe/raspberrypi/squashfs/boot/cmdline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/squashfs/boot/cmdline.txt -------------------------------------------------------------------------------- /image-recipe/raspberrypi/squashfs/boot/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/squashfs/boot/config.txt -------------------------------------------------------------------------------- /image-recipe/raspberrypi/squashfs/etc/embassy/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/squashfs/etc/embassy/config.yaml -------------------------------------------------------------------------------- /image-recipe/raspberrypi/squashfs/etc/modprobe.d/cfg80211.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/squashfs/etc/modprobe.d/cfg80211.conf -------------------------------------------------------------------------------- /image-recipe/raspberrypi/squashfs/usr/bin/extract-ikconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/raspberrypi/squashfs/usr/bin/extract-ikconfig -------------------------------------------------------------------------------- /image-recipe/run-local-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/run-local-build.sh -------------------------------------------------------------------------------- /image-recipe/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/image-recipe/splash.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/index.html -------------------------------------------------------------------------------- /system-images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/README.md -------------------------------------------------------------------------------- /system-images/binfmt/.gitignore: -------------------------------------------------------------------------------- 1 | /docker-images -------------------------------------------------------------------------------- /system-images/binfmt/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM tonistiigi/binfmt 2 | -------------------------------------------------------------------------------- /system-images/binfmt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/binfmt/Makefile -------------------------------------------------------------------------------- /system-images/binfmt/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/binfmt/manifest.json -------------------------------------------------------------------------------- /system-images/compat/.gitignore: -------------------------------------------------------------------------------- 1 | /target 2 | **/*.rs.bk 3 | .DS_Store 4 | .vscode 5 | /docker-images -------------------------------------------------------------------------------- /system-images/compat/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/Cargo.lock -------------------------------------------------------------------------------- /system-images/compat/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/Cargo.toml -------------------------------------------------------------------------------- /system-images/compat/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/Dockerfile -------------------------------------------------------------------------------- /system-images/compat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/Makefile -------------------------------------------------------------------------------- /system-images/compat/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/build.sh -------------------------------------------------------------------------------- /system-images/compat/src/backup.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/src/backup.rs -------------------------------------------------------------------------------- /system-images/compat/src/config/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/src/config/mod.rs -------------------------------------------------------------------------------- /system-images/compat/src/config/rule_parser.pest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/src/config/rule_parser.pest -------------------------------------------------------------------------------- /system-images/compat/src/config/rules.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/src/config/rules.rs -------------------------------------------------------------------------------- /system-images/compat/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/compat/src/main.rs -------------------------------------------------------------------------------- /system-images/utils/.gitignore: -------------------------------------------------------------------------------- 1 | /docker-images -------------------------------------------------------------------------------- /system-images/utils/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/utils/Dockerfile -------------------------------------------------------------------------------- /system-images/utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/system-images/utils/Makefile -------------------------------------------------------------------------------- /upload-ota.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/upload-ota.sh -------------------------------------------------------------------------------- /web/.browserslistrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/.browserslistrc -------------------------------------------------------------------------------- /web/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/.editorconfig -------------------------------------------------------------------------------- /web/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/.gitignore -------------------------------------------------------------------------------- /web/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/.prettierrc -------------------------------------------------------------------------------- /web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/README.md -------------------------------------------------------------------------------- /web/angular.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/angular.json -------------------------------------------------------------------------------- /web/build-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/build-config.js -------------------------------------------------------------------------------- /web/config-sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/config-sample.json -------------------------------------------------------------------------------- /web/ionic.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/ionic.config.json -------------------------------------------------------------------------------- /web/lint-staged.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/lint-staged.config.js -------------------------------------------------------------------------------- /web/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/package-lock.json -------------------------------------------------------------------------------- /web/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/package.json -------------------------------------------------------------------------------- /web/patchdb-ui-seed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/patchdb-ui-seed.json -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/app.component.html -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/app.component.scss -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/app.component.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/app.module.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/home/home-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/home/home-routing.module.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/home/home.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/home/home.module.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/home/home.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/home/home.page.html -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/home/home.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/home/home.page.scss -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/home/home.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/home/home.page.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/logs/logs.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/logs/logs.module.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/logs/logs.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/logs/logs.page.html -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/logs/logs.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/pages/logs/logs.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/pages/logs/logs.page.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/services/api/api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/services/api/api.service.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/services/api/live-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/services/api/live-api.service.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/app/services/api/mock-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/app/services/api/mock-api.service.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | production: true, 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/environments/environment.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/index.html -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/main.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/polyfills.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/styles.scss -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/src/zone-flags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/src/zone-flags.ts -------------------------------------------------------------------------------- /web/projects/diagnostic-ui/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/diagnostic-ui/tsconfig.json -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/app.component.html -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/app.component.scss -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/app.component.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/app.module.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/pages/home/home.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/pages/home/home.module.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/pages/home/home.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/pages/home/home.page.html -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/pages/home/home.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/pages/home/home.page.scss -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/pages/home/home.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/pages/home/home.page.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/services/api/api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/services/api/api.service.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/services/api/live-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/services/api/live-api.service.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/app/services/api/mock-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/app/services/api/mock-api.service.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | production: true, 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/install-wizard/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/environments/environment.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/index.html -------------------------------------------------------------------------------- /web/projects/install-wizard/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/main.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/polyfills.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/styles.scss -------------------------------------------------------------------------------- /web/projects/install-wizard/src/zone-flags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/src/zone-flags.ts -------------------------------------------------------------------------------- /web/projects/install-wizard/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/install-wizard/tsconfig.json -------------------------------------------------------------------------------- /web/projects/marketplace/ng-package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/ng-package.json -------------------------------------------------------------------------------- /web/projects/marketplace/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/package.json -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/categories/categories.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/categories/categories.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/categories/categories.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/categories/categories.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/item/item.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/item/item.component.html -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/item/item.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/item/item.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/item/item.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/item/item.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/search/search.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/search/search.component.html -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/search/search.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/search/search.component.scss -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/search/search.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/search/search.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/search/search.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/search/search.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/skeleton/skeleton.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/skeleton/skeleton.component.html -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/skeleton/skeleton.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/skeleton/skeleton.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/list/skeleton/skeleton.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/list/skeleton/skeleton.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/release-notes/release-notes.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/release-notes/release-notes.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/about/about.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/about/about.component.html -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/about/about.component.scss: -------------------------------------------------------------------------------- 1 | .all-notes { 2 | position: absolute; 3 | right: 10px; 4 | } 5 | -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/about/about.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/about/about.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/about/about.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/about/about.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/additional/additional.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/additional/additional.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/additional/additional.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/additional/additional.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/package/package.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/package/package.component.html -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/package/package.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/package/package.component.scss -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/package/package.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/package/package.component.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pages/show/package/package.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pages/show/package/package.module.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pipes/filter-packages.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pipes/filter-packages.pipe.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/pipes/mime-type.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/pipes/mime-type.pipe.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/public-api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/public-api.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/services/marketplace.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/services/marketplace.service.ts -------------------------------------------------------------------------------- /web/projects/marketplace/src/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/src/types.ts -------------------------------------------------------------------------------- /web/projects/marketplace/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/marketplace/tsconfig.json -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/app.component.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/app.component.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/app.component.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/app.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/cifs-modal/cifs-modal.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/password/password.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/password/password.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/password/password.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/password/password.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/password/password.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/password/password.page.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/modals/password/password.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/modals/password/password.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/attach/attach-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/attach/attach-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/attach/attach.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/attach/attach.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/attach/attach.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/attach/attach.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/attach/attach.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/attach/attach.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/attach/attach.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/embassy/embassy-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/embassy/embassy-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/embassy/embassy.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/embassy/embassy.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/embassy/embassy.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/embassy/embassy.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/embassy/embassy.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/embassy/embassy.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/embassy/embassy.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/home/home-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/home/home-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/home/home.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/home/home.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/home/home.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/home/home.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/home/home.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/home/home.page.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/home/home.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/home/home.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/loading/loading-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/loading/loading-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/loading/loading.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/loading/loading.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/loading/loading.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/loading/loading.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/loading/loading.page.scss: -------------------------------------------------------------------------------- 1 | ion-card-title { 2 | font-size: 42px; 3 | } -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/loading/loading.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/loading/loading.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/recover/recover-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/recover/recover-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/recover/recover.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/recover/recover.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/recover/recover.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/recover/recover.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/recover/recover.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/recover/recover.page.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/recover/recover.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/recover/recover.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/success/success-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/success/success-routing.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/success/success.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/success/success.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/success/success.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/success/success.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/success/success.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/success/success.page.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/success/success.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/success/success.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/transfer/transfer.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/transfer/transfer.module.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/transfer/transfer.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/transfer/transfer.page.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/transfer/transfer.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/pages/transfer/transfer.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/pages/transfer/transfer.page.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/services/api/api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/services/api/api.service.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/services/api/live-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/services/api/live-api.service.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/services/api/mock-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/services/api/mock-api.service.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/app/services/state.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/app/services/state.service.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | production: true, 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/environments/environment.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/index.html -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/main.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/polyfills.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/styles.scss -------------------------------------------------------------------------------- /web/projects/setup-wizard/src/zone-flags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/src/zone-flags.ts -------------------------------------------------------------------------------- /web/projects/setup-wizard/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/setup-wizard/tsconfig.json -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Benton_Sans/BentonSans-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Benton_Sans/BentonSans-Regular.otf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Courier_New/CourierNew-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Courier_New/CourierNew-Bold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Courier_New/CourierNew-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Courier_New/CourierNew-Regular.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Black.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Bold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Italic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Light.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-LightItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Medium.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Regular.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-SemiBold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-Thin.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Montserrat/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Montserrat/OFL.txt -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/LICENSE.txt -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-BoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-Italic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-Light.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-LightItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/fonts/Redacted/redacted.regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/fonts/Redacted/redacted.regular.ttf -------------------------------------------------------------------------------- /web/projects/shared/assets/icon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/icon/favicon.ico -------------------------------------------------------------------------------- /web/projects/shared/assets/img/community-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/community-store.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icon.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icon_apple_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icon_apple_touch.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/bitcoin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/bitcoin.svg -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/snek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/snek.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/wifi-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/wifi-0.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/wifi-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/wifi-1.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/wifi-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/wifi-2.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/icons/wifi-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/icons/wifi-3.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/service-icons/bitcoind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/service-icons/bitcoind.svg -------------------------------------------------------------------------------- /web/projects/shared/assets/img/service-icons/btc-rpc-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/service-icons/btc-rpc-proxy.png -------------------------------------------------------------------------------- /web/projects/shared/assets/img/service-icons/lnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/img/service-icons/lnd.png -------------------------------------------------------------------------------- /web/projects/shared/assets/markdown/md-sample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/assets/markdown/md-sample.md -------------------------------------------------------------------------------- /web/projects/shared/ng-package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/ng-package.json -------------------------------------------------------------------------------- /web/projects/shared/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/package.json -------------------------------------------------------------------------------- /web/projects/shared/src/classes/http-error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/classes/http-error.ts -------------------------------------------------------------------------------- /web/projects/shared/src/classes/rpc-error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/classes/rpc-error.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/alert/alert-button.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/alert/alert-button.directive.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/alert/alert-input.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/alert/alert-input.directive.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/alert/alert.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/alert/alert.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/alert/alert.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/alert/alert.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/markdown/markdown.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/markdown/markdown.component.html -------------------------------------------------------------------------------- /web/projects/shared/src/components/markdown/markdown.component.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/markdown/markdown.component.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/markdown/markdown.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/markdown/markdown.component.scss -------------------------------------------------------------------------------- /web/projects/shared/src/components/markdown/markdown.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/markdown/markdown.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/text-spinner/text-spinner.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/text-spinner/text-spinner.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/ticker/ticker.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/ticker/ticker.component.scss -------------------------------------------------------------------------------- /web/projects/shared/src/components/ticker/ticker.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/ticker/ticker.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/ticker/ticker.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/ticker/ticker.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/toast/toast-button.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/toast/toast-button.directive.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/toast/toast.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/toast/toast.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/components/toast/toast.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/components/toast/toast.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/directives/enter/enter.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/directives/enter/enter.directive.ts -------------------------------------------------------------------------------- /web/projects/shared/src/directives/enter/enter.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/directives/enter/enter.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/directives/responsive-col/responsive-col.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/directives/responsive-col/responsive-col.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/directives/safe-links/safe-links.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/directives/safe-links/safe-links.directive.ts -------------------------------------------------------------------------------- /web/projects/shared/src/directives/safe-links/safe-links.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/directives/safe-links/safe-links.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/emver/emver.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/emver/emver.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/emver/emver.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/emver/emver.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/guid/guid.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/guid/guid.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/guid/guid.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/guid/guid.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/markdown/markdown.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/markdown/markdown.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/markdown/markdown.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/markdown/markdown.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/shared/empty.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/shared/empty.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/shared/includes.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/shared/includes.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/shared/shared.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/shared/shared.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/shared/trust.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/shared/trust.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/unit-conversion/unit-conversion.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/unit-conversion/unit-conversion.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/pipes/unit-conversion/unit-conversion.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/pipes/unit-conversion/unit-conversion.pipe.ts -------------------------------------------------------------------------------- /web/projects/shared/src/public-api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/public-api.ts -------------------------------------------------------------------------------- /web/projects/shared/src/services/download-html.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/services/download-html.service.ts -------------------------------------------------------------------------------- /web/projects/shared/src/services/emver.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/services/emver.service.ts -------------------------------------------------------------------------------- /web/projects/shared/src/services/error-toast.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/services/error-toast.service.ts -------------------------------------------------------------------------------- /web/projects/shared/src/services/http.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/services/http.service.ts -------------------------------------------------------------------------------- /web/projects/shared/src/themes/dark-theme/dark-theme.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/dark-theme/dark-theme.component.scss -------------------------------------------------------------------------------- /web/projects/shared/src/themes/dark-theme/dark-theme.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/dark-theme/dark-theme.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/themes/dark-theme/dark-theme.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/dark-theme/dark-theme.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/themes/light-theme/light-theme.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/light-theme/light-theme.component.scss -------------------------------------------------------------------------------- /web/projects/shared/src/themes/light-theme/light-theme.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/light-theme/light-theme.component.ts -------------------------------------------------------------------------------- /web/projects/shared/src/themes/light-theme/light-theme.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/themes/light-theme/light-theme.module.ts -------------------------------------------------------------------------------- /web/projects/shared/src/tokens/relative-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/tokens/relative-url.ts -------------------------------------------------------------------------------- /web/projects/shared/src/tokens/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/tokens/theme.ts -------------------------------------------------------------------------------- /web/projects/shared/src/types/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/types/api.ts -------------------------------------------------------------------------------- /web/projects/shared/src/types/http.types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/types/http.types.ts -------------------------------------------------------------------------------- /web/projects/shared/src/types/rpc.types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/types/rpc.types.ts -------------------------------------------------------------------------------- /web/projects/shared/src/types/url.ts: -------------------------------------------------------------------------------- 1 | export type Url = string 2 | -------------------------------------------------------------------------------- /web/projects/shared/src/types/workspace-config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/types/workspace-config.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/base-64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/base-64.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/copy-to-clipboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/copy-to-clipboard.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/get-new-entries.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/get-new-entries.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/get-pkg-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/get-pkg-id.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/misc.util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/misc.util.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/rpc.util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/rpc.util.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/to-local-iso-string.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/to-local-iso-string.ts -------------------------------------------------------------------------------- /web/projects/shared/src/util/unused.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/src/util/unused.ts -------------------------------------------------------------------------------- /web/projects/shared/styles/global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/styles/global.scss -------------------------------------------------------------------------------- /web/projects/shared/styles/shared.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/styles/shared.scss -------------------------------------------------------------------------------- /web/projects/shared/styles/variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/styles/variables.scss -------------------------------------------------------------------------------- /web/projects/shared/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/shared/tsconfig.json -------------------------------------------------------------------------------- /web/projects/ui/ngsw-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/ngsw-config.json -------------------------------------------------------------------------------- /web/projects/ui/src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app.providers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app.providers.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/footer/footer.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/footer/footer.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/footer/footer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/footer/footer.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/footer/footer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/footer/footer.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/footer/footer.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/footer/footer.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/menu/menu.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/menu/menu.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/menu/menu.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/menu/menu.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/menu/menu.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/menu/menu.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/menu/menu.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/menu/menu.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/preloader/preloader.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/preloader/preloader.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/preloader/preloader.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/preloader/preloader.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/preloader/preloader.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/preloader/preloader.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/snek/snek.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/snek/snek.directive.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/app/snek/snek.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/app/snek/snek.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/any-link/any-link.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/any-link/any-link.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/any-link/any-link.component.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/any-link/any-link.component.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/any-link/any-link.component.scss: -------------------------------------------------------------------------------- 1 | a { 2 | text-decoration: none; 3 | color: unset; 4 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/any-link/any-link.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/any-link/any-link.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/backup-drives/backup.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/backup-drives/backup.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/form-object/form-label.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/form-object/form-label.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/form-object/form-object.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/form-object/form-object.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/form-object/form-object.pipes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/form-object/form-object.pipes.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/logs/logs.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/logs/logs.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/logs/logs.component.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/logs/logs.component.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/logs/logs.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/logs/logs.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/logs/logs.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/logs/logs.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/qr/qr.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/qr/qr.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/qr/qr.component.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/qr/qr.component.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/qr/qr.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/qr/qr.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/qr/qr.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/skeleton-list/skeleton-list.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/status/status.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/status/status.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/status/status.component.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/status/status.component.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/status/status.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/status/status.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/status/status.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/store-icon/store-icon.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/store-icon/store-icon.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/store-icon/store-icon.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/store-icon/store-icon.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/store-icon/store-icon.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/widget-card/widget-card.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/widget-card/widget-card.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/components/widget-list/widget-list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/components/widget-list/widget-list.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/guards/auth.guard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/guards/auth.guard.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/guards/unauth.guard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/guards/unauth.guard.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/marketplace.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/marketplace.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/action-success/action-success.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/action-success/action-success.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/action-success/action-success.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/action-success/action-success.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/action-success/action-success.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/action-success/action-success.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/action-success/action-success.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-config/app-config.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/app-config/app-config.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-config/app-config.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/app-config/app-config.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-config/app-config.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/app-config/app-config.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-config/app-config.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/app-config/app-config.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-recover-select/app-recover-select.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/app-recover-select/to-options.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/app-recover-select/to-options.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-report/backup-report.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-report/backup-report.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-report/backup-report.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-report/backup-report.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-report/backup-report.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-report/backup-report.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-report/backup-report.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-select/backup-select.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-select/backup-select.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-select/backup-select.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-select/backup-select.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-select/backup-select.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-select/backup-select.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/backup-select/backup-select.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/backup-select/backup-select.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/enum-list/enum-list.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/enum-list/enum-list.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/enum-list/enum-list.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/enum-list/enum-list.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/enum-list/enum-list.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/enum-list/enum-list.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/enum-list/enum-list.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-form/generic-form.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/generic-form/generic-form.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-form/generic-form.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/generic-form/generic-form.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-form/generic-form.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/generic-form/generic-form.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-form/generic-form.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/generic-form/generic-form.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-input/generic-input.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/generic-input/generic-input.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/generic-input/generic-input.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/marketplace-settings/marketplace-settings.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-update/os-update.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-update/os-update.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-update/os-update.page.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-update/os-update.page.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-update/os-update.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-update/os-update.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-update/os-update.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-update/os-update.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-welcome/os-welcome.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-welcome/os-welcome.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-welcome/os-welcome.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-welcome/os-welcome.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-welcome/os-welcome.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-welcome/os-welcome.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/os-welcome/os-welcome.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/os-welcome/os-welcome.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/snake/snake.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/snake/snake.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/snake/snake.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/snake/snake.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/snake/snake.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/snake/snake.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/modals/snake/snake.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/modals/snake/snake.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-actions/app-actions.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-interfaces/app-interfaces.page.scss: -------------------------------------------------------------------------------- 1 | p { 2 | font-family: 'Courier New'; 3 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-list/app-list.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-list/app-list.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-list/app-list.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-list/package-info.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-list/package-info.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-logs/app-logs.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-metrics/app-metrics.page.scss: -------------------------------------------------------------------------------- 1 | .metric-note { 2 | font-size: 16px; 3 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-properties/app-properties.page.scss: -------------------------------------------------------------------------------- 1 | .metric-note { 2 | font-size: 16px; 3 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-show/app-show.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-show/app-show.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-show/app-show.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-show/app-show.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-show/app-show.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/app-show/app-show.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-dependencies/app-show-dependencies.component.scss: -------------------------------------------------------------------------------- 1 | .icon { 2 | padding-right: 4px; 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-progress/app-show-progress.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | padding: 16px; 4 | } 5 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/apps-routes/apps-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/apps-routes/apps-routing.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/developer-routes/dev-config/dev-config.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/developer-routes/dev-instructions/dev-instructions.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/developer-routes/dev-manifest/dev-manifest.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/developer-routes/developer-list/developer-list.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/developer-routes/developer-menu/developer-menu.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/home/home.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/home/home.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/home/home.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/home/home.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/home/home.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/home/home.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/home/home.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/home/home.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/ca-wizard/ca-wizard.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/login.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/login.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/login.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/login.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/login.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/login.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/login/login.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/login/login.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.scss: -------------------------------------------------------------------------------- 1 | .status { 2 | font-size: calc(16px + 1vw); 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/marketplace-routes/marketplace-status/marketplace-status.component.scss: -------------------------------------------------------------------------------- 1 | ion-text { 2 | font-weight: bold; 3 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/notifications/notifications.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/notifications/notifications.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/notifications/notifications.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/notifications/notifications.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/notifications/notifications.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/notifications/notifications.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/notifications/notifications.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/notifications/notifications.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/experimental-features/experimental-features.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/kernel-logs/kernel-logs.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/lan/lan.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/lan/lan.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/lan/lan.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/lan/lan.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/lan/lan.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/lan/lan.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/lan/lan.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/restore/restore.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-backup/server-backup.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-logs/server-logs.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-metrics/server-metrics.page.scss: -------------------------------------------------------------------------------- 1 | ion-note { 2 | font-size: 16px; 3 | color: white; 4 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/server-routing.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-show/server-show.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/server-specs/server-specs.page.scss: -------------------------------------------------------------------------------- 1 | p { 2 | font-family: 'Courier New'; 3 | } -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sessions/sessions.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sessions/sessions.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sessions/sessions.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sideload/dnd.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sideload/dnd.directive.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sideload/sideload.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sideload/sideload.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/sideload/sideload.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.page.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/tor-logs/tor-logs.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/wifi/wifi.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/wifi/wifi.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/server-routes/wifi/wifi.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/updates/updates.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/updates/updates.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/updates/updates.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/updates/updates.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/updates/updates.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/updates/updates.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/updates/updates.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/updates/updates.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/add/add.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/add/add.component.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/add/add.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/add/add.component.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/add/add.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/add/add.component.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/add/add.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/add/add.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/favorites/favorites.component.scss: -------------------------------------------------------------------------------- 1 | .add { 2 | font-size: 13px; 3 | } 4 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/health/health.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/health/health.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/uptime/uptime.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/uptime/uptime.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/uptime/uptime.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/built-in/widgets.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/built-in/widgets.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/widgets.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/widgets.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/widgets.page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/widgets.page.html -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/widgets.page.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/widgets.page.scss -------------------------------------------------------------------------------- /web/projects/ui/src/app/pages/widgets/widgets.page.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pages/widgets/widgets.page.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/backup-color/backup-color.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/backup-color/backup-color.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/backup-color/backup-color.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/backup-color/backup-color.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/install-progress/install-progress.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/install-progress/install-progress.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/launchable/launchable.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/launchable/launchable.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/launchable/launchable.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/launchable/launchable.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/mask/mask.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/mask/mask.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/mask/mask.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/mask/mask.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/ui/ui.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/ui/ui.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pipes/ui/ui.pipe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pipes/ui/ui.pipe.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pkg-config/config-types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pkg-config/config-types.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/pkg-config/config-utilities.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/pkg-config/config-utilities.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/api-icons.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/api-icons.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/api.fixures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/api.fixures.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/api.types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/api.types.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/embassy-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/embassy-api.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/embassy-live-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/embassy-live-api.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/embassy-mock-api.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/embassy-mock-api.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/api/mock-patch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/api/mock-patch.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/auth.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/auth.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/client-storage.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/client-storage.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/config.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/config.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/connection.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/connection.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/dep-error.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/dep-error.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/eos.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/eos.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/form.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/form.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/marketplace.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/marketplace.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/modal.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/modal.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-data.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-data.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-db/data-model.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-db/data-model.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-db/local-storage-bootstrap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-db/local-storage-bootstrap.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-db/patch-db.factory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-db/patch-db.factory.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-db/patch-db.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-db/patch-db.module.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/patch-monitor.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/patch-monitor.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/pkg-status-rendering.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/pkg-status-rendering.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/split-pane.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/split-pane.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/storage.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/storage.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/theme-switcher.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/theme-switcher.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/time-service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/time-service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/services/ui-launcher.service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/services/ui-launcher.service.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/types/dependent-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/types/dependent-info.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/types/mapped-backup-target.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/types/mapped-backup-target.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/types/progress-data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/types/progress-data.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/animations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/animations.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/countries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/countries.json -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/dry-update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/dry-update.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/get-package-data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/get-package-data.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/get-package-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/get-package-info.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/get-project-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/get-project-id.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/get-server-info.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/get-server-info.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/has-deps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/has-deps.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/package-loading-progress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/package-loading-progress.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/properties.util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/properties.util.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/rxjs.util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/rxjs.util.ts -------------------------------------------------------------------------------- /web/projects/ui/src/app/util/web.util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/app/util/web.util.ts -------------------------------------------------------------------------------- /web/projects/ui/src/environments/environment.prod.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/environments/environment.prod.ts -------------------------------------------------------------------------------- /web/projects/ui/src/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/environments/environment.ts -------------------------------------------------------------------------------- /web/projects/ui/src/globals.d.ts: -------------------------------------------------------------------------------- 1 | declare module '*.md' 2 | -------------------------------------------------------------------------------- /web/projects/ui/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/index.html -------------------------------------------------------------------------------- /web/projects/ui/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/main.ts -------------------------------------------------------------------------------- /web/projects/ui/src/manifest.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/manifest.webmanifest -------------------------------------------------------------------------------- /web/projects/ui/src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/polyfills.ts -------------------------------------------------------------------------------- /web/projects/ui/src/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/styles.scss -------------------------------------------------------------------------------- /web/projects/ui/src/zone-flags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/src/zone-flags.ts -------------------------------------------------------------------------------- /web/projects/ui/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/projects/ui/tsconfig.json -------------------------------------------------------------------------------- /web/proxy.conf-sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/proxy.conf-sample.json -------------------------------------------------------------------------------- /web/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/tsconfig.json -------------------------------------------------------------------------------- /web/tsconfig.lib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/tsconfig.lib.json -------------------------------------------------------------------------------- /web/tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Start9Labs/start-os/HEAD/web/tslint.json --------------------------------------------------------------------------------