-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve logging * Bug fixes. Tailscale funnel/serve changes * Allow --secrets to specify secrets dir * prelogin * Upgrade/fix remaning issues
- Loading branch information
Showing
82 changed files
with
2,328 additions
and
887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Dockerfile | |
output | ||
*.qcow2 | ||
hostname | ||
ttyd_pushover.conf | ||
zquickinit.conf | ||
tailscaled.state* | ||
*.efi | ||
*.iso | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
out | ||
output | ||
*.qcow2 | ||
hostname | ||
ttyd_pushover.conf | ||
zquickinit.conf | ||
tailscaled.state* | ||
*.efi | ||
*.iso | ||
cache | ||
*test* | ||
*ssh_host* | ||
*sshd_config* | ||
*.code-workspace | ||
authorized_keys | ||
authorized_keys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
recipes/zquick_bootstrap/fs/zquick/hooks/bash.d/90-installer.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
if [[ "0" == "$(zpool list -H 2>/dev/null | wc | awk '{print $1}')" ]]; then | ||
gum style --foreground="#daa520" "Note: no zfs pools found" | ||
#/zquick/zbootstrap.sh | ||
fi | ||
gum format -- "## zbootstrap.sh" "- install/upgrade Zquickinit" "- install Proxmox" "- convert LVM boot to ZFS root datasets" "- encrypt ZFS root datasets" "" | ||
echo |
Oops, something went wrong.