feat(server): Adds a site discovery page for the root site #156

Merged
treadful merged 5 commits from feat/discovery into main 2026-07-07 05:01:24 +00:00
Owner
No description provided.
treadful added this to the 1.0 milestone 2026-07-05 02:26:51 +00:00
feat(server): Adds a site discovery page for the root site
All checks were successful
/ test-and-check (pull_request) Successful in 19m46s
89f32529b0
@ -0,0 +19,4 @@
root_key: Option<String>,
outfile: Option<PathBuf>,
) -> Result<()> {
// TODO: Cleanup error handling in this cmd func
Author
Owner

maybe do this

maybe do this
Author
Owner

Going to do this very lightly

Going to do this very lightly
treadful marked this conversation as resolved
@ -0,0 +120,4 @@
println!("&&&&&&&&&&&&&");
/*let outfile = match outfile {
Author
Owner

cleanup

cleanup
treadful marked this conversation as resolved
@ -8,3 +8,3 @@
PrivateTmp=true
# NOTE: You may want to manually set hostname/domain below
ExecStart=/bin/sh -c /usr/bin/jot-server -o "127.0.0.1:8000" -i "$$(hostname -f)" -f /var/lib/jot-server
ExecStart=/bin/sh -c /usr/bin/jot-server run -o "127.0.0.1:8000" -i "$$(hostname -f)" -f /var/lib/jot-server
Author
Owner

double check this is all the required args to start a server

double check this is all the required args to start a server
treadful marked this conversation as resolved
treadful deleted branch feat/discovery 2026-07-07 05:01:24 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
treadful/jot!156
No description provided.