Commit Graph

1321 Commits

Author SHA1 Message Date
TC Johnson
618b092e8b
Add private or dev network setup docs
Guides and config templates for use in setting up private
Veilid networks for independent or development needs.
2023-09-21 08:24:09 -05:00
TC Johnson
6e9610ecd2
Dev network setup docs
Added guilds for setting up a public bootstrap, a dev network,
and config templates for dev nodes. Added link in the contribution
guide to dev network setup guide.
2023-09-18 21:28:56 -05:00
TC
1e27df2aee Update BOOTSTRAP-SETUP.md 2023-09-18 14:10:19 +00:00
TC Johnson
9f92d486b8
Rename bootstrap setup file
Renamed to match other docs format
2023-09-18 09:00:30 -05:00
TC Johnson
09916efcf0
Add bootstrap setup instructions
Guide to setting up bootstrap servers
2023-09-18 08:57:26 -05:00
TC Johnson
6831eb37ad Merge remote-tracking branch 'upstream/main' 2023-09-18 08:54:51 -05:00
TC Johnson
fa13f95a10
Version update: v0.2.2 → v0.2.3
- Security fix for WS denial of service
- Support for latest Rust 1.72
2023-09-17 13:21:57 -05:00
Christien Rioux
6a65b9adee changelog 2023-09-17 14:04:33 -04:00
Christien Rioux
4999095bb3 consolidate docs, add security poc 2023-09-17 13:48:24 -04:00
Christien Rioux
1f5867890d fix WS security issue 2023-09-17 13:32:02 -04:00
John Smith
d60c296303 cargo upgrades 2023-09-16 21:56:19 -04:00
John Smith
a0fcc0fa49 Merge branch 'main' of gitlab.com:veilid/veilid 2023-09-16 20:28:49 -04:00
John Smith
e768e79961 cargo workspace resolver update for latest rust 2023-09-16 20:28:43 -04:00
TC
a97e5b6c36 Merge branch 'update-releasing-instructions' into 'main'
Update releasing instructions

See merge request veilid/veilid!194
2023-09-17 00:13:25 +00:00
TC Johnson
91b7130fae
Update releasing instructions
Added steps to publish to crates.io
2023-09-16 19:11:53 -05:00
TC Johnson
4485e4d51d
Update releasing instructions
Added steps for publishing to crates.io
2023-09-16 19:08:45 -05:00
Christien Rioux
19f545ff92 Merge branch 'target_env_musl' into 'main'
Adding musl target env

See merge request veilid/veilid!177
2023-09-16 19:01:56 -05:00
John Smith
30547903b0 Merge branch 'main' of gitlab.com:veilid/veilid 2023-09-16 19:58:12 -04:00
John Smith
bcd99580ce ensure resolver version is set for workspace for newer rust to suppress warnings 2023-09-16 19:58:04 -04:00
TC Johnson
06c0abead8
Version update: v0.2.1 → v0.2.2 2023-09-16 17:32:16 -05:00
Christien Rioux
1ea0ecce87 changelog for v0.2.2 2023-09-16 16:59:54 -04:00
Christien Rioux
8aa925a684 Merge branch 'resolve-fix' into 'main'
Many node resolution fixes

See merge request veilid/veilid!192
2023-09-16 20:54:13 +00:00
Christien Rioux
eda99bbd47 node search fix 2023-09-16 16:51:59 -04:00
Christien Rioux
d4221bff77 simplify 2023-09-16 16:51:59 -04:00
Christien Rioux
189862ee5a version work 2023-09-16 16:51:59 -04:00
Christien Rioux
960a4cb964 Revert "version bump fix"
This reverts commit 2d291b86b6.
2023-09-16 16:51:59 -04:00
Christien Rioux
ba72aa9dd3 version bump fix 2023-09-16 16:51:59 -04:00
Christien Rioux
e7f581e6c3 bumpversion changes 2023-09-16 16:51:59 -04:00
Christien Rioux
7f3f7c9166 clean up cargo.toml 2023-09-16 16:51:59 -04:00
Christien Rioux
d877d82104 add cargo edit 2023-09-16 16:51:58 -04:00
John Smith
177bccbe12 windows build fix 2023-09-16 16:51:58 -04:00
Christien Rioux
ad47e400ed build fixes 2023-09-16 16:51:58 -04:00
Christien Rioux
3a4c211e85 resolve work 2023-09-16 16:51:58 -04:00
John Smith
0c5b89a15e arch for rpm build 2023-09-16 16:51:58 -04:00
John Smith
c13135d389 newer capnp protoc and earthfile 2023-09-16 16:51:58 -04:00
John Smith
dad8e50939 oops 2023-09-16 16:51:58 -04:00
Christien Rioux
c01be8f62d capnp and protoc versioning 2023-09-16 16:51:57 -04:00
Christien Rioux
fdd04ad24f Merge branch 'capnproto-1-0-1-windows' into 'main'
Require Cap’n Proto 1.0.1 on Windows

