Herpy dooves.

This commit is contained in:
2023-03-23 17:09:50 +02:00
parent b26cb6ed2a
commit 224aad9ea1
7 changed files with 74 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ For other systems you can check [here](https://pip.pypa.io/en/stable/installatio
Assuming you have set up your accounts and have the dependencies installed, you can now start using SecDep.
Further instructions [here](assets/pages/usage/usage.md)
# Sample outputs 📊
# Some program outputs 📊
Images and videos of common tasks will reside [here](assets/pages/demo/demo.md)
@@ -103,6 +103,20 @@ The ip will be outputted after the creation of the virtual machine.
If for any reason you delete either the public or the provate key they will both be regenerated and you should probably delete the virtual machines that use it or find another way to log in and manually put the secdep.pub key to the authorized_keys file of the secdep user.
# Tips and tricks 🤩
For some tips and tricks to make your life easier check [this](assets/pages/tips_tricks/tips_n_tricks.md) out.
# Important disclaimers ⚠️
Carefully select the machine sizes
* Get a little familiar with the provider's pricing to not get caught by surprise 💸
According to the libcloud's documentation "unlimited" attributes like for example amazon's bandwidth get displayed as 0
* Don't blindly trust the scraped prices of the program output as they are not scraped by me but libcloud's library
# License 📜
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)