edit 4.3
This commit is contained in:
parent
7c7dd093cb
commit
0bb7dfbb7d
@ -1,6 +1,6 @@
|
|||||||
from hcloud import Client
|
from hcloud import Client
|
||||||
|
|
||||||
with open("token.txt", "r") as file:
|
with open("../token.txt", "r") as file:
|
||||||
api_token = file.read().strip()
|
api_token = file.read().strip()
|
||||||
|
|
||||||
client = Client(token=api_token)
|
client = Client(token=api_token)
|
||||||
|
@ -10,7 +10,7 @@ from pathlib import Path
|
|||||||
with open(f'{str(Path.home())}/.ssh/id_ed25519.pub', 'r') as file:
|
with open(f'{str(Path.home())}/.ssh/id_ed25519.pub', 'r') as file:
|
||||||
ssh_pub = file.readline()
|
ssh_pub = file.readline()
|
||||||
|
|
||||||
with open("token.txt", "r") as file:
|
with open("../token.txt", "r") as file:
|
||||||
api_token = file.read().strip()
|
api_token = file.read().strip()
|
||||||
|
|
||||||
client = Client(token=api_token)
|
client = Client(token=api_token)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Zadanie 2
|
## Zadanie 2
|
||||||
|
|
||||||
### Wymagania
|
### Wymagania
|
||||||
Po sklonowaniu repozytorium do folderu dpzc-hetzner należy wstawić plik ```token.txt``` zawierający token dostępowy do Hetznera.
|
Po sklonowaniu repozytorium do folderu *dpzc-hetzner* należy wstawić plik ```token.txt``` zawierający token dostępowy do Hetznera.
|
||||||
Należy się również upewnić, że w folderze ```~/.ssh/ ``` znajduje się klucz publiczny ```id_ed25519.pub ```
|
Należy się również upewnić, że w folderze ```~/.ssh/ ``` znajduje się klucz publiczny ```id_ed25519.pub ```
|
||||||
|
|
||||||
### Uruchomienie
|
### Uruchomienie
|
||||||
@ -35,6 +35,10 @@ python3 clean.py
|
|||||||
|
|
||||||
## Zadanie 1 i 3 (4.1 i 4.3)
|
## Zadanie 1 i 3 (4.1 i 4.3)
|
||||||
|
|
||||||
|
### Wymagania
|
||||||
|
Po sklonowaniu repozytorium do folderu *dpzc-hetzner* należy wstawić plik ```token.txt``` zawierający token dostępowy do Hetznera.
|
||||||
|
Należy się również upewnić, że w folderze ```~/.ssh/ ``` znajduje się klucz publiczny ```id_ed25519.pub ```
|
||||||
|
|
||||||
### Uruchomienie
|
### Uruchomienie
|
||||||
```bash
|
```bash
|
||||||
git clone git@git.wmi.amu.edu.pl:s478839/dpzc-hetzner.git
|
git clone git@git.wmi.amu.edu.pl:s478839/dpzc-hetzner.git
|
||||||
|
Loading…
Reference in New Issue
Block a user