Skip to content

Commit

Permalink
WIP: Update/clean up dependencies, move API crates into repo, replace…
Browse files Browse the repository at this point in the history
… Docker w/Nix

This does a number of things which _could_ be separated, so I consider this more or
less experimental.

Implied in the removal of the various dockerfiles is the expectation that production
deployments of ZeroNSD will simply use a Docker container, rather than distro-native
packages.

TODO: automate publishing of containers from Nix-generated image
  • Loading branch information
rcoder committed Oct 14, 2024
1 parent b9481ea commit 4568c9b
Show file tree
Hide file tree
Showing 44 changed files with 4,430 additions and 1,211 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
target
result
.direnv
.git
test-token.txt
.token
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/target
.token
/result
*.token
test-token.txt
/test.yaml
/windows.yaml
Expand All @@ -8,3 +9,6 @@ test-token.txt
/*.key
/*.csr
/*.srl
.env*
config.yaml
.direnv
Loading

0 comments on commit 4568c9b

Please sign in to comment.