The cloud portion of Nidus
Find a file
Eli Ribble 56eaa4ed1c
Add a basic main page with login
None of the links work and the marketing copy sucks, but it's just
showing the bones while I figure the technical bits out.
2025-11-03 22:13:19 +00:00
static Add a basic main page with login 2025-11-03 22:13:19 +00:00
templates Add a basic main page with login 2025-11-03 22:13:19 +00:00
.gitattributes Add a basic main page with login 2025-11-03 22:13:19 +00:00
.gitignore Add a basic 'hello-world' buildable with Nix 2025-11-03 12:22:06 +00:00
default.nix Add a basic 'hello-world' buildable with Nix 2025-11-03 12:22:06 +00:00
endpoint.go Add basic web serving and html templating 2025-11-03 12:38:47 +00:00
fileserver.go Add a basic main page with login 2025-11-03 22:13:19 +00:00
flake.lock Add a basic 'hello-world' buildable with Nix 2025-11-03 12:22:06 +00:00
flake.nix Add a basic 'hello-world' buildable with Nix 2025-11-03 12:22:06 +00:00
go.mod Add basic web serving and html templating 2025-11-03 12:38:47 +00:00
go.sum Add basic web serving and html templating 2025-11-03 12:38:47 +00:00
html.go Add basic web serving and html templating 2025-11-03 12:38:47 +00:00
LICENSE Initial commit 2025-11-03 05:12:02 -07:00
main.go Add a basic main page with login 2025-11-03 22:13:19 +00:00
README.md Update README with build instructions 2025-11-03 12:22:59 +00:00
response.go Add a basic main page with login 2025-11-03 22:13:19 +00:00

Nidus Sync

This is the software that powers Nidus Cloud Sync.

Building from source

First, you'll need Nix.

Then:

nix develop
go build .