Skip to content

Commit

Permalink
translated one commentary and small typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
K-cermak committed Feb 7, 2024
1 parent 2953ce8 commit 389a2bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
<br>

## FTP Installation

- Připojte se k Proxmoxu (bare metal) přes SSH či přes službu v Proxmoxu.
- Aktualizujte seznam balíčků: apt-get update
- Nainstalujte vsftpd: apt-get install vsftpd
- Přejděte do konfiguračního souboru: nano /etc/vsftpd.conf. Místo nano můžete použít jiný textový editor.
- Nastavte konfiguraci podle následujícího příkladu. Pokud řádek neexistuje, přidejte jej. Pokud existuje, upravte jej.


- Connect to Proxmox (bare metal) via SSH or through the service in Proxmox.
- Update the package list: `apt-get update`
- Install vsftpd: `apt-get install vsftpd`
Expand All @@ -46,7 +38,7 @@ local_enable=YES
write_enable=NO
chroot_local_user=YES
allow_writeable_chroot=YES
local_root=/media/drive/dump ; upravte cestu podle Vašeho nastavení a přidejte /dump na konec
local_root=/media/drive/dump #!adjust the path according to your settings and add /dump at the end
user_sub_token=$USER
```

Expand Down
1 change: 0 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## Basic settings

- Go to the `settings.php file` and set the following variables:

- `CREDENTIALS_FILE` - Path to the file with login credentials.
Expand Down

0 comments on commit 389a2bc

Please sign in to comment.