mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
alpha.16 (#3068)
* add support for idmapped mounts to start-sdk * misc fixes * misc fixes * add default to textarea * fix iptables masquerade rule * fix textarea types * more fixes * better logging for rsync * fix tty size * fix wg conf generation for android * disable file mounts on dependencies * mostly there, some styling issues (#3069) * mostly there, some styling issues * fix: address comments (#3070) * fix: address comments * fix: fix * show SSL for any address with secure protocol and ssl added * better sorting and messaging --------- Co-authored-by: Alex Inkin <alexander@inkin.ru> * fixes for nextcloud * allow sidebar navigation during service state traansitions * wip: x-forwarded headers * implement x-forwarded-for proxy * lowercase domain names and fix warning popover bug * fix http2 websockets * fix websocket retry behavior * add arch filters to s9pk pack * use docker for start-cli install * add version range to package signer on registry * fix rcs < 0 * fix user information parsing * refactor service interface getters * disable idmaps * build fixes * update docker login action * streamline build * add start-cli workflow * rename * riscv64gc * fix ui packing * no default features on cli * make cli depend on GIT_HASH * more build fixes * more build fixes * interpolate arch within dockerfile * fix tests * add launch ui to service page plus other small improvements (#3075) * add launch ui to service page plus other small improvements * revert translation disable * add spinner to service list if service is health and loading * chore: some visual tune up * chore: update Taiga UI --------- Co-authored-by: waterplea <alexander@inkin.ru> * fix backups * feat: use arm hosted runners and don't fail when apt package does not exist (#3076) --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Shadowy Super Coder <musashidisciple@proton.me> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> Co-authored-by: Alex Inkin <alexander@inkin.ru> Co-authored-by: Remco Ros <remcoros@live.nl>
This commit is contained in:
@@ -49,18 +49,18 @@
|
||||
"@noble/hashes": "^1.4.0",
|
||||
"@start9labs/argon2": "^0.3.0",
|
||||
"@start9labs/start-sdk": "file:../sdk/baseDist",
|
||||
"@taiga-ui/addon-charts": "4.62.0",
|
||||
"@taiga-ui/addon-commerce": "4.62.0",
|
||||
"@taiga-ui/addon-mobile": "4.62.0",
|
||||
"@taiga-ui/addon-table": "4.62.0",
|
||||
"@taiga-ui/cdk": "4.62.0",
|
||||
"@taiga-ui/core": "4.62.0",
|
||||
"@taiga-ui/addon-charts": "4.65.0",
|
||||
"@taiga-ui/addon-commerce": "4.65.0",
|
||||
"@taiga-ui/addon-mobile": "4.65.0",
|
||||
"@taiga-ui/addon-table": "4.65.0",
|
||||
"@taiga-ui/cdk": "4.65.0",
|
||||
"@taiga-ui/core": "4.65.0",
|
||||
"@taiga-ui/dompurify": "4.1.11",
|
||||
"@taiga-ui/event-plugins": "4.7.0",
|
||||
"@taiga-ui/experimental": "4.62.0",
|
||||
"@taiga-ui/icons": "4.62.0",
|
||||
"@taiga-ui/kit": "4.62.0",
|
||||
"@taiga-ui/layout": "4.62.0",
|
||||
"@taiga-ui/experimental": "4.65.0",
|
||||
"@taiga-ui/icons": "4.65.0",
|
||||
"@taiga-ui/kit": "4.65.0",
|
||||
"@taiga-ui/layout": "4.65.0",
|
||||
"@taiga-ui/polymorpheus": "4.9.0",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"base64-js": "^1.5.1",
|
||||
|
||||
Reference in New Issue
Block a user