Commit Graph

2992 Commits

Author SHA1 Message Date
Alex Inkin
58d9f5ef6a refactor: break big components apart and address todos (#3043)
* refactor: break big components apart and address todos

* starttunnel readme, fix pf mocks, fix adding tor domain in startos

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
2025-11-04 11:15:25 -07:00
Matt Hill
69d0391d12 predict next subnet and ip, use wan ips, and form validation 2025-11-01 15:51:25 -06:00
Aiden McClelland
304f8c3a97 misc fixes 2025-10-31 18:38:02 -06:00
Aiden McClelland
6c11102c09 bump sdk 2025-10-31 15:42:52 -06:00
Aiden McClelland
9e714f34dd Merge branch 'next/major' of github.com:Start9Labs/start-os into feature/start-tunnel 2025-10-31 15:42:05 -06:00
Aiden McClelland
5852bcadf8 simplify iptables rules 2025-10-31 15:41:00 -06:00
Aiden McClelland
5ae9a555ce wip: separate port forward controller into parts 2025-10-31 12:21:02 -06:00
Matt Hill
1ea525feaa make textarea rows configurable (#3042)
* make textarea rows configurable

* add comments

* better defaults
2025-10-31 11:46:49 -06:00
Aiden McClelland
afc69b13a0 api fixes 2025-10-31 11:42:56 -06:00
Aiden McClelland
1a46dde11b Merge branches 'feature/start-tunnel' and 'feature/start-tunnel' of github.com:Start9Labs/start-os into feature/start-tunnel 2025-10-30 16:17:58 -06:00
Aiden McClelland
0e84970ae5 fix tests 2025-10-30 16:17:56 -06:00
Alex Inkin
57c4a7527e fix: make CPU meter not go to 11 (#3038) 2025-10-30 16:13:39 -06:00
Matt Hill
3dcdca18a3 endpoint for getting config 2025-10-30 14:33:21 -06:00
Matt Hill
6ff329c897 more providers 2025-10-30 14:03:21 -06:00
Aiden McClelland
02637e81e3 Merge branch 'feature/start-tunnel' of github.com:Start9Labs/start-os into feature/start-tunnel 2025-10-30 13:38:12 -06:00
Aiden McClelland
df27c0c629 fixes 2025-10-30 13:37:52 -06:00
Matt Hill
c631311e96 minor change toi viewing addresses and fix build 2025-10-30 13:36:49 -06:00
Aiden McClelland
5340c421e1 build and formatter update 2025-10-29 17:26:45 -06:00
Aiden McClelland
0bd79b28b4 finish api 2025-10-29 13:52:57 -06:00
Aiden McClelland
5580ff6f01 refactor complete 2025-10-29 11:17:49 -06:00
Matt Hill
124ed625d9 fix editing records and patch mocks 2025-10-26 09:02:03 -06:00
Matt Hill
33b5f189e2 FE patchdb, mocks, and most endpoints 2025-10-25 13:21:22 -06:00
Aiden McClelland
82a3a435f5 wip: tls refactor 2025-10-24 09:25:30 -06:00
Matt Hill
2056d4def1 web server WIP 2025-10-21 16:01:14 -06:00
Aiden McClelland
40b00bae75 wip 2025-10-20 18:05:57 -06:00
Aiden McClelland
716bf920f5 non-free-firmware on trixie 2025-10-12 19:04:03 -06:00
Aiden McClelland
cd88977a78 Merge branch 'next/major' of github.com:Start9Labs/start-os into feature/start-tunnel 2025-10-12 10:36:12 -06:00
Aiden McClelland
a630ef9a54 fixes for trixie and tor 2025-10-12 08:49:11 -06:00
Aiden McClelland
98f31d4891 wip: start-tunnel 2025-09-27 03:05:03 -06:00
Aiden McClelland
5aa9c045e1 fix live-build resolv.conf (#3035)
* fix live-build resolv.conf

* improved debuggability
v0.4.0-alpha.11
2025-09-24 22:44:25 -06:00
Aiden McClelland
24521e3cac improved debuggability 2025-09-24 22:28:24 -06:00
Aiden McClelland
ad5d3ad01d fix live-build resolv.conf 2025-09-24 19:20:27 -06:00
Matt Hill
6f1900f3bb limit adding gateway to StartTunnel, better copy around Tor SSL (#3033)
* limit adding gateway to StartTunnel, better copy around Tor SSL

* properly differentiate ssl

* exclude disconnected gateways

* better error handling

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2025-09-24 13:22:26 -06:00
Aiden McClelland
bc62de795e bugfixes for alpha.10 (#3032)
* bugfixes for alpha.10

* bump raspi kernel

* rpi kernel bump

* alpha.11
2025-09-23 22:42:17 +00:00
Alex Inkin
c62ca4b183 fix: make long dropdown options wrap (#3031) 2025-09-21 06:06:33 -06:00
Alex Inkin
876e5bc683 fix: fix overflowing interface table (#3027) 2025-09-20 07:10:58 -06:00
Alex Inkin
b99f3b73cd fix: make logs page take up all space (#3030) 2025-09-20 07:10:28 -06:00
Matt Hill
7eecf29449 fix dep error display, show starting if any health check starting, show disabled health check message, remove loader from service list, animated dots, better color (#3025)
* refector addresses to not need gateways array

* fix dep error display, show starting if any health check starting, show disabled health check message, remove loader from service list, animated dots, better color

* fix: fix action results textfields

---------

Co-authored-by: waterplea <alexander@inkin.ru>
2025-09-17 10:32:20 -06:00
Mariusz Kogen
1d331d7810 Fix file permissions for developer key and auth cookie (#3024)
* fix permissions

* include read for group
2025-09-16 09:09:33 -06:00
Aiden McClelland
68414678d8 sdk updates; beta.39 (#3022)
* sdk updates; beta.39

* beta.40
2025-09-11 15:47:48 -06:00
Aiden McClelland
2f6b9dac26 Bugfix/dns recursion (#3023)
* fix dns recursion and localhost

* additional fix
2025-09-11 15:47:38 -06:00
Aiden McClelland
d1812d875b fix dns recursion and localhost (#3021) 2025-09-11 12:35:12 -06:00
Aiden McClelland
723dea100f add more gateway info to hostnameInfo (#3019) v0.4.0-alpha.10 2025-09-10 12:16:35 -06:00
Matt Hill
c4419ed31f show correct gateway name when adding public domain 2025-09-10 09:57:39 -06:00
Matt Hill
754ab86e51 only show http for tor if protocol is http 2025-09-10 09:36:03 -06:00
Mariusz Kogen
04dab532cd Motd Redesign - Visual and Structural Upgrade (#3018)
New 040 motd
2025-09-10 06:36:27 +00:00
Matt Hill
add01ebc68 Gateways, domains, and new service interface (#3001)
* add support for inbound proxies

* backend changes

* fix file type

* proxy -> tunnel, implement backend apis

* wip start-tunneld

* add domains and gateways, remove routers, fix docs links

* dont show hidden actions

* show and test dns

* edit instead of chnage acme and change gateway

* refactor: domains page

* refactor: gateways page

* domains and acme refactor

* certificate authorities

* refactor public/private gateways

* fix fe types

* domains mostly finished

* refactor: add file control to form service

* add ip util to sdk

* domains api + migration

* start service interface page, WIP

* different options for clearnet domains

* refactor: styles for interfaces page

* minor

* better placeholder for no addresses

* start sorting addresses

* best address logic

* comments

* fix unnecessary export

* MVP of service interface page

* domains preferred

* fix: address comments

* only translations left

* wip: start-tunnel & fix build

* forms for adding domain, rework things based on new ideas

* fix: dns testing

* public domain, max width, descriptions for dns

* nix StartOS domains, implement public and private domains at interface scope

* restart tor instead of reset

* better icon for restart tor

* dns

* fix sort functions for public and private domains

* with todos

* update types

* clean up tech debt, bump dependencies

* revert to ts-rs v9

* fix all types

* fix dns form

* add missing translations

* it builds

* fix: comments (#3009)

* fix: comments

* undo default

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>

* fix: refactor legacy components (#3010)

* fix: comments

* fix: refactor legacy components

* remove default again

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>

* more translations

* wip

* fix deadlock

* coukd work

* simple renaming

* placeholder for empty service interfaces table

* honor hidden form values

* remove logs

* reason instead of description

* fix dns

* misc fixes

* implement toggling gateways for service interface

* fix showing dns records

* move status column in service list

* remove unnecessary truthy check

* refactor: refactor forms components and remove legacy Taiga UI package (#3012)

* handle wh file uploads

* wip: debugging tor

* socks5 proxy working

* refactor: fix multiple comments (#3013)

* refactor: fix multiple comments

* styling changes, add documentation to sidebar

* translations for dns page

* refactor: subtle colors

* rearrange service page

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>

* fix file_stream and remove non-terminating test

* clean  up logs

* support for sccache

* fix gha sccache

* more marketplace translations

* install wizard clarity

* stub hostnameInfo in migration

* fix address info after setup, fix styling on SI page, new 040 release notes

* remove tor logs from os

* misc fixes

* reset tor still not functioning...

* update ts

* minor styling and wording

* chore: some fixes (#3015)

* fix gateway renames

* different handling for public domains

* styling fixes

* whole navbar should not be clickable on service show page

* timeout getState request

* remove links from changelog

* misc fixes from pairing

* use custom name for gateway in more places

* fix dns parsing

* closes #3003

* closes #2999

* chore: some fixes (#3017)

* small copy change

* revert hardcoded error for testing

* dont require port forward if gateway is public

* use old wan ip when not available

* fix .const hanging on undefined

* fix test

* fix doc test

* fix renames

* update deps

* allow specifying dependency metadata directly

* temporarily make dependencies not cliackable in marketplace listings

* fix socks bind

* fix test

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: waterplea <alexander@inkin.ru>
2025-09-10 03:43:51 +00:00
Mariusz Kogen
1cc9a1a30b build(cli): harden build-cli.sh (zig check, env defaults, GIT_HASH) (#3016) 2025-09-09 14:18:52 -06:00
Dominion5254
92a1de7500 remove entire service package directory on hard uninstall (#3007)
* remove entire service package directory on hard uninstall

* fix package path
2025-08-12 15:46:01 -06:00
Alex Inkin
a6fedcff80 fix: extract correct manifest in updating state (#3004) 2025-08-01 22:51:38 -06:00