See merge request veilid/veilid!190
2023-09-16 20:49:27 +00:00
TC
5d3932f19a Merge branch '253-clarify-install-instructions' into 'main'
[#253] clean up INSTALL.md and add instructions to run veilid-server

See merge request veilid/veilid!184
2023-09-15 21:20:20 +00:00
zed tan
34b4419859 [#253] implement feedback for INSTALL.md
- re-add one missing `<br />`
- add `sudo` to `systemctl` commands
- removed quoted/admonished section for running veilid-server directly
- instead, made 'With systemd' and 'Without systemd' sub-sections, with
  instructions
- removed extraneous instructions to `usermod` to allow login for `veilid` user
2023-09-15 22:43:48 +02:00
Rivka Segan
61a7746164 Require Cap’n Proto 1.0.1 on Windows
This changes the Windows instructions to specify
capnproto-c++-win32-1.0.1. Previously, users may have been trying to
use Veilid with 0.10.4, especially in the common case of using the
winget package manager.

Also, the suggested Protocol Buffers version is updated to 24.3, and a
note is added about rustup behavior on Windows machines that have
never previously been used for development.
2023-09-15 18:24:25 +00:00
Christien Rioux
34bc67676a Merge branch 'connection-table-fixes' into 'main'
Connection table fixes

See merge request veilid/veilid!189
2023-09-14 21:20:03 +00:00
Christien Rioux
17ea68fb84 connection fix 2023-09-14 15:51:09 -04:00
Christien Rioux
680c987321 oops config 2023-09-14 14:21:54 -04:00
Christien Rioux
bce74026d3 Merge branch 'more-debug-commands' into 'main'
Debugging

See merge request veilid/veilid!188
2023-09-14 18:06:34 +00:00
Christien Rioux
86aae741e0 reverse connect for wasm nodes 2023-09-13 17:00:39 -04:00
Christien Rioux
671f349578 conn table 2023-09-12 21:40:13 -04:00
Christien Rioux
456f9e821d Merge branch 'feature/wasm-routing-context-fixes' into 'main'
(wasm) Better TS types for serialized structs, RoutingContext++, more crypto fns

See merge request veilid/veilid!183
2023-09-12 23:45:58 +00:00
zed tan
a3e3ab8ab5 [#253] add instructions to run veilid node
Added instructions to:

- Run a veilid node with systemd
- add instructions for getting veilid to start at boot
- Manually run a veilid node, because users may use platforms without
  systemd available.

Changes:

- Changed title to include run
- Added `systemctl start ...` instructions
- Added heavily caveated instructions to run veilid-server manually
2023-09-12 16:21:41 +02:00
zed tan
4b5bef83e2 [#253] clean up INSTALL.md
- Added `Install` section to group debian and rpm installs.
- Re-added `</br>`s -- they're used to break the `_Explanation:_` blocks
  to the next line. My personal preference is to _not_ use `</br>`s in
  docs, but i didn't want to change too many things here.
- Shortened titles `Add the repo to a Debian ...` and `... Fedora ...`
  to keep it super concise and decoupled from actual steps
- Some formatting best-practices
  - newlines between markdown blocks
  - indent code blocks that belong to bullet points to make sure
    that they are syntatically grouped (i.e. correct markdown 'DOM'
    hierarchy)
- sudo:
  - Removed `sudo` explanations. `apt/dnf/yum` will not run without, no
    need to explain.
  - added `sudo` to RPM instruction code blocks (just those two)
    for consistency, and also you can't run dnf/yum without root anyway.
- Made generic "Fedora based" instructions. Actually YUM/DNF-based,
  keeping it simple for now. Also name-dropped common distros for
  SEO/CTRL+F convenience
- Removed certain `Explanation` blocks for concision. Some are repeated,
  and some step titles are already self-explanatory
2023-09-12 16:19:32 +02:00