feat(server): Adds a site discovery page for the root site #156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/discovery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
discovercommand, and moves server daemon toruncommand@ -0,0 +19,4 @@root_key: Option<String>,outfile: Option<PathBuf>,) -> Result<()> {// TODO: Cleanup error handling in this cmd funcmaybe do this
Going to do this very lightly
@ -0,0 +120,4 @@println!("&&&&&&&&&&&&&");/*let outfile = match outfile {cleanup
@ -8,3 +8,3 @@PrivateTmp=true# NOTE: You may want to manually set hostname/domain belowExecStart=/bin/sh -c /usr/bin/jot-server -o "127.0.0.1:8000" -i "$$(hostname -f)" -f /var/lib/jot-serverExecStart=/bin/sh -c /usr/bin/jot-server run -o "127.0.0.1:8000" -i "$$(hostname -f)" -f /var/lib/jot-serverdouble check this is all the required args to start a server