updated pdf builder
This commit is contained in:
@@ -79,6 +79,8 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cat << 'EOF' > "$FILE"
|
cat << 'EOF' > "$FILE"
|
||||||
|
---
|
||||||
|
---
|
||||||
# Your Sovran SystemsOS Magic Keys! 🗝️
|
# Your Sovran SystemsOS Magic Keys! 🗝️
|
||||||
|
|
||||||
Welcome to your new computer! We have built a lot of cool secret forts (services) for you. To get into your forts, you need your magic keys (passwords).
|
Welcome to your new computer! We have built a lot of cool secret forts (services) for you. To get into your forts, you need your magic keys (passwords).
|
||||||
@@ -114,7 +116,7 @@ Type this exact command into the terminal:
|
|||||||
When it asks for a passphrase, type:
|
When it asks for a passphrase, type:
|
||||||
- **Terminal Password:** `gosovransystems`
|
- **Terminal Password:** `gosovransystems`
|
||||||
|
|
||||||
---
|
***
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# --- BITCOIN ECOSYSTEM ---
|
# --- BITCOIN ECOSYSTEM ---
|
||||||
@@ -157,7 +159,7 @@ Open the **Tor Browser** and go to this website. Use this password to log in:
|
|||||||
*This is the heartbeat of your node. It uses this address to talk to other Bitcoiners securely.*
|
*This is the heartbeat of your node. It uses this address to talk to other Bitcoiners securely.*
|
||||||
- **Tor Address:** \`$BITCOIN_ONION\`
|
- **Tor Address:** \`$BITCOIN_ONION\`
|
||||||
|
|
||||||
---
|
***
|
||||||
BITCOIN
|
BITCOIN
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -168,7 +170,7 @@ BITCOIN
|
|||||||
echo '```text' >> "$FILE"
|
echo '```text' >> "$FILE"
|
||||||
cat /var/lib/secrets/matrix-users >> "$FILE"
|
cat /var/lib/secrets/matrix-users >> "$FILE"
|
||||||
echo '```' >> "$FILE"
|
echo '```' >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- GNOME RDP ---
|
# --- GNOME RDP ---
|
||||||
@@ -178,7 +180,7 @@ BITCOIN
|
|||||||
echo '```text' >> "$FILE"
|
echo '```text' >> "$FILE"
|
||||||
cat /var/lib/gnome-remote-desktop/rdp-credentials >> "$FILE"
|
cat /var/lib/gnome-remote-desktop/rdp-credentials >> "$FILE"
|
||||||
echo '```' >> "$FILE"
|
echo '```' >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- NEXTCLOUD ---
|
# --- NEXTCLOUD ---
|
||||||
@@ -188,7 +190,7 @@ BITCOIN
|
|||||||
echo '```text' >> "$FILE"
|
echo '```text' >> "$FILE"
|
||||||
cat /var/lib/secrets/nextcloud-admin >> "$FILE"
|
cat /var/lib/secrets/nextcloud-admin >> "$FILE"
|
||||||
echo '```' >> "$FILE"
|
echo '```' >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- WORDPRESS ---
|
# --- WORDPRESS ---
|
||||||
@@ -198,7 +200,7 @@ BITCOIN
|
|||||||
echo '```text' >> "$FILE"
|
echo '```text' >> "$FILE"
|
||||||
cat /var/lib/secrets/wordpress-admin >> "$FILE"
|
cat /var/lib/secrets/wordpress-admin >> "$FILE"
|
||||||
echo '```' >> "$FILE"
|
echo '```' >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- VAULTWARDEN ---
|
# --- VAULTWARDEN ---
|
||||||
@@ -208,7 +210,7 @@ BITCOIN
|
|||||||
echo "This keeps all your other passwords safe! Go to this website to use it:" >> "$FILE"
|
echo "This keeps all your other passwords safe! Go to this website to use it:" >> "$FILE"
|
||||||
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
||||||
echo "*(Note: You get to make up your own Master Password the very first time you visit this website!)*" >> "$FILE"
|
echo "*(Note: You get to make up your own Master Password the very first time you visit this website!)*" >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- BTCPAY SERVER ---
|
# --- BTCPAY SERVER ---
|
||||||
@@ -218,7 +220,7 @@ BITCOIN
|
|||||||
echo "This lets you accept Bitcoin like a real shop! Go to this website to set it up:" >> "$FILE"
|
echo "This lets you accept Bitcoin like a real shop! Go to this website to set it up:" >> "$FILE"
|
||||||
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
echo "- **Website:** https://$DOMAIN" >> "$FILE"
|
||||||
echo "*(Note: You get to make up your own Admin Password the very first time you visit this website!)*" >> "$FILE"
|
echo "*(Note: You get to make up your own Admin Password the very first time you visit this website!)*" >> "$FILE"
|
||||||
echo "---" >> "$FILE"
|
echo "***" >> "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Convert the Markdown text into a beautiful PDF!
|
# Convert the Markdown text into a beautiful PDF!
|
||||||
|
|||||||
Reference in New Issue
Block a